About 1,148,091 results (4,750 milliseconds)

MetaData.reflect() not seeing my tables in Oracle 11.2 XE

https://groups.google.com/g/sqlalchemy/c/gXZC56ZNHLE
Sep 21, 2012 ... view of what the reflect() command does on the SQL side of things? ... it will show you all the catalog queries being emitted as well as ...

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
A comma-separated list that specifies a subset of fields (including nested and repeated fields) to return when showing table data. If this flag is not specified ...

DB Seeds - DBA Views

https://sites.google.com/view/dbseeds/oracle/dba-views
... tables; Oracle Database grants only SELECT access on the views. Most data ... A list of all entries in the AUD$ table collected by the audit command:.

TABLES view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-tables
Example 1: The following example retrieves table metadata for all of the tables in the dataset named mydataset . The metadata that's returned is for ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
For these ARRAY element types, SELECT * against the value table column returns multiple columns: STRUCT. Input values: array_expression : An expression that ...

Create a stream | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/create-a-stream
The menu fails to load the list of tables and schemas if your database has more than 5,000 objects. ... If you want Datastream to transfer all tables and schemas, ...

Query multiple tables using a wildcard table | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/querying-wildcard-tables
Shows how to query multiple tables using a wildcard table, filter and scan tables using the _TABLE_SUFFIX pseudocolumn, and scan a range of ingestion-time ...

Information schema for GoogleSQL-dialect databases | Spanner ...

https://cloud.google.com/spanner/docs/information-schema
For example, the following query fetches the names of all user-defined tables in a database: ... tables are filtered to only show schema elements that you have ...

OIT-RC - MySQL

https://sites.google.com/pdx.edu/research-computing/getting-started/sql-databases/mysql
Choose a database to use (to change databases, or if not specified in connection command). mysql> use databaseName;. Show all tables in database: mysql> show ...

List tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/samples/bigquery-list-tables
Retrieve list of tables in the dataset. List<BigQueryTable> tables = client.ListTables(datasetId).ToList();

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
Datastream provides you with the flexibility to obtain historical data from either some or all database tables in your source. ... SELECT permission on all its ...

Using "ALTER TABLE ADD..." to add multiple columns

https://groups.google.com/g/h2-database/c/Kg4dB64ySfg
to execute multiple ALTER TABLE ADD commands: ALTER TABLE customer ADD foo ... syntax or the Oracle syntax preferable? As far as I can tell, the. SQL-92 ...

Listing datasets | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/listing-datasets
The description and details appear in the details panel. The tables for a dataset are listed with the dataset name in the Explorer panel. By default, hidden ...

Configure your source Oracle database | Database Migration ...

https://cloud.google.com/database-migration/docs/oracle-to-postgresql/configure-source-database
To replicate most or all tables in your database, consider turning logging on for the entire database. At the SQL prompt, run the following command to ...

Configure an Amazon RDS Oracle database | Datastream | Google ...

https://cloud.google.com/datastream/docs/configure-amazon-rds-oracle
To replicate most or all tables in your database, consider turning logging on for the entire database. At the SQL prompt, run the following command to ...

Unix scripts to extract DDL from imp show=y

https://groups.google.com/g/comp.databases.oracle.server/c/JXJBFSw3gvs
May 22, 2001 ... Its useful for re-creating most (but not all) of a database. In any ... >So, obviously, creating a PK index via the ALTER TABLE command has

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
Enter a valid SQL query. Click More and then select Query settings ... Issue the bq show command to display all table information. Use the --schema ...

Oracle | Looker | Google Cloud

https://cloud.google.com/looker/docs/db-config-oracle
GRANT SELECT ON -- <all tables that will be used by looker>;. Ensuring Looker ... To give the Looker database user query killing abilities, run the following ...

Is it possible to disable the initial data snapshot?

https://groups.google.com/g/debezium/c/yx0TZccXxTY
Oct 11, 2016 ... ... commands, like using DESCRIBE command or SHOW CREATE TABLE? Regards ... table and database whitelists are incorrect and not matching the actual ...

PLSQL Cheat Sheet - Greenplum DBA

https://sites.google.com/a/greenplumdba.com/gpdb/plsql-cheat-sheet
List all tables in your database - largest first - largest by no of relpages ... Dynamic script to grant all tables and functions for a schema to another user or ...