Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: [dba_gurus] How to find the OS Storage type?
Hi Everybody,
Try this :-
DECLARE
PORT VARCHAR2(200);
A VARCHAR2(200); B VARCHAR2(200); C VARCHAR2(200);
A:=PORT; B:=SUBSTR(PORT,1,INSTR(PORT,'-')-1); C:=SUBSTR(PORT,INSTR(PORT,'-')+1);
2) i think you did some typo. The things are SPFILE and pfile... Please find the attached file for SPFILE description
Regards,
QUERIES in Oracle, Feel free to Join:
http://groups.yahoo.com/group/oracle_expert/
Regards,
Sunil Bhola
Oracle_Expert, Moderator
Thiagoo <thiagoodba_at_yahoo.com> wrote:
HI,
1.How can I find the OS storage type? Which command should I execute to find this?
Mine is Oracle 8.1.7 and 9.2.0.4
OS :- AIX 5.1
2.What's the advantage of pfile over init.ora?
PS:- If somebody is having hot/cold/RMAN backup/restore scripts, pls forward the same to me.
-TIA,
Thiagu
[Non-text portions of this message have been removed]
SPONSORED LINKS
Technical support outsourcing Online technical support Technical support Computer technical support Database administrator Technical support software
To unsubscribe from this group, send an email to: dba_gurus-unsubscribe_at_yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
![]() |
![]() |