Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle tablespace owners

select owner, decode(partition_name, null, segment_name, 
   segment_name || ':' || partition_name) name, 
   segment_type, tablespace_name,bytes,initial_extent, 
   next_extent, PCT_INCREASE, extents, max_extents 
from dba_segments 
Where 1=1 And extents > 1 order by 9 desc, 3 
Comment

PREVIOUS NEXT
Code Example
Sql :: play framework connection via windows sql server 
Sql :: how to delete a database record after a certain time 
Sql :: list of schema with sizes (relative and absolute) in a PostgreSQL database 
Sql :: get all employees if name ends with in sql 
Sql :: sql dmv to capture updates 
Sql :: oracle convert run_duration to number 
Sql :: Split Column with delimiter into multiple columns 
Sql :: ring MySQL presents the usage of MySQL_Autocommit(), MySQL_Commit() & MySQL_RollBack() functions. 
Sql :: current month mysql query 
Sql :: sql convert 
Sql :: SQL Injection Using Always True Condition 
Sql :: oracle rolling back 
Sql :: mysql select max and corresponding row 
Sql :: plsql listagg 
Sql :: oracle lower in where clause 
Sql :: mysql exception output 
Sql :: SQL IN Operator With Columns 
Sql :: stored procedure replace 
Sql :: mysql edit trigger 
Sql :: primary key start from number 
Sql :: dataframe lambda elif 
Sql :: mysql datenbank anzahl anzeigen 
Sql :: SELECT * INTO ROW NUMBER 
Sql :: Using the Cloud SQL Auth proxy to connect to multiple instances 
Sql :: how change the field place in mysql 
Sql :: dbname+tablename 
Sql :: Bigquery insert issue 
Sql :: codeigniter MySQL - Issue with SELECT & GROUP BY 
Sql :: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it (SQL: select * from `featured_categories` limit 1) 
Sql :: what is rownum in oracle 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =