Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Create Password File

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-04, 23:54
chalie chalie is offline
Registered User
 
Join Date: May 2004
Location: Singapore
Posts: 37
Create Password File

Dear All,

I've oracle 9i Ver.9.2.0.1.0 , running on aix 5L Ver.5.2
My question :
1. How to check password file already created ?
2. If not already created, how create password file on specific directory ?
3. How to change REMOTE_LOGIN_PWDFILE=EXCLUSIVE ?

Thanks for advance

regards,
chalie
Reply With Quote
  #2 (permalink)  
Old 09-10-04, 10:42
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 3,566
>1. How to check password file already created ?

ls -l

>2. If not already created, how create password file on specific directory ?

orapwd

>3. How to change REMOTE_LOGIN_PWDFILE=EXCLUSIVE ?

vi
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
Reply With Quote
  #3 (permalink)  
Old 09-10-04, 11:09
The_Duck The_Duck is offline
Registered User
 
Join Date: Jul 2003
Posts: 2,126
you obviously have not read the documentation.
it is very concise and answers all your questions:
Code:
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/dba.htm#1227
__________________
- The_Duck
you can lead someone to something but they will never learn anything ...
Reply With Quote
  #4 (permalink)  
Old 09-15-04, 05:58
chalie chalie is offline
Registered User
 
Join Date: May 2004
Location: Singapore
Posts: 37
Create Password File

Hi Duck n anacement,

Thanks for your info, i've read this articel but still not enough for me,
I don't know password file name, so how can I search the file using
#find $ORACLE_HOME -name "xx.xx" -print ?
also using ls command
# ls -al |grep xx.xx ?
Any other way to check ?

After confirm the password file not available, I will create the password file into specific directory (Example : /miscellaneous).
If I use PWORA utility, this utility just set the file name, password and maximum user, not set specific directory. How create password file into /miscellaneous ?

rgd,
chalie
Reply With Quote
  #5 (permalink)  
Old 09-15-04, 06:37
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
$ORACLE_HOME/dbs/orapw<SID>.ora
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On