e5c4p3artist
Programmer
I inherited a project from someone and have relatively little knowledge of Oracle8 and PL/SQL. So you'll have to treat me like a dummy.
What I need to do is calculate the actual space used in several tables. I found a script that appears to be written to do exactly that here:
However, I cannot get it to tell me what I need to know. I have been using Oracle SQL Worksheet (because I'm a n00b that needs the GUI to understand what I'm doing). What I have done is copied and pasted the script into the SQL Worksheet window and tried to run it.
It gives me no critical errors (it does say that 'set verify on' is an invalid SET option), but does not print out any numbers. It simply says "Statement Processed."
I have toyed around with it a bit (for example hard-coding in an owner name and table name for the variables) and have gotten the lines "Displaying Actual Space Used for schema T170 ...." to print, but still no table space information.
What am I missing here? Probably a lot. Can anyone take the time to enlighten me please? I'm a fast learner, I just don't know what I'm doing yet. =)
What I need to do is calculate the actual space used in several tables. I found a script that appears to be written to do exactly that here:
However, I cannot get it to tell me what I need to know. I have been using Oracle SQL Worksheet (because I'm a n00b that needs the GUI to understand what I'm doing). What I have done is copied and pasted the script into the SQL Worksheet window and tried to run it.
It gives me no critical errors (it does say that 'set verify on' is an invalid SET option), but does not print out any numbers. It simply says "Statement Processed."
I have toyed around with it a bit (for example hard-coding in an owner name and table name for the variables) and have gotten the lines "Displaying Actual Space Used for schema T170 ...." to print, but still no table space information.
What am I missing here? Probably a lot. Can anyone take the time to enlighten me please? I'm a fast learner, I just don't know what I'm doing yet. =)