dbTalk Databases Forums  

Oracle help

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Oracle help in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ph3ng
 
Posts: n/a

Default Oracle help - 07-16-2008 , 09:14 PM






Hello

I am a junior dba. I was wondering if anyone could point me how to do
the following?:

I am currently trying to verify/calculate the size of my current
oracle db/schema. I've been using:

select sum(bytes)/1024/1024 from dba_data_files + select sum(bytes)/
1024/1024 from v$log;

(NOTE: I ran the two select statements separately. Just thought I'd
clarify)

Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?

Thank you

Reply With Quote
  #2  
Old   
Ana C. Dent
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:30 PM






ph3ng <jthlcf (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:
Quote:
Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?
1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!


Reply With Quote
  #3  
Old   
Ana C. Dent
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:30 PM



ph3ng <jthlcf (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:
Quote:
Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?
1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!


Reply With Quote
  #4  
Old   
Ana C. Dent
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:30 PM



ph3ng <jthlcf (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:
Quote:
Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?
1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!


Reply With Quote
  #5  
Old   
Ana C. Dent
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:30 PM



ph3ng <jthlcf (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:
Quote:
Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?
1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!


Reply With Quote
  #6  
Old   
ph3ng
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:42 PM



On Jul 17, 1:30*pm, "Ana C. Dent" <anaced... (AT) hotmail (DOT) com> wrote:
Quote:
ph3ng <jth... (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:



Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?

1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!
Thanks for the response. Hmmmmm perhaps I should rephrase or I am not
asking the right things - still new as such dba jargons are fairly new
to me. Please excuse me for that.

1) When you say ask the OS, could you elaborate more? And how would I
be asking?

Thanks,


Reply With Quote
  #7  
Old   
ph3ng
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:42 PM



On Jul 17, 1:30*pm, "Ana C. Dent" <anaced... (AT) hotmail (DOT) com> wrote:
Quote:
ph3ng <jth... (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:



Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?

1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!
Thanks for the response. Hmmmmm perhaps I should rephrase or I am not
asking the right things - still new as such dba jargons are fairly new
to me. Please excuse me for that.

1) When you say ask the OS, could you elaborate more? And how would I
be asking?

Thanks,


Reply With Quote
  #8  
Old   
ph3ng
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:42 PM



On Jul 17, 1:30*pm, "Ana C. Dent" <anaced... (AT) hotmail (DOT) com> wrote:
Quote:
ph3ng <jth... (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:



Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?

1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!
Thanks for the response. Hmmmmm perhaps I should rephrase or I am not
asking the right things - still new as such dba jargons are fairly new
to me. Please excuse me for that.

1) When you say ask the OS, could you elaborate more? And how would I
be asking?

Thanks,


Reply With Quote
  #9  
Old   
ph3ng
 
Posts: n/a

Default Re: Oracle help - 07-16-2008 , 10:42 PM



On Jul 17, 1:30*pm, "Ana C. Dent" <anaced... (AT) hotmail (DOT) com> wrote:
Quote:
ph3ng <jth... (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:



Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?

1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!
Thanks for the response. Hmmmmm perhaps I should rephrase or I am not
asking the right things - still new as such dba jargons are fairly new
to me. Please excuse me for that.

1) When you say ask the OS, could you elaborate more? And how would I
be asking?

Thanks,


Reply With Quote
  #10  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Oracle help - 07-17-2008 , 12:06 PM



On Jul 16, 10:42 pm, ph3ng <jth... (AT) gmail (DOT) com> wrote:
Quote:
On Jul 17, 1:30 pm, "Ana C. Dent" <anaced... (AT) hotmail (DOT) com> wrote:

ph3ng <jth... (AT) gmail (DOT) com> wrote in news:2655f5b4-cbfe-4527-b061-ff3807827281
@25g2000hsx.googlegroups.com:

Now I'd like to be able to know the size of the actual storage/disk
for where that particular schema is sitting on. Is this possible? If
so how would I be doing this, what is the syntax?

1) You don't get the answer by using SQL.
2) You ask the Operating System (OS) the right question.

Since you decided we did not need to know your OS,
You're On Your Own (YOYO)!

Thanks for the response. Hmmmmm perhaps I should rephrase or I am not
asking the right things - still new as such dba jargons are fairly new
to me. Please excuse me for that.

1) When you say ask the OS, could you elaborate more? And how would I
be asking?

Thanks,
OS -> Operating System
It is not DBA jargon. It is not database jargon. but it is computer
jargon.

Either English is not your primary language or you are presenting
yourself as an example of the Peter Principle.

Assuming language is the issue:
you find the directory where the database files are stored and you
check the sizes. In LINUX it might be
cd $ORACLE_HOME/u01
ls -l

HTH,
Ed


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.