Orcale XE password file error?

I have created many users and when I try to create another user it gives me.
ORA-01996: GRANT failed: password file '' is full
Is their away to find out max amount of passwords and the file that contains this .
Also once I know this.
Is their away to extend it thru using orapwd or anything else. Thanks

As per metalink note, the problem is due to TSM Error relating to incorrect password settings for the TSM Media Manager.
Fix
~~~~
Contact TSM Vendor to assist in setting the TSM Media Manager Password correctly.

Similar Messages

  • Error opening password file

    Hi, I'm traying to start up a database in sqlplus on SuSE 8.2 and Ora9.2, I have the next error:
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup pfile=/opt/ora9/admin/pavilion/pfile/initmydb.ora
    ORACLE instance started.
    Total System Global Area 101781824 bytes
    Fixed Size 450880 bytes
    Variable Size 83886080 bytes
    Database Buffers 16777216 bytes
    Redo Buffers 667648 bytes
    ORA-01990: error opening password file '/opt/ora9/product/9.2/dbs/orapw'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    My password file is /opt/ora9/product/9.2/dbs/orapwmydb
    How can I use my orapwmydb file?

    Hi Marco,
    as far as I know, you have to use the REMOTE_LOGIN_PASSWORDFILE = SHARED option in your init...ora file.
    In this case you have one password file for one or more databases. It can only have the entries for SYS and INTERAL.
    I'm sorry to cannot answer your question of having different password files for different databases %-)
    Klaus

  • [HELP] ORA-01990 Error opening password file '/home/oracle/OraHome1/dbs/ora

    Dear All,
    I have changed the PWD file on oracle 9.2.04 under linux redhat advance server 2.1. but when i start to open database by issuing dbstart, i get
    ORA-01990: Error opening password file '/home/oracle/OraHome1/dbs/orapw'
    ORA-27037: unable to obtain file status
    Linux Error: 2 : no such file or directory
    additional information: 3
    How to solve the problems?
    thanks and regard
    ER

    Hai all...
    I did it all..
    but still I got
    ORA-01990: Error opening password file '/home/oracle/OraHome1/dbs/orapw'
    ORA-27037: unable to obtain file status
    Linux Error: 2 : no such file or directory
    additional information: 3
    Help me...
    Thanks
    regard
    ER

  • Ora-01990 error in opening the password file

    Hi,
    I created a password file by using orapwd utility. Then later on I modified the remote_login_passwordfile in the spfile by giving the command:
    sql> alter system set remote_login_passwordfile=exclusive
    scope=spfile.
    Then it is altered. Later on I shutdown the database and When I was trying to connect to the databse again, I am getting the following errors.
    ORA-01990 error openeing the passowrd file.
    ORA-27037 unable to obtain file status
    linux error:2 no such file or directory.
    Thanks in advance.

    Hi,
    I tried that also.It is giving ora-32001 write to spfile requested but no spfile specified at startup.
    First Manually I deleted the password file and I set the remote_login_passwordfile=none in the parameter file and again I started the instance just by giving
    sql>startup open pfile='OraHome1/dbs/initRADHI.ora'
    then I tried to modify the the Remote_Login_PASSWORDFILE thru alter system set command.then it is giving the above error. then I again shutdown the DB and again I started without specifying the parameter file or spfile just saying sql>startup. Then also it is not taking the SPFILE to startup. why is so? Then also same error I am getting?
    ora-32001 write to spfile requested but no spfile at startup. can anyone of you help me.
    Thanks,
    Have a nice day.

  • Configuration assistant error OPW-000001 cannot open password file

    Installing on RH9. The install gives a fail message on the configuration assistant portion. When I run dbca from the command line I get the error
    OPW-000001 cannot open password file
    The password file for the new database exists with the the permissions, owner and group:
    -rwSr----- oracle oinstall filename (highlighted in red)
    I have tried running dbca as root and oracle but get the same error.

    Does the user have appropriate operating system privileges?

  • Password file creation error

    Hi
    I am trying to create my password file and getting the following error, any idea please.
    C:\>orapwd file='C:\app\oracle\product\11.1.0\db_1\database\pwdorcl.ora' entries
    =5
    Enter password for SYS:
    OPW-00001: Unable to open password-file
    C:\>Oracle 11.1.0 on windows xp
    Thanks

    orapwd -help
    Usage: orapwd file=<fname> password=<password> entries=<users> force=<y/n> nosysdba=<y/n>
      where
        file - name of password file (mand),
        password - password for SYS (mand),
        entries - maximum number of distinct DBA,
        force - whether to overwrite existing file (opt),
        nosysdba - whether to shut out the SYSDBA logon (opt for Database Vault only).
      There are no spaces around the equal-to (=) character.Does the OS user have necessary permissions to open file?

  • Password file auth - error ORA-01990: error opening password file '/p00/ora

    Hi, Im setting up password file auth on our existing database.
    Ive run this
    orapwd file=orapwdt04.pwd password=secret entries=5
    then set this in the .ora file
    remote_login_passwordfile=exclusive
    But when I restart the dabase im getting this error
    ORA-01990: error opening password file '/p00/oraprod/9.2.0/dbs/orapw'
    How / where do I tell the database to look for the password file.
    Im running on AIX and Oracle 9.2.0.6
    thanks for looking.

    password filename must be in the format of orapw<sid> and location of the file $ORACLE_HOME/dbs

  • ORA-01990: error opening password file

    After I unset NLS_LANG ( can you explain this ??? )
    I am able to start the create database command. BUt
    what happens than I do not understand.
    SVRMGR> connect internal
    Connected.
    SVRMGR> startup nomount pfile =
    /home/oracle/admin/peter/pfile/initpeter.ora
    ORACLE instance started.
    Total System Global Area 35298704 bytes
    Fixed Size 64912 bytes
    Variable Size 18284544 bytes
    Database Buffers 16777216 bytes
    Redo Buffers 172032 bytes
    SVRMGR> CREATE DATABASE "peter"
    maxdatafiles 254
    maxinstances 8
    maxlogfiles 32
    character set US7ASCII
    national character set US7ASCII
    DATAFILE '/home/oracle/oradata/peter/system01.dbf' SIZE 175M
    logfile '/home/oracle/oradata/peter/redo01.log' SIZE 500K,
    '/home/oracle/oradata/peter/redo02.log' SIZE 500K;
    2> 3> 4> 5> 6> 7> 8> 9>
    CREATE DATABASE "peter"
    ORA-01501: CREATE DATABASE failed
    ORA-01990: error opening password file
    '/home/oracle/product/8.1.5/dbs/orapw'
    SVRMGR> exit
    where do I get this file or how to create it ?
    null

    peter schlaeger (guest) wrote:
    : After I unset NLS_LANG ( can you explain this ??? )
    : I am able to start the create database command. BUt
    : what happens than I do not understand.
    : SVRMGR> connect internal
    : Connected.
    : SVRMGR> startup nomount pfile =
    : /home/oracle/admin/peter/pfile/initpeter.ora
    : ORACLE instance started.
    : Total System Global Area 35298704 bytes
    : Fixed Size 64912 bytes
    : Variable Size 18284544 bytes
    : Database Buffers 16777216 bytes
    : Redo Buffers 172032 bytes
    : SVRMGR> CREATE DATABASE "peter"
    : maxdatafiles 254
    : maxinstances 8
    : maxlogfiles 32
    : character set US7ASCII
    : national character set US7ASCII
    : DATAFILE '/home/oracle/oradata/peter/system01.dbf' SIZE 175M
    : logfile '/home/oracle/oradata/peter/redo01.log' SIZE 500K,
    : '/home/oracle/oradata/peter/redo02.log' SIZE 500K;
    : 2> 3> 4> 5> 6> 7> 8> 9>
    : CREATE DATABASE "peter"
    : ORA-01501: CREATE DATABASE failed
    : ORA-01990: error opening password file
    : '/home/oracle/product/8.1.5/dbs/orapw'
    : SVRMGR> exit
    : where do I get this file or how to create it ?
    I responded to your previous post. Look in ORACLE_HOME/bin for
    orapwd. Run this.
    null

  • ORA-01017 error and re-create password file? seek advices.

    I used TOAD 9.5 to log in one Oracle 10g database with sys/password as sysdba. It worked fine always. However, today I tried to log in again and come across the ORA-01017 error. Invalid username/password. Then I went to windows server command line to log in as conn / as sysdba and also log in conn sys/password@sid as sysdba, I all logged in successfully. I checked the password file is in $oracle_home\database\. I logged in as normal user successfully.
    My question is: what caused this ORA-error? how to fix it? Is it necessary for me to re-create password file to fix this? Or there is other options? Thanks.

    First though is double check make sure you have no typo when inputting username/password,
    ORA-01017 is very specific error about wrong password, if you have problem with passwordfile you would likely to get ORA-01031: insufficient privileges
    You can change your sys password using alter user statement, Oracle will sync the password file.

  • Error When Attempting to Create a Password File

    hi all,
    i recevied the following error when attempting to create a password file via the ORAPWD utility. can anyone offer any insight into what is causing this problem?
    $ ./orapwd file=/appl/oracle/product/9.2.0-64bit/dbs/orapwLEAF password=XXXXXX
    Unable to find error file.
    Error code 5
    thanks

    Try to set env variable ORACLE_HOME
    Best Regards
    Krystian Zieja / mob

  • HT201262 cannot go to cmd+V or S, I cannot change my password. -error message ===boot file path system library coreservices boot.efi.... Please help.

    cannot go to cmd+V or S, I cannot change my password. -error message ===boot file path system library coreservices boot.efi.... Please help.

    Got it thanks macjack . Command + S on restart.
    In this case Nad69-Breizh did you try restarting with the option key down and re-selecting the boot drive.
    If no Recovery option,  try command option R  for internet recovery. Takes some time to load up.

  • Password file required?

    I am attempting to install Application Express (htmldb and oracle http server) from the 10g Companion Disk. During the install, after I enter the connection information (including the SYS password), I get an Ora-01017 Invalid username/password error message. I have scoured the OTN and Metalink sites and found several notes that suggest setting up an Orcale password file and setting the parameter REMOTE_LOGIN_PASSWORDFILE=exclusive. The problem is that we do not use password files in our environment. Do htmldb/http server REQUIRE use of a password file. I can find nothing on this in the documentation. Please advise.

    To install APEX into the database you must run the apexins.sql script on the database on which you wish to load APEX.
    The script can be located at ORACLE_HOME/apex/apexins.sql.
    The scripts takes six arguments as parameters.
    password: Password you wish to give for your APEX schema
    apex_tablespace: The tablespace to hold APEX schema
    apex_file_tablespace: Tablespace to hold APEX files
    temp_tablespace: Temporary tablespace
    images: Virtual directory for Images
    connect: Connect stringThe last parameter "connect string" specifies a connect string for your target Oracle database. If the database is NOT on the server where the APEX software is located, you need to set that REMOTE_LOGIN_PASSWORDFILE parameter as you mentioned. This has nothing to do with APEX, it is just a requirement for non-local (remote) SYSDBA logins.
    It is best to copy the APEX software over to the server where the database resides and do a local install (where you can pass in NONE for that 6th parameter)
    Hope this helps.

  • Configuring password file in oracle 10g

    Hi
    Can anyone here guide me to the steps to be followed in configuring password file.
    I am learning cloning using RMAN. For that purpose I need to configure password file at first.
    I created the password file using orapwd utility.
    and then made the required changes in tnsnames.ora and listener.ora files. Reloaded listener.
    Set SQLNET.AUTHENTICATION_SERVICES = (NONE) in the sqlnet.ora file
    Made the changes required in the initialization parameter file for the duplicate database instance.
    Next, export ORACLE_SID= <DUPLICATE DATABASE NAME>
    CREATE SPFILE FROM PFILE
    STARTUP FORCE NOMOUNT;
    rman TARGET sys/password@target-tnsname AUXILIARY sys/password@duplicate-tnsname
    At this stage, I get the below error.
    RMAN-00554  initialization of  internal recovery manager package  failed
    RMAN- 04006  error from auxiliary  database:  ORA- 01031 :  Insufficient privileges

    userark160 wrote:
    rman TARGET sys/password@target-tnsname AUXILIARY sys/password@duplicate-tnsname
    At this stage, I get the below error.
    RMAN-00554  initialization of  internal recovery manager package  failed
    RMAN- 04006  error from auxiliary  database:  ORA- 01031 :  Insufficient privileges
    Are the Auxiliary and Target databases on the same machine?
    Can you also check the parameter Local_Listener for Auxiliary Database?
    Regards,
    Z.K.

  • How to create a password file for 9i database

    I just created a database 9.2.0.5 based on another database. I copied the password file to the new database. I got an error. How can I recreate one?
    Thanks a lot!
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 337204540 bytes
    Fixed Size 455996 bytes
    Variable Size 268435456 bytes
    Database Buffers 67108864 bytes
    Redo Buffers 1204224 bytes
    ORA-01991: invalid password file '/local/ORACLE/OraHome1/dbs/orapwilnktest'
    SQL>

    Do you think the password is the sys password?Time to go through the doc :
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96521/dba.htm#1227
    Nicolas.

  • Password file issue in Oracle 10g

    Hi,
    While trying connecting from SQL prompt using command
    SQL> CONNECT SYS/PASSWORD@CONNECT_STRING AS SYSDBA
    It gives error
    ORA-01031 insufficient privilege
    If SQL> CONNECT SYS/PASSWORD AS SYSDBA
    It works successfully??
    After connecting without using connect_string.
    Only one DB is running on this machine.
    Then SELECT * FROM V$PWFILE_USERS;
    0 ROWS RETURNED
    Recreated the pwd file same issue persists. What may be the reason?
    If SQL> GRANT SYSDBA TO SYS;
    ERROR ORA-01994: GRANT FAILED: PASSWORD FILE MISSING OR DISABLED
    Password file created using command
    orapwd file=/u01/app/oracle/product/10.2.0db_1/dbs/orapwPRIMDB password=pwd entries=5
    Please help me.
    Thanks in advance.
    Edited by: Bharat Kaushik on May 31, 2009 4:20 PM

    The first command is a 'remote connection'. To be able to connect as sysdba remotely, spfile remote_login_passwordfile should be set to exclusive.
    When there is no password file or the parameter is incorrect this results in ora-1031.
    The second command uses O/S authentication, and doesn't use the password file at all.
    O/S authentication is set up in sqlnet.ora.
    SYS has always SYSDBA, by design. Granting SYSDBA to SYS is redundant.
    Obviously in this directory name
    /u01/app/oracle/product/10.2.0db_1/dbs/
    there is a / missing and it should have been
    /u01/app/oracle/product/10.2.0/db_1/dbs/
    So you still have no valid passwordfile.
    You could have and should have easily spotted this yourself.
    Sybrand Bakker
    Senior Oracle DBA
    Experts: those who did read the documentation.

