-- -- List Flashback Log Details. -- SET PAUSE ON SET PAUSE 'Press Return to Continue' SET PAGESIZE 60 SET LINESIZE 300 SET VERIFY OFF COLUMN "Log NO" FOR 9,999 COLUMN "Thread No" FOR 99 COLUMN "Seq No" FOR 99 COLUMN name FOR A50 COLUMN "Size(GB)" FOR 999,999 COLUMN "First Chg No" FOR 999,999,999,999,999,999 ALTER SESSION SET nls_date_format='DD MON YYYY hh24:mi:ss' / SELECT log# as "Log No", thread# as "Thread No", sequence# as "Seq No", name, bytes/1024/1024/1024 as "Size(GB)", first_change# as "First Chg No", first_time FROM v$flashback_database_logfile ORDER BY first_time /
Database Architect,Core DBA ,APPSDBA,Mysql DBA,MongoDB,PostgreSQL,Installations,Upgrades on all Flavors of UNIX (LINUX,SOLARIS,HP(AIX)). Oracle E-Business Suite R12 (Upgrades,Patching,Cloning) AWS upgrades and implementation expert. OCI (Oracle Cloud Infrastructure) Architect, Exadata (Oracle Database Exadata Cloud at Customer(Exacc)),Superclusters ,Autonomous Databases, AWS RDS Customs , Sql Tuning Expert. ***Never Stop sharing,Learning and Growing***
Tuesday, December 19, 2017
Flashback Log Details
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment