Oracle (1521)
General
When using Python libraries, such as cx_Oracle
and SQLAlchemy
, the ;
at the end of a statement can cause an error.
Usage
Oracle databases require a
FROM
clause with anySELECT
statement. They include a dummy table (dual
) to use when static values or function data needs to be obtained.Oracle databases create a schema for each user, and each schema carries its own set of permissions.
Most of the system tables include a
$
sign in their name.
Last updated
Was this helpful?