May 15, 2001 #1 Thiko Programmer Mar 9, 2001 49 GB i would like to find out the size that some database datafiles were created at in megabytes. so if i select bytes from dba_data_files could someone tell me the syntax for convering the size information into megabytes? Many Thanks. Thiko!
i would like to find out the size that some database datafiles were created at in megabytes. so if i select bytes from dba_data_files could someone tell me the syntax for convering the size information into megabytes? Many Thanks. Thiko!
May 15, 2001 Thread starter #2 Thiko Programmer Mar 9, 2001 49 GB select bytes/1024/1024 "Mbytes", tablespace_name from dba_data_files; Many Thanks. Thiko! Upvote 0 Downvote