What’s the command to see the current user name?
Sql> show user; Read more »
Sql> show user; Read more »
SQL> set sqlprompt “database-1 > ” database-1 > database-1 > Read more »
DDL (Data Definition Language) statements are used to define the database structure or schema. Some examples: 1. CREATE - to create objects in the database 2. ALTER... Read more »
“Mutating” means “changing”. A mutating table is a table that is currently being modified by an update, delete, or insert statement. When a trigger tries... Read more »
In earlier releases of Oracle it was better to put as much code as possible in procedures rather than triggers. At that stage procedures executed faster than triggers... Read more »
Passwords for SYS/CHANGE_ON_INSTALL, SYSTEM/MANAGER, and SAPR3/SAP should be changed for security reasons. The easiest way to change them is using the R3INST program.... Read more »
Fact tables and dimension tables. A fact table contains measurements while dimension tables will contain data that will help describe the fact tables. Read more »