Technical Notes
We're all on the same page!
Showing posts with label
12c
.
Show all posts
Showing posts with label
12c
.
Show all posts
Thursday, 10 November 2016
How to get AWR report as html file?
›
Generate Snapshots SQL> EXEC DBMS_WORKLOAD_REPOSITORY.create_snapshot; -> Run this SQL as twice (at the begin and at the end) Get...
How to add target manually in 12c EM ?
›
Prepare the 12c EM server # vi /etc/hosts 10.10.10.10 alperdb.com -> remote machine (agent) IP and hostname Prepare the environment...
Saturday, 11 October 2014
How to select top 10 records in Oracle 11g and 12c?
›
In 11g: As you now that TOP keyword does not exist in 11g, but you can use rownum keyword to query top records. For example, you want t...
›
Home
View web version