Oracle and SQL Sub languages Flashcards
T/F – Oracle has market dominance in Online Transaction Processing (OLTP)
True
- What is Oracles command line administration tool?
o Sqlplus
- T/F - sqlplus will prompt for a password
True
Name this: Web-based admin tool for managing remote DB instances like replication, storage, provides usage data in graphics
Oracle Enterprise Manager
Name this: Recovery manager, manages full and incremental backups
Oracle RMAN
Name the 4 SQL sub languages
DDL, DML, TCL, and DCL
Explain what DDL does
Create, Alter, Truncate – Create the structures
Explain DML
Insert, Update, Delete – Popular the structures
Explain TCL
Commit, Rollback – Version control
Explain DCL
Grant, Revoke – Set privileges, control who uses your DB and how
Name the 4 oracle users that are automatically added to your system:
SYS, SYSTEM, SCOTT, HR
- What is SYS in oracle?
o SYS is the top level admin user of any oracle DB
- To login to SYS you must use the keyword ‘___ __ ______’ in the username field
o SYS AS SYSDBA
- What is SYSTEM in oracle DB?
o Another admin user
- To create another user in oracle you must be logged in as ___
SYS