About 1,771,707 results (1,287 milliseconds)

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

https://groups.google.com/g/sqlalchemy/c/gXZC56ZNHLE
Sep 21, 2012 ... However, I can still query against the other tables. I'm using ... it will show you all the catalog queries being emitted as well as ...

when using sqlachemy autoload feature with oracle table column ...

https://groups.google.com/g/sqlalchemy/c/5IpV5KdqcFs
Apr 6, 2011 ... > list in the loop. SQLAlchemy considers all lower case names to indicate a "case insensitive" name, whereas Oracle has the opposite behavior - ...

Problem with CREATE TABLE AS SELECT from linked Oracle tables ...

https://groups.google.com/g/h2-database/c/WqaDL6eLtvw
Jan 12, 2011 ... sql> CREATE TABLE B AS SELECT * FROM A; -- Now, all values in the ... Oracle Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

Debezium Oracle Source Connector privileges

https://groups.google.com/g/debezium/c/7XX_HiXhi5w
GRANT SELECT ANY TRANSACTION TO c##dbzuser CONTAINER=ALL; GRANT LOCK ANY TABLE TO c##dbzuser CONTAINER=ALL; Would it be possible for someone from the Debezium ...

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

https://cloud.google.com/bigquery/docs/querying-wildcard-tables
For equivalent functionality in legacy SQL, see Table wildcard functions. A wildcard table represents a union of all the tables that match the wildcard ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
If you reference the range variable in the SELECT list, the query returns a struct containing all of the fields of the original struct in the input table.

Oracle | Looker | Google Cloud

https://cloud.google.com/looker/docs/db-config-oracle
Ensuring Looker can see all tables. Looker may not be able to identify tables ... SQL Runner Show Processes. Yes. SQL Runner Describe Table. Yes. SQL Runner ...

axon 3.2 + oracle11: sequence not found

https://groups.google.com/g/axonframework/c/8qI4_xGGbVA
Mar 23, 2018 ... table DOMAINEVENTENTRY; oracle sequence DOMAINEVENTENTRY_SEQ; a trigger DOMAINEVENTENTRY_ID. We do not see the logging of DDL sql statements ...

TABLES view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-tables
The following example retrieves table metadata for all tables of type CLONE or SNAPSHOT from the INFORMATION_SCHEMA. ... See all products · See all solutions ...

SELECT DISTINCT slow, how can I speed up

https://groups.google.com/g/comp.databases.oracle.server/c/1vODVxCR5mM
Aug 14, 2008 ... queries across 5-6 tables with various bits added to the SQL to limit the number of rows returned and match criteria. All the rows starts to

Create a stream | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/create-a-stream
If you want Datastream to transfer all tables and schemas, then select All tables from all schemas. ... database and all tables included in the stream. SQL ...

Listing datasets | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/listing-datasets
Query Cloud SQL data. Use notebooks. Introduction. Use Colab notebooks ... print("Tables:") tables = list(client.list_tables(dataset)) # Make an API ...

Unix scripts to extract DDL from imp show=y

https://groups.google.com/g/comp.databases.oracle.server/c/JXJBFSw3gvs
May 22, 2001 ... with it's tablespace into a 'mapfile'. Then read through another 'indexfile=???' file removing all the REMs from the table creation scripts, and ...

schema qualifying Oracle auto-generated queries for the ORM

https://groups.google.com/g/sqlalchemy/c/uYlXQZBBT0g/m/EwcM6kHmBgAJ
Nov 16, 2020 ... otherwise I have seen the approach where DBAs make synonyms to all the tables/views, but specifying the owner explicitly works as well. I ...

Oracle Autonomous Data Warehouse on Cloud | Looker | Google ...

https://cloud.google.com/looker/docs/db-config-oracle-autonomous-data-warehouse
Encrypting network traffic · Setting up the Looker host for connections · Creating a Looker user · Ensuring that Looker can see all tables ...

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 ...

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 ...

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

https://cloud.google.com/spanner/docs/information-schema
... see all rows in all information_schema tables. For other principals, for some tables, rows are filtered based on the current database role. The table and ...

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
... all database tables in your source. In addition, when ... Your organization doesn't permit granting the SELECT permission on all its tables and databases.

List tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/samples/bigquery-list-tables
Run a legacy SQL query with pandas-gbq · Run a ... */ // const datasetId = 'my_dataset'; // List all tables in the dataset const [tables] = await bigquery.