Maybe you are looking for

  • Computer no longer sees DVD or Zip drives

    Hey there all, Here's one for you. I have a G4 Gigabit Ethernet that I've upgraded with a Powerlogix 1.4 Ghz processor and an ATI Radeon 9800 Pro. The two drives that came with the computer (the Zip 100 and the DVD-ROM) have stopped working. I can't

  • BPM workspace error.

      Hi All, I am getting the following error while logging in. When I enter my username and password in the BPM workspace browser it shows me the home page for a fraction of a second and then shows this error.   Error 404--Not Found   From RFC 2068 Hyp

  • GOING TO KILL MYSELF!CLIPS STOP RENDERING! HELP!

    I am ready to jump off a tall builing! I created a movie, spend hours editing clips, then all of a sudden the clips stopped rendering. I gave it a whole day to try and complete, b/c I was terrified of closing the progam and losing everything. Well, i

  • Session expired exception

    Hi, How/Where to catch session expired exception in web dynpro?  The following message is thrown when I click on the ui in portal. com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has expired: No applicat

  • Need pushbutton in ALV

    Hi Friends, I need to put a pushbutton in ALV List's every row. And then when user click this button, I will get the selected line of list. My application server is 4.6 and I want to implement this using the function call of CALL FUNCTION 'REUSE_ALV_