Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
11 views
1 page
Month End PRE
Uploaded by
rahul tambe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download
Save
Save Month End PRE For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
11 views
1 page
Month End PRE
Uploaded by
rahul tambe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Month End PRE For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save Month End PRE For Later
You are on page 1
/ 1
Search
Fullscreen
spool MONTH_END_MAY2023.
txt
select name,open_mode from v$database;
select count(*) from dba_objects where status<>'VALID';
select owner,OBJECT_TYPE,count(*) from dba_objects where status<>'VALID' group by
owner,OBJECT_TYPE order by 1;
create table MONTH_END_MAY2023 as select * from dba_objects where status='INVALID';
select distinct status from dba_ind_partitions;
select count(*) from dba_objects where status='INVALID';
select OWNER,INDEX_NAME,TABLE_OWNER,TABLE_NAME from dba_indexes where
status='UNUSABLE';
select INDEX_OWNER,INDEX_NAME,PARTITION_NAME from dba_ind_partitions where
STATUS='UNUSABLE';
select 'alter '||object_type ||' '|| owner||'.'||object_name||' compile ;' from
dba_objects where status<>'VALID'
minus
select 'alter '||object_type ||' '|| owner||'.'||object_name||' compile ;'from
MONTH_END_MAY2023;
You might also like
All Commands - DBA
PDF
100% (1)
All Commands - DBA
42 pages
New 7
PDF
No ratings yet
New 7
11 pages
Oracle Database 19c Auto-Indexing
PDF
No ratings yet
Oracle Database 19c Auto-Indexing
15 pages
Teradata DBMS Quick Reference Guide
PDF
No ratings yet
Teradata DBMS Quick Reference Guide
66 pages
TD
PDF
No ratings yet
TD
66 pages
Catalogo Oracle
PDF
No ratings yet
Catalogo Oracle
19 pages
Knowledge Base Asm Diskgroup Space
PDF
No ratings yet
Knowledge Base Asm Diskgroup Space
6 pages
Steps To Run
PDF
No ratings yet
Steps To Run
3 pages
3 ReScript Indexes Generic
PDF
No ratings yet
3 ReScript Indexes Generic
5 pages
Index On Base Table or Index On MV ?
PDF
No ratings yet
Index On Base Table or Index On MV ?
7 pages
Scripts For References
PDF
No ratings yet
Scripts For References
3 pages
Index Creation & Restore Point
PDF
No ratings yet
Index Creation & Restore Point
2 pages
DBA Cheat Sheet
PDF
100% (1)
DBA Cheat Sheet
28 pages
Coe Siebel Profile
PDF
No ratings yet
Coe Siebel Profile
15 pages
Caracteristicas Usadas
PDF
No ratings yet
Caracteristicas Usadas
21 pages
f1 v2 Lect 12
PDF
No ratings yet
f1 v2 Lect 12
20 pages
DBA Commands
PDF
100% (1)
DBA Commands
20 pages
Sqls
PDF
No ratings yet
Sqls
5 pages
4 IndexUsage Generic
PDF
No ratings yet
4 IndexUsage Generic
4 pages
ISBD Lab9 2022
PDF
No ratings yet
ISBD Lab9 2022
12 pages
Security Grants
PDF
No ratings yet
Security Grants
3 pages
INDEXES (Oracle)
PDF
No ratings yet
INDEXES (Oracle)
9 pages
Index
PDF
No ratings yet
Index
6 pages
Sybase Commands PDF
PDF
No ratings yet
Sybase Commands PDF
22 pages
A Must Have DBA Cheat Sheet - 1
PDF
100% (1)
A Must Have DBA Cheat Sheet - 1
26 pages
Refresh QA Database With Manual Scripts
PDF
No ratings yet
Refresh QA Database With Manual Scripts
15 pages
A Must Have DBA Cheat Sheet
PDF
100% (1)
A Must Have DBA Cheat Sheet
33 pages
SAMPLE CLASS Amdp
PDF
No ratings yet
SAMPLE CLASS Amdp
8 pages
Coe Siebel Stats
PDF
No ratings yet
Coe Siebel Stats
8 pages
CS 522 - Database Administration Manage Indexes: Dr. Dongming Liang (Dongming - Liang@svuca - Edu)
PDF
No ratings yet
CS 522 - Database Administration Manage Indexes: Dr. Dongming Liang (Dongming - Liang@svuca - Edu)
32 pages
Piviting Data
PDF
No ratings yet
Piviting Data
3 pages
Chapter - 4 - Data Warehouse Indexes
PDF
No ratings yet
Chapter - 4 - Data Warehouse Indexes
11 pages
Change Storage
PDF
No ratings yet
Change Storage
1 page
Useful Queries: Select From Where
PDF
No ratings yet
Useful Queries: Select From Where
11 pages
Les11 RW
PDF
No ratings yet
Les11 RW
13 pages
Log History
PDF
No ratings yet
Log History
5 pages
A Must Have DBA Cheat Sheet
PDF
No ratings yet
A Must Have DBA Cheat Sheet
34 pages
Space LargestTables 11g+
PDF
No ratings yet
Space LargestTables 11g+
12 pages
Dbms Scheduler
PDF
No ratings yet
Dbms Scheduler
2 pages
New User Creation in EDW
PDF
No ratings yet
New User Creation in EDW
4 pages
Uso Features
PDF
No ratings yet
Uso Features
5 pages
Rebuilding Indexes On SQL Server Script
PDF
No ratings yet
Rebuilding Indexes On SQL Server Script
1 page
ORACLE Database Health - Query Tunning
PDF
No ratings yet
ORACLE Database Health - Query Tunning
55 pages
Indexing in SAP Tables
PDF
No ratings yet
Indexing in SAP Tables
6 pages
Basics of Data Dictionary
PDF
No ratings yet
Basics of Data Dictionary
9 pages
Indexes Optimization in Oracle: (Perforamnce Tuning)
PDF
No ratings yet
Indexes Optimization in Oracle: (Perforamnce Tuning)
4 pages
QueryTuning V2
PDF
No ratings yet
QueryTuning V2
8 pages
Information Needed in Tuning A SQL Query
PDF
No ratings yet
Information Needed in Tuning A SQL Query
12 pages
Designing Better Indexes and Influencing DB2 On z/OS Index Usage
PDF
No ratings yet
Designing Better Indexes and Influencing DB2 On z/OS Index Usage
13 pages
Addmrpt 1 1440 1441
PDF
No ratings yet
Addmrpt 1 1440 1441
9 pages
Purging Statistics From The SYSAUX Tablespace
PDF
No ratings yet
Purging Statistics From The SYSAUX Tablespace
5 pages
To Clear Invalid Objects
PDF
No ratings yet
To Clear Invalid Objects
3 pages
Postgresql Jsonb: Learn This Powerful Tool By Example
From Everand
Postgresql Jsonb: Learn This Powerful Tool By Example
Mohammed N. S. Al Saadi
No ratings yet
Basic DBA Query v.1: Oracle Database
From Everand
Basic DBA Query v.1: Oracle Database
Oraclesql-plsql
5/5 (1)