ORACLE 8i PASSWORD ROTECTED

HI MATES i have a problem with my oracle 8i
when i try to log in it asks for a password and
i have entered the correct password but it still
not recognized.
please do help me coz some important documents
are there and i need to retrieve it badly

You need to remember at least one SYSDBA password for getting into the db and changing the rest of the passwords.

Similar Messages

  • Unable to save info on user oracle - incorrect password (OB users manager)

    After configuring OB Express with a tape-drive and starting a rman-backup I got those messages from catxcr -l0 <job id>:
    oracle/6.1: 2008/03/07.14:50:23 ______________________________________________________________________
    oracle/6.1: 2008/03/07.14:50:23
    oracle/6.1: 2008/03/07.14:50:23 Transcript for job oracle/6.1 running on rac1
    oracle/6.1: 2008/03/07.14:50:23
    oracle/6.1: 2008/03/07.14:50:24 (mt) qdv__read_label() failed - filemark encountered (OB device mgr)
    oracle/6.1: 2008/03/07.14:50:24 Info: volume in tape2 is usable for this operation.
    oracle/6.1: 2008/03/07.14:50:24 It must be overwritten at BOT.
    oracle/6.1: 2008/03/07.14:50:24 (pvfw) at BOT
    oracle/6.1: 2008/03/07.14:50:24 (pvfw) mounted ok
    oracle/6.1: 2008/03/07.14:50:24 (pvfw) pos_vol_cleanup not returning pstate
    oracle/6.1: 2008/03/07.14:50:24 (dmap) tape2 success
    oracle/6.1: Error: Unable to save info on user oracle - incorrect password (OB users manager)
    oracle/6.1:
    There's actually a user oracle created and the password set:
    ob> lsuser -l oracle
    oracle:
    Password: (set)
    User class: oracle
    Given name: [none]
    UNIX name: oracle
    UNIX group: dba
    Windows domain/acct: [all] Administrator
    NDMP server user: no
    Email address: [none]
    UUID: 503b6654-cdc1-102a-a3a8-00116b324932
    Preauthorized access:
    Hostname: [all]
    Username: [all]
    Windows domain: [all]
    RMAN enabled: yes
    Cmdline enabled: no
    How to resolve this?
    Thanks.

    Well the list above shows that you have configured a pre-authorized access for the oracle user, and this is where the password check is failing. If you don't have any Windows in your OSB domain then you should remove this entry so it just shows as [none]
    admin:
    Password: (set)
    User class: admin
    Given name: [none]
    UNIX name: root
    UNIX group: root
    Windows domain/acct: [none]
    NDMP server user: no
    Email address: [none]
    UUID: e2948bfc-c3d2-1028-abd2-001422525e7e
    Preauthorized access: [none]

  • Authenticate Oracle Userid & Password

    I have a requirement wherein i need to authenticate the oracle username & password
    similar authentication functionality (maybe using PL/SQL or check using SQL query) is required as when a user connects to DB using sqlplus or any tool.
    ANy leads/suggestions at the earliest will be very much appreciated
    Cheers
    Rajesh

    No. Passwords in the database are hashed, not encrypted, hence the password cannot be recovered (unless you want to break the hashing algorithm).
    Can you explain your business requirements in a bit more detail? You may be able to use something like proxy authentication instead.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to avoid exposing oracle login password in a script?

    Hello,
    How do I avoid exposing the oracle login password in a script?
    Thank you.

    Script is run from another server. I was looking into OPS$ but if I ran the script from a remote server I would have to set the remote_os_authent to TRUE. But that might cause some security issue. Is there a feature in the listener I can set so that if I set the remote_os_authent to TRUE, the listener will only let those remote servers I pre-specify? Thanks.

  • How to find the forgotten oracle user password?

    Hi,
    I forgot my oracle user password. Is there any possibility to find the password without resetting through system user.

    Going by Oracle books, its not possible, but there are ways of knowing the users password, which in other words is known as Bruteforcing.

  • EHP4 Install; Oracle SYSTEM password not correct

    Hi all - I am upgrading to EHP4 from erp netweaver EHP1. EHPInstaller asking for DDIC and oracle System password. I was not sure about Oracle SYSTEM password, therefore I changed it alter system ......
    Although I have changed the SYSTEM password, EHPInstaller is still not recognizing the password.
    OS=HPUX
    DB= Oracle 10
    APPl=ERP 6.0Netweaver 701
    I am able to connect to SQL using SYSTEM/password utulity.
    Please let me know how I can fix the issue. I been searching for solution, however I have not been able to find anything.
    Regards
    K

    Hi,
    If you are getting error after changed password pls try to set default password and try again.
    Anil

  • Oracle 10g password in response file

    Hi guys,
    I am trying to install oracle 10.2.0.1 on solaris using response file. The "funny" thing is that when setting passwords to something like 0RAcle1 (first char is "zero"). it throws an error:
    >
    INFO: Setting variable 's_superAdminSamePasswdAgain' to '*Protected value, not to be logged*'. Received the value from response file.
    INFO: OUI-10155:Error while setting variable s_superAdminSamePasswdAgain: The password must start with a character for user
    INFO: Setting variable 's_superAdminSamePasswdAgain' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    User Selected: S&top installation of this component only.
    >
    I've tried with password within "" or wiothout - same result.
    If I set the same passowrds to a simple word, like "password" installation works fine.
    Are there any limitations on settings the password?
    Thank you,
    kido

    Yes - it is in the install doc :-P http://download.oracle.com/docs/cd/B19306_01/install.102/b15690/inst_task.htm#sthref771
    Srini

  • Oracle 11G password case sensitive option is not working.

    Hello,
    I am facing problem in Oracle 11G. I installed and created a database. I disabled password case sensitive option by setting it to false (Pls see the below output). but case sensitive option is not disabled and i am not able to logon using the lower case password.
    SQL> connect sys/<pwd in lower case>@<connect string> as sysdba;
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> connect sys/<pwd in uppper case>@<connect string> as sysdba;
    Connected.
    SQL> show parameter SEC_CASE_SENSITIVE_LOGON
    NAME TYPE VALUE
    sec_case_sensitive_logon boolean FALSE
    Any idea.... should i open the case in the metalink ?
    With Regards
    Hemant Joshi.

    Can you execute:
    SQL> select USERNAME, PASSWORD_VERSIONS from dba_users where username = 'SYS';Have you tried reseting the sys password? When you create the password file by default the passwords stored on it are case sensitive, maybe you also need to rebuild it...
    Enrique
    PS. See Note:429465.1 +11g R1 New Feature : Case Sensitive Passwords and Strong User Authentication+
    Edited by: Enrique Orbegozo on Oct 15, 2008 1:20 AM

  • Does Oracle User Password can contain non-ASCII characters?

    Hi Experts,
    Can we create a user with password containing non-ASCII characters like "Ro'çá".
    I was able to create a database instance by providing the password for sys as "Ro'çá". But now i am not able to login from command prompt using sqlplus or SQLPLUS Application. I am getting below error:
    C:\Documents and Settings\xyz>sqlplus system/Ro'çá@test
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Jul 4 12:17:33 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name:
    same in case i enclose the password in ""
    C:\Documents and Settings\xyz>sqlplus system/"Ro'çá"@test
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Jul 4 12:17:33 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name:
    same in case i enclose the password in ""
    Also using create user i am not able to create user with password in non-ASCII characters but alter user works and changes the password to non-ASCII characters when enclosed in quotes.
    I wanted to know whether the password can contain non-ASCII characters or not?
    Thanks in advance for your help.

    I don't think that the characters used are allowed. See this doc which only mentions three characters to be used .
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10575/tdpsg_user_accounts.htm#BEICECGF
    I did try the same but it didn't work for me either.
    SQL> select * from V$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> grant connect to user1 identified by Ro'çá;
    ERROR:
    ORA-01756: quoted string not properly terminated
    SQL> grant connect to user1 identified by "Ro'çá";
    Grant succeeded.
    SQL> connect uesr1/"Ro'çá";
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> connect uesr1/"Ro'çá"
    ERROR:
    ORA-01017: invalid username/password; logon denied
    SQL> connect uesr1/"Ro'çá"
    ERROR:
    ORA-01017: invalid username/password; logon denied
    SQL>HTH
    Aman....

  • Oracle user password into ApEx?

    I'm not sure this is possible - but wish it was...
    Here, Oracle user's passwords are managed by an automated process and I need to get new/changed passwords (the same one) into ApEx. It would save a lot of time and effort if I can grab, massage, and then put it into wwv_flow_fnd_user's web_password, web_password_raw.
    It would be great to hear that Oracle used the same obfuscation routines for both Oracle (sql*plus) and ApEx.
    Doesn't Oracle concatonate the username with the password when creating the obfuscated password? If so, is this the case for ApEx?
    Any advice?

    Steve,
    There's an overview of some of the new features here -
    http://www.oracle.com/technology/products/database/application_express/html/whats_new_2.2.html
    However that doesn't cover a lot of the features (you'll notice that the database authentication isn't mentioned there). The Apex 2.2 release is currently running on the public Oracle server (http://apex.oracle.com), so if you already have an account on there then you will be able to see the "Database Account Credentials" method listed in the authentication types, although obviously you won't be able to use this method on the public server.
    Hope this helps

  • Hyperion, Oracle, and password expirations ???

    We're currently in the process of trying to change our password policy for some reporting databases we have that are only accessed by users (non-developers) for developing hyperion reports using the desktop client software. We've set up an Oracle warning message to be generated when the user's password is going to expire in 5 days. When logging in through the OCE, the user sees this message, but it never actually logs the user in... it shows the message, and then redisplays the login popup. I'd like for them to be able to login and then use their Connections Manager to change the database password, but it won't let them log in.
    Has anyone encountered this problem before and possibly know of a solution or workaround? I'm assuming the Hyperion client software is taking any return code other than 0 for login as a failure...

    If you need an encrypted connection to Essbase then you should use Smartview over https.
    1) The Excel-Addin connection is not encrypted -- you can definitely see member information with a packet trace and with some time could probably figure out how to decipher the numeric data. The password to connect with did seem to have some level of encryption -- Hyperion would need to answer anything further as this is not documented.
    2) The lockout mechanism depends on the user directory provider you chose. To my knowledge the native directory has not capabilities for user lockout. If you chose to use say Active Directory or another system then the those items are configured in that user directory and you would need to speak with the specific directory administration team regarding the lockout mechanisms.
    Regards,
    -John

  • Oracle 8i Password error

    Hi,
    I have tried everything to start the Oracle Database 8i as per note 400421, but i am not able to solve this problem. Can you help me to solve this error.
    trc file: "dev_w0", trc level: 1, release: "620"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, M

    B Thu Nov 11 21:06:39 2010
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' is "620.02", patchlevel (0.112)
    B  New connection 0 created
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    251
    M  intno      20020600
    M  pid        2548

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2548) [dpxxdisp.c   1016]

    I Thu Nov 11 21:06:41 2010
    I  MtxInit: -2 0 0

    X Thu Nov 11 21:06:42 2010
    X  EmInit: MmSetImplementation( 2 ).

    X Thu Nov 11 21:06:43 2010
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Thu Nov 11 21:06:44 2010
    M  calling db_connect ...
    C  Found ORACLE_HOME=D:\oracle\ora81 in Registry

    C Thu Nov 11 21:06:45 2010
    C  Client NLS settings: AMERICAN_AMERICA.WE8ISO8859P1
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@PRD on connection 0 ...
    C  Attaching to DB Server PRD (con_hdl=0,svchp=08158708,svrhp=08158514)

    C Thu Nov 11 21:07:23 2010
    C  Starting user session (con_hdl=0,svchp=08158708,srvhp=08158514,usrhp=08199FAC)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    [dboci.c      3718]
    C  *** ERROR => CONNECT failed with sql error '1017'
    [dboci.c      9536]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@PRD on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=08158708,srvhp=08158514,usrhp=08199FAC)
    C  Now I'm connected to ORACLE
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  *** ERROR => NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8DEC) ==> connection refused
    [dboci.c      9650]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1098]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   8277]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server server_PRD_00 on host server (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Thu Nov 11 21:07:23 2010
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8408
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  235]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2548) [dpnttool.c   345]
    Regards,
    Subhash

    Hi,
    where on earth are these dinosaurs still living ? 
    Kernel 6.20, Ora 8.1, ... come on, tell me this beast is still runing NT4.0 ?
    Ok, that looks not (yet) to be a password problem, but one of wrong environment.
    C  Client NLS settings: AMERICAN_AMERICA.WE8ISO8859P1
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  *** ERROR => NLS_LANG not set appropriately (DB installation requires AMERICAN_AMERICA.WE8DEC) ==> connection refused
    This looks, like you need to set the environment
    NLS_LANG=AMERICAN_AMERICA.WE8DEC
    login as sidadm and set the environment
    logoff and login again and validate the correct setting.
    R3trans -d
    should work without errors then.
    Once that works, execute
    NTENV2REG.EXE
    confirm the popup. This will copy the environment of sidadm to the registry section,
    where SAPServiceSID can fetch the correct NLS_LANG for next restart.
    Volker

  • Oracle User Password

    Greetings All,
    We run an 8.1.6 Oracle Database. Do you think there is any way we can have Oracle differentiate between uppercase and lowercase characters for the password?
    I would appreciate any help.
    Regards
    Milind

    1> Try using /?rdbms/admin/utlpwdmg.sql
    2> True. Oracle stores the password as one case not matter what case you put it in.
    Let me pick the answer to the OP from both your posts:
    TEST> exec dbms_random.initialize(123456789);
    PL/SQL procedure successfully completed.
    TEST> select round(dbms_random.value(1,2)) from dual;
    ROUND(DBMS_RANDOM.VALUE(1,2))
                                2:-P
    Yoann.

  • Global Authontication of Oracle User password.

    Hi
    Could some one put some light on a topic called global authontication of an oracle 10g user / password.
    Just not sure what actually it means .
    Thanks in advance

    790072 wrote:
    Hi
    Could some one put some light on a topic called global authontication of an oracle 10g user / password.
    Just not sure what actually it means .
    Thanks in advance
    See http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/admnauth.htm#sthref1266 for the details
    Cheers

  • Oracle Username,Password/

    I want to execute a query thorugh which, I can find Username and Password of all Oracle Users.

    Oracle does not store the password of a user in plain text. You can query the DBA_USERS view but the password column in that view contains an encrypted value.
    select username, password from DBA_USERS;
    Tom
    P.S. Sorry about duplicating your post Brendan. The time lag of my connection got me.
    Message was edited by:
    trswier

Maybe you are looking for

  • Trying to connect a PDB using  BEQ protocol:

    Hello , In connection with this item on the possible automatic optimization of communication between different PDB using database links. Optimize Database Links between PDBs on the same CDB . closed in this fórum. I tried to use the BEQ protocol to e

  • How can I rotate a PDF document when viewing in adobe reader?

    How can I rotate a PDF document when iewing in adobe reader?

  • Need a group by clause for two varibles in one table

    I can't find any way to merge two variables in a group by statement with both vertical and horizobtable output. The statement I got for a vertical output is (in 10gR2): select to_char(d.begin_interval_time, 'YYYY-MM-DD') as Datenumber, w.wait_class a

  • Interactive Images - Way to Block Full-Screen?

    The way I see it, Interactive Images are useful because they dont' require a large area of the screen to zoom in and see crisp graphics and descriptions. So when I set my images up, set the views for the "embedded sized" viewer, it all works great. B

  • When can I use ALERTS

    Hi All, I have small doubt which was asked by my client, How and when are the alerts can be used... I know how to use these alerts in BPM... But my question is Can the ALERTS can be used in Normal scenarios i.e not BPM... lets say 1:N mapping without