- Viktor T. Toth - Oracle Cheat Sheet
- Oracle Database/SQL Cheatsheet - Wikibooks, open books for an open world
- Oracle SQL reference
- Oracle Editions Cheatsheet
- Oracle by Example Series: 2 Day DBA 11g
- The Ultimate DBA Guide to Getting Current with Oracle Database
- Oracle Database Database Administrator’s Guide, 23ai
Database Limits (Data field types support)
Best practices for implementing data warehouse in Oracle 12c http://www.oracle.com/technetwork/database/bi-datawarehousing/twp-dw-best-practices-for-implem-192694.pdf
Oracle brings the Autonomous Database to JSON | ZDNET
Oracle SQL Developer Release 19.2 - Get Started
Oracle Warehouse Management User's Guide
sql - How to Select Top 100 rows in Oracle? - Stack Overflow Databases and Performance: Top Oracle Monitoring Views & Tables Granting Rights on Stored Procedure to another user of Oracle - Stack Overflow Databases and Performance: Interactive Complex SQL Scripts - A Solution Oracle Database: How-To: Create a New database using DBCA - YouTube
- oracle database - How to load an inconsistent CSV file using sql loader? - Stack Overflow
- RMAN restore fails with RMAN-06023 but there are backups available ~ Marko Sutic's Database Blog
- How to Restore Oracle Database using RMAN (with Examples)
RMAN> SET DBID 12345;
RMAN> STARTUP NOMOUNT;
RMAN> RESTORE CONTROLFILE FROM "/backup/rman/ctl_c-12345-20141003-03";
RMAN> ALTER DATABASE MOUNT;
RMAN> RESTORE DATABASE;
RMAN> RECOVER DATABASE;
RMAN> ALTER DATABASE OPEN RESETLOGS;
--- Restoring a database
set NLS_LANG=AMERICAN_AMERICA.EE8MSWIN1250
imp file=ES_20130429_093744.dmp fromuser=aplpop touser=aplpopvl log=imp_in.log
pause
Book Review: Security, Audit and Control Features: Oracle Database Auditing Oracle Database
Oracle Bitmap Index | Guide to Oracle Bitmap Index | Query Examples