Cannot drop queue objects - invalid username/password

Folks - I'm having an issue where I cannot drop the user that owns my AQ/streams objects from an 11g database.
SYS@bwapepd1> drop user streams cascade;
drop user streams cascade
ERROR at line 1:
ORA-24008: queue table STREAMS.LB_SUBS_SOURCE_QT must be dropped first
So then I try to drop the queue -
SYS@bwapepd1> execute dbms_aqadm.drop_queue('STREAMS.LB_SUBS_SOURCE_Q');
BEGIN dbms_aqadm.drop_queue('STREAMS.LB_SUBS_SOURCE_Q'); END;
ERROR at line 1:
ORA-01017: invalid username/password; logon denied
ORA-06512: at "SYS.DBMS_AQADM_SYS", line 3472
ORA-06512: at "SYS.DBMS_AQADM", line 167
ORA-06512: at line 1
So, next I tried to drop the queue table with a force -
SYS@bwapepd1> BEGIN
dbms_aqadm.drop_queue_table(
queue_table => 'STREAMS.LB_SUBS_SOURCE_QT',
force => TRUE);
END;
BEGIN
ERROR at line 1:
ORA-01017: invalid username/password; logon denied
ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4215
ORA-06512: at "SYS.DBMS_AQADM", line 197
ORA-06512: at line 2
I've tried as both SYS and the STREAMS owner and both get the same invalid username/password error.
Any help is much appreciated.
Thx!
rb

There is insufficient information here to help you but my recommendation would be:
1. Stop the queue
2. Drop the queue
3. Drop the queue table
4. Drop the user with cascade
If you are getting an insufficient privs message when logged on as SYS then you need to make sure that you are where you think you are: You are not. Perhaps you have a remote connection, for example.
PS: Is this Windows and are you using the joke that is remote desktop? That is one example of not being where you think you are.

Similar Messages

  • Cannot connect invalid username / password..

    i cannot connect as sys and change_on_install
    it prompts me
    error: ora-28009: connection to sys should be sysdba or sysoper
    i have oracle 9i...
    so i tried sysdba / change_on_install
    but it prompted me: invalid username/password; logon denied.
    help..
    i want to connect as sysdba or sysoper..
    i already know about scott/tiger
    and system/manager
    thanks.

    -put o7_dictionary_accessibility=true on initialization parameter file for login as sys user without sysdba privilage (default value on 9idb is 'false').
    -server manager not available on 9idb, you can use sqlplus.
    hope this help..

  • Cannot Install EMDIAG - invalid username/password

    I am trying to install EMDIAG on 10gR2 according to the instructions here . When I issue the command:
    ./repvfy -usr SYSMAN -pwd <valid pwd for SYSMAN> -tns ORAPROD install
    it responds with:
    DBI connect('ORAPROD','SYSMAN',...) failed: ORA-01017: invalid username/password; logon denied
    I know this looks obvious, but I have verified that I can connect to sqlplus as sysman with the same password as I am using in the repvfy command.
    I am trying to install EMDIAG based on metalink doc 430626.1, because I have a backup job running that I can't terminate. (Long story.)
    Any ideas about what I might be doing wrong?
    Thanks,
    Gregory

    Under solution in the above referenced document, what does it mean when it referes to nodes?
    "To change the SYSMAN password:
    1. Stop the agent monitoring the target OMS and Repository in order to avoid that the SYSMAN account is locked during the process of changing the password.
    If you have only one OMS connected to the repository, the agent to stop is the one which is on the same *_node_* as the OMS."
    and
    "2. Stop all the OMS instances that are associated with the repository
    From each *_node_* where an OMS is running, logged in as oracle account, do:..."
    Thanks,
    Gregory

  • ORA-01017: invalid username/password through dblink when select from view

    Hello all,
    I work on 2 databases :
    - One is a 10g (let's call it db_10 )
    - The second one is a 11g (let's call it db_11 )
    I created a view V_PROTOCOLES in schema SCHEMA_1 on db_11.
    The FROM clause of this view call 4 tables :
    - table1 : owner is SCHEMA_1
    - table2 : owner is SCHEMA_2 (schema on db_11 )
    - table3 : owner is SCHEMA_3 (schema on db_10 )
    - table4 : owner is SCHEMA_4 (schema on db_10 )
    When I simply run SELECT * FROM V_PROTOCOLES on db11 with user X, I can have a result.
    The problem occurs when I connect on db10 also with user X. The V_PROTOCOLES view has a public synonym using the dblink DBDOC_LINK (without explicitly specify a user, so it connects with the X user).
    But here I can't run the SELECT * FROM V_PROTOCOLES. I Have the following error :
    ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from DBDOC_LINKThe passwords for user X are obviously the same on both 10g and 11g databases.
    Thanks for the help !

    On 10g :
    select password from dba_users where username = 'U872574';
    PASSWORD
    30811840BC618B77On 11g :
    select password from sys.user$ where name='U872574';
    PASSWORD
    30811840BC618B77I dropped and recreated the dblink but the problem always occurs...
    (By the way, curiously when I dropped the dblink I have no invalid objects although it is used in different packages or triggers)

  • Emca invalid username/password error on -repos create for recovered DB on new server

    11.2.0.4 on Windows Server 2012 64 bit (new server)
    database install without db create went fine.
    restore of two backup databases went fine.
    reconfig of Apex on new server went fine
    cannot get dbcontrol configured.
    emca -repos create  works fine with sysman et al dropped
    but when I try
    emca -config dbcontrol db
    I get an invallid username/password error
    the log file indicates that it is initSqlEngineLoacly failing with a null value for user
    and returning the ORA-01017 invalid username/password error.
    why is it not using the sys user for this connection?  I don't see a user parameter in the emca help.
    Any suggestions? Do zi need to install the 32 bit Oracle client?

    error in log file is :
    Apr 22, 2015 10:46:01 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: prodtp, oracleHome: F:\app\Oracle\product\11.2.0\dbhome_1, and user:
    Apr 22, 2015 10:46:04 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    WARNING: ORA-01017: invalid username/password; logon denied
    Apr 22, 2015 10:46:04 AM oracle.sysman.emcp.DatabaseChecks throwDBUnavailableException
    SEVERE:
    Database instance is unavailable. Fix the ORA error thrown and run EM Configuration Assistant again.
    Note that the user is NULL and logon is denied
    How do I configure emca to connect using SYS for this?  That appears to be the problem at this point.

  • Getting invalid username/password error while trying to create_queue_table

    Here is how I get it.
    connect / as sysdba
    create user aq identified by aq
    default tablespace users
    temporary tablespace temp
    quota unlimited on users;
    grant connect,
    create type,
    create procedure,
    aq_administrator_role
    to aq;
    grant execute on dbms_aq to aq;
    grant execute on dbms_aqadm to aq;
    begin
    dbms_aqadm.grant_system_privilege('ENQUEUE_ANY','AQ',FALSE);
    dbms_aqadm.grant_system_privilege('DEQUEUE_ANY','AQ',FALSE);
    end;
    connect aq/aq
    create Type aq.message_typ as object (
    subject Varchar2(30), text Varchar2(80)
    begin
    dbms_aqadm.create_queue_table(
    queue_table => 'aq.objmsgs80_qtab',
    queue_payload_type => 'aq.Message_typ',
    multiple_consumers => true);
    end;
    Error at line 1:
    ORA-01017: invalid username/password; logon denied
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2934
    ORA-06512: at "SYS.DBMS_AQADM", line 58
    ORA-06512: at line 2

    In what version of Oracle?
    I see a couple of problems assuming you are working with a currently supported version:
    1. Never grant CONNECT to anyone: Ever. Grant CREATE SESSION.
    2. GRANT CREATE TABLE to AQ;
    Go to Morgan's Library at www.psoug.org and look at AQ Demo 1. You should have no problem cutting and pasting your way to where you are trying to go.

  • ERROR: ORA-01017: invalid username/password; logon denied

    Hi all
    I need your kind help.
    I have installed Oracle Audit Vault Server  Release 10.2.3.2 in Linux system and collection agent in Windows system. Adding and starting DBAUD collector went fine however  adding REDO collector return back errors when executing avorcldb add_collector command as follow
    [oracle@avsrv ~]$
    [oracle@avsrv ~]$  avorcldb add_collector -srcname orcl -agentname avagent01 -colltype REDO -av Lugaopc:1521:orcl
    collector REDO_Collector for source orcl already exists
    initializing REDO Collector
    ERROR: could not get AV source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    ERROR: ORA-01017: invalid username/password; logon denied
    [oracle@avsrv ~]$
    Here is the contents of avorcldb.log file
    09-09-13 16:58:44 [INFO ] Processing command add_collector
    09-09-13 16:58:44 [INFO ] Processing arg -srcname = orcl
    09-09-13 16:58:44 [INFO ] Processing arg -agentname = avagent01
    09-09-13 16:58:44 [INFO ] Processing arg -colltype = REDO
    09-09-13 16:58:44 [INFO ] Processing arg -av = Lugaopc:1521:orcl
    09-09-13 16:58:44 [INFO ] Connect info : Lugaopc:1521:orcl
    09-09-13 16:58:45 [INFO ] Got AV admin connection using jdbc:oracle:oci:@AVDB
    09-09-13 16:58:45 [INFO ] Executing SQL as [ADM@AV] select s.host||':'||a1.num_value||':'||a2.char_value from avsys.av$attrvalue a1, avsys.av$attrvalue a2, avsys.av$source s, avsys.av$attrdef ad1, avsys.av$attrdef ad2 where source_name = :1 and a1.inst_id = s.source_id and a2.inst_id = s.source_id and a1.attr_id = ad1.attr_id and ad1.attr_name = 'PORT' and a2.attr_id = ad2.attr_id and ad2.attr_name = 'DB_SERVICE'
    09-09-13 16:58:45 [INFO ] Using bind value orcl
    09-09-13 16:58:45 [INFO ] Return value = Lugaopc:1521:orcl
    09-09-13 16:58:45 [INFO ] Connect info : Lugaopc:1521:orcl
    09-09-13 16:58:45 [INFO ] Executing SQL as [ADM@AV] select to_char(source_id) from avsys.av$source where source_name = :1
    09-09-13 16:58:45 [INFO ] Using bind value orcl
    09-09-13 16:58:45 [INFO ] Return value = 1
    09-09-13 16:58:46 [INFO ] Got source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select decode(c.status, 1, 'active', 0, 'dropped', null) from avsys.av$collector c, avsys.av$source s where source_name = :1 and collector_name = :2 and c.source_id = s.source_id
    09-09-13 16:58:46 [INFO ] Using bind value orcl
    09-09-13 16:58:46 [INFO ] Using bind value REDO_Collector
    09-09-13 16:58:46 [INFO ] Return value = active
    09-09-13 16:58:46 [MESG ] collector REDO_Collector for source orcl already exists
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select decode(c.status, 1, 'active', 0, 'dropped', null) from avsys.av$collector c, avsys.av$source s where source_name = :1 and collector_name = :2 and c.source_id = s.source_id
    09-09-13 16:58:46 [INFO ] Using bind value orcl
    09-09-13 16:58:46 [INFO ] Using bind value REDO_Collector
    09-09-13 16:58:46 [INFO ] Return value = active
    09-09-13 16:58:46 [MESG ] initializing REDO Collector
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select username from avsys.av$source where source_name = :1
    09-09-13 16:58:46 [INFO ] Using bind value orcl
    09-09-13 16:58:46 [INFO ] Return value = AVSRCUSR1
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] {? = call avsys.dbms_audit_vault.reset_source_user(?)}
    09-09-13 16:58:46 [INFO ] Adding mask for user password
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select table_name from user_tables where upper(table_name) = upper(:1)
    09-09-13 16:58:46 [INFO ] Using bind value STREAMS_HEARTBEAT
    09-09-13 16:58:46 [INFO ] Return value = STREAMS_HEARTBEAT
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] drop table streams_heartbeat
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] create table streams_heartbeat( src_dbname varchar2(4000), job_number number, heartbeat_time timestamp)
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] declare dbs_name varchar2(4000); begin select global_name into dbs_name from global_name; insert into streams_heartbeat values (dbs_name, 0, SYSTIMESTAMP); end;
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] create or replace procedure update_heartbeat IS begin update streams_heartbeat set heartbeat_time=(select systimestamp from dual); commit; end;
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select table_name from user_tables where upper(table_name) = upper(:1)
    09-09-13 16:58:46 [INFO ] Using bind value CAPTURE_RULES
    09-09-13 16:58:46 [INFO ] Return value = CAPTURE_RULES
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] drop table capture_rules
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] create table capture_rules( rule_name  varchar2(50), rule_scope varchar2(6),  rule_type  varchar2(3),  obj_name   varchar2(100))
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select global_name from global_name
    09-09-13 16:58:46 [INFO ] Return value = AVDB.AVSRV
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select db_link from user_db_links where db_link = :1
    09-09-13 16:58:46 [INFO ] Using bind value AVDB.AVSRV
    09-09-13 16:58:46 [INFO ] Return value = AVDB.AVSRV
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] drop database link "AVDB.AVSRV"
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select version from v$instance
    09-09-13 16:58:46 [INFO ] Return value = 11.2.0.1.0
    09-09-13 16:58:46 [INFO ] Creating DB link using AVDB.AVSRV,AVSRCUSR1,{avsrcusr_pwd},Lugaopc,1521,orcl
    09-09-13 16:58:46 [INFO ] Connecting as srcuser_ora01 to @(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    09-09-13 16:58:46 [INFO ] Output from SQLPlus
    09-09-13 16:58:46 [INFO ]
    09-09-13 16:58:46 [INFO ] Package created.
    09-09-13 16:58:46 [INFO ]
    09-09-13 16:58:46 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] Package body created.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] Package created.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] Package body created.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ] Executing SQL as [USR@SRC] select distinct name from user_errors where name = :1
    09-09-13 16:58:47 [INFO ] Using bind value DBMS_SRC_STREAMS_COLLECTOR
    09-09-13 16:58:47 [INFO ] Return value = null
    09-09-13 16:58:47 [ERROR] could not get AV source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    09-09-13 16:58:47 [ERROR] ORA-01017: invalid username/password; logon denied
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
        at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:765)
        at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:414)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
        at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:162)
        at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
        at java.sql.DriverManager.getConnection(DriverManager.java:525)
        at java.sql.DriverManager.getConnection(DriverManager.java:140)
        at oracle.av.avca.jdbc.JdbcConnection.<init>(JdbcConnection.java:87)
        at oracle.av.orcldb.DAO.initConnection(DAO.java:79)
        at oracle.av.orcldb.DAO.<init>(DAO.java:64)
        at oracle.av.orcldb.commands.AddCollector.setupCollector(AddCollector.java:746)
        at oracle.av.orcldb.commands.AddCollector.execute(AddCollector.java:230)
        at oracle.av.orcldb.Command.process(Command.java:89)
        at oracle.av.orcldb.Main.process(Main.java:118)
        at oracle.av.orcldb.Main.main(Main.java:132)
    I have searched the forum to my level best without clear solution
    Regards
    Sadock

    Hi gurus
    I don't believe if this is missing solution from oracle community. I have decided to installed the collction agent and source database in linux system, so now both auditt vault server and collction agent are running in Linux system (but separately)
    I am wondering, avorcldb add_collector -srcname ORCL -agentname avagent01 -colltype DBAUD and  avorcldb add_collector -srcname ORCL -agentname avagent01 -colltype OSAUD -orclhome /u01/app/oracle/product/11.2.0/dbhome_1 are working fine and  I am able to start these collectors
    The  avorcldb verify -src Lugaosrv:1521:ORCL.LUGAOSRV -colltype ALL command also return good results
    [oracle@avsrv ~]$ avorcldb verify -src Lugaosrv:1521:ORCL.LUGAOSRV -colltype ALL
    Enter Source user name: srcuser_ora01
    Enter Source password:          
    source ORCL.LUGAOSRV verified for OS File Audit Collector collector
    source ORCL.LUGAOSRV verified for Aud$/FGA_LOG$ Audit Collector collector
    source ORCL.LUGAOSRV verified for REDO Log Audit Collector collector
    [oracle@avsrv ~]$
    The problem still I am facing is when attempting to add REDO collector. In fact the collector is added successful and i can see it even on EM console.
    [oracle@avsrv ~]$ avorcldb add_collector -srcname ORCL -agentname avagent01 -colltype REDO -av Lugaosrv:1521:ORCL.LUGAOSRV
    source ORCL verified for REDO Log Audit Collector collector
    Adding collector...
    Collector added successfully.
    remember the following information for use in avctl
    Collector name (collname): REDO_Collector
    initializing REDO Collector
    ERROR: could not get AV source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaosrv)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL.LUGAOSRV)))
    ERROR: ORA-01017: invalid username/password; logon denied
    [oracle@avsrv ~]$
    Any help will be appreciated
    Sadock

  • Db link - invalid username/password error

    hi
    i created a connected user public db link, when i try to use it i get error message invalid username/password
    here is my set up:
    tnsnames.ora
    --remote db
    DWHTEST=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dwhtest.be)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bise1db)
    ---local db
    BISE1DBLOCAL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mydb.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bise1db)
    i used the following query to create a link:
    logged on in local db as sys as sysdba
    CREATE PUBLIC DATABASE LINK dwhtest
    CONNECT TO CURRENT_USER
    USING 'DWHTEST';
    link gets created;
    the remote db has been cloned, so locally i have the identical db; all users /passwords are the same (was not even changing that, but they got updated with the remote users/passwords)
    i connect to a user in local db, which also exist in remote db:
    when i try to do select from remote db
    select * from all_views@dwhtest
    i receive error message: invalid username/password
    i can create connections to this user both locally and remotely via sql developer using the same username/password, just a different tns name;
    what am i missing that this is not working?
    thanks in advance for any tips
    rgds

    hi
    thank you for your answer;
    what you suggest is fixing the password for the current user; however via this public link i want to connect to 2 different users in a remote db; passwords for these 2 users are different (and i cannot change that, as this is in remote db like that)
    so i dont think i can follow your tip (which password would i be entering)
    as temporary fix i created fixed links for 2 users that i need to connect to in remote db and it works fine;
    however id like to make the global link for a 'current user' work; so that i could use 2 links, not 4 links (in fact i have 2 remote db, qas and prod, and each time 2 users i need to connect to remotely, all from my local dev db);
    thanks
    rgds
    Edited by: UserMB on Aug 17, 2011 1:02 AM

  • IPhone deploy gets Login Error (Invalid username/password).  Android works

    Hi, we're developing an ADF Mobile app on JDeveloper 11.1.2.3 which does initial authentication against Weblogic.
    The login & app works fine on Android, but fails when we deploy the same app to iPhone (iOS 5.0.1, but also 5.1, 6.0 & 6.1 in the Simulator).
    Specific message is :
    Login Error
    Invalid username/password. If the problem persists, please contact your system administrator.
    It's definitely on the network and reaching the login server, because when we shut down the server or make the network unavailable, the message reports "The login server is not reachable"
    All I can think is it's possibly encrypting the password differently within iOS.
    Not having much luck on Google or other searches, so any thoughts are appreciated.
    Thanks
    Peter

    I found a bit more information in the Weblogic Managed Server logs proving the login request reaches the server, but gives this error. Not much luck on google so, if this rings any bells for anyone thoughts are appreciated.
    FROM : /oracle/product/admin/domains/cdlmobile_domain/servers/cdlmobile_server1/logs/cdlmobile_server1-diagnostic.log
    [2013-04-04T17:04:58.426+01:00] [cdlmobile_server1] [WARNING] [] [org.apache.myfaces.trinidadinternal.agent.AgentFactoryImpl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: tatmfy] [ecid: 53bd9d60b35a3019:-327732ec:13dcfd76fee:-8000-00000000000029b3,0] [APP: BC040113_Project1_BC040113] The User-Agent "cdlivemobile/1.0 CFNetwork/609.1.4 Darwin/12.3.0" is unknown; creating an agent with "unknown" agent attributes.

  • ORA-01017 (invalid username/password) using globally authenticated account

    Kris and team,
    Having a hard time believing no one else has encountered this already. But searching on 1017 and "globally" and "identified" in the forum yields nothing useful.
    New corporate policy has all our DBAs, developers and QA logging into globally authenticated (against OID) accounts. Oracle docs call these accounts "global users". They are able to do so just fine using SQL*Plus, TOAD and PL/SQL Developer. But when we attempt the same in SQL Developer, different rules seem to be applied, and the user is told their username/password is invalid, which is not correct.
    We have several hundred developers ready to use their new accounts in SQL Developer, but cannot. Would appreciate quick reply or patch on this.
    btw, when I say "global user", I'm referring to accounts that are created in Oracle using the "identified globally as" syntax.
    Am I missing something?
    Edited by: chromedome on Aug 9, 2010 1:49 PM

    Thank you, this was helpful in that it caused me to try the other connection methods: Basic, TNS (as you mentioned on your blog), LDAP and Advanced, both with regular accounts and with global users, both with thin and thick drivers employed.
    In all cases, using a normal Oracle account, I was able to connect.
    But using a global user, with the thick/OCI client forced, I get the "Status: Failure -Test failed: oracle.jdbc.driver.T2Connection.t2cCreateState([BI[BI[BI[BI[BISI[S[B[BZ)I" message. And with the thin driver used, I get the "ORA-01017: invalid username/password; logon denied" message. The possibility I have the password incorrect is non-existent as I'm both typing it in manually, and copying and pasting it, from successful global user connections in PL/SQL Developer and TOAD into SQL Developer.
    SQL Developer 2.1.1.64 is not working using InstantClient 11.2 when attempting to login with a global user.
    Sue/Kris, due I use "the site formerly known as Metalink" to log a bug, or are you already tackling this internally? We really need this patched soon.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • "ORA-01017 invalid username/password: logon" --- Help Please !!!

    Hello Peter,
    Sorry for sending an unexpected mail.
    I am stuck and really want your help. I have seen your email address on OTM website.
    Aim: To run the JAVA code samples provided in Oracle 9i DATA MINING suite
    on windows 2000.
    I have installed Oracle 9i enterprise edition and
    also Oracle 9i Data mining (ODM).
    I have lot of problems in username/password authentication.
    everytime I run the ODM setup, irrespective of the default
    name/password
    which is ODM/odmpw it says "ORA-01017 invalid username/password: logon"
    I was just working on the Oracle 9i DataMining installation and found something really interesting
    I was wondering if you can solve this:
    1. I created user SCOTT and ODM using SQL Plus queries by logging system/manager.
    and when I typed "select username from dba_names" it gave me ODM and SCOTT as
    users and hence I was happy.
    2. Then I uninstalled DATA MINING suite and reinstall it thinking this time it should
    get ODM/odmpw as username and password as and DBA user/password being
    system/manager. When uninstalling DATA MINING suite ODM user gets dropped
    and when reinstalling ODM suite, it never make ODM user back in Oracle 9i database.
    Hence it is not finding ODM user anymore and hence "ORA-01017 invalid username/password: logon"
    error occurs.
    Now can you tell me what can be done in order to make the ODM recreate when installing
    DATA MINING suite.
    Please reply me as I am badly stuck.
    I at least know why problem is occurring now looking for solution.
    Thanks
    Nishant

    I was reading on gogole
    i have set
    alter system set SEC_CASE_SENSITIVE_LOGON=false scope=spfile;
    now i can connect from sqlplus
    sqlplus SYSTEM/password
    also
    sqlplus SYSTEM/password@localhost:1521/XE
    also :
    From GUI i can connect to oracle db from http by port 8080
    but its seems like oracle VM manager does not connect ...
    example
    Would you like to install Oracle Database 11g Express Edition (XE) or connect to an existing Oracle database?
    1: Install Oracle Database 11g XE
    2: Use an existing Oracle database
    Select Number (1-2): 2
    Enter the Oracle Database hostname [localhost]:
    Enter the Oracle Database System ID (SID) [XE]:
    Enter the Oracle Database SYSTEM password:
    Enter the Oracle Database listener port [1521]:
    Enter the Oracle VM Manager database schema [ovs]:
    Enter the Oracle VM Manager database schema password:
    Enter the Oracle VM Manager database schema password (confirm):
    Oracle Weblogic Server 11g
    ==========================
    Enter the Oracle WebLogic Server 11g user [weblogic]:
    Enter the Oracle WebLogic Server 11g user password:
    Enter the Oracle WebLogic Server 11g user password (confirm):
    Oracle VM Manager application
    =============================
    Enter the username for the Oracle VM Manager administration user [admin]:
    Enter the admin user password:
    Enter the admin user password (confirm):
    Verifying configuration ...
    The database could not be reached using the provided connection info.
    ORA-01017: invalid username/password; logon denied
    Configuration verification failed ...
    can any one please help me

  • Invalid username/password; logon denied

    We are migrating from Oracle 8 to Oracle 11g. Amongst the various tools the client uses is an application written in C++ that uses ODBC. This application is giving us a peculiar problem: From the laptop of one of the main developers, it can connect to the Oracle 11g database just fine. From every other machine (including my own desktop) we cannot connect to the Oracle 11g database using this application.
    On my desktop, I can connect to the database using SQL*Plus. I can use the ODBC connection I created for Excel and import data from the Oracle 11g database into a sheet of mine. Thus, for all intents and purposes it seems to work.
    Ordinarily I'd say that the C++ application is simply broken. The only problem with this explanation is that it apparently works from the main developer's laptop. Does this strange behavior ring a bell? Did he not correctly deinstall his Oracle 8 libraries? Are there configuration options we could have forgotten somewhere? A client setting regarding case-sensitivity of usernames?
    The error message comes with "COM info" and says:
    HRESULT value = -2147217843
    HRESULT message = IDispatch error #3149
    IErrorInfo source = Microsoft OLE DB Provider for ODBC Drivers
    IErrorInfo description = [Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied
    I was hoping I could trace the connection somewhere and figure out what username and password was being sent over the wire. Unfortunately the listener.log file only list the OS username, eg. (CONNECT_DATA=(SID=xxx)(CID=(PROGRAM=xxx.exe)(HOST=xxx)(USER=asc))) with asc being my OS username but not the username used to log into the database.
    Any other ideas?

    someone does have the exact and correct username/password valuesApparently username and password are hard-coded into the application, so if I'm using the same application, I should not have to worry about username/password (both of them lower-case and both of them ASCII-only, no fancy encoding issues). I can use this username/password to connect to the database using SQL*Plus.
    What I'm missing, I think, is proof that the application is in fact always sending the correct username/password to the server, or that the application is triggering an error (except for the developers laptop) which is somehow masked by the "invalid username/password" error message.
    But there are ways to grab login info (i.e. username, client IP address, etc.) and maybe save it to a table or log it some place if figuring out the correct username is part of the issue.How could I grab the login info used by the application as it tries to connect to the Oracle 11g server? Below I have added some (too much?) Tracing info. Can I extract the login info used by the application from it?
    One thing that surprised my is that I see a ns=12630 in the Trace file (ORA-12630: Native service operation not supported) -- I wonder whether that is the real culprit.
    I've set my sqlnet.ora on the client side as follows:
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    TRACE_LEVEL_CLIENT = SUPPORT
    TRACE_LEVEL_SERVER = SUPPORT
    ADR_BASE = \app\asc
    I've used trcasst to convert the Trace file into a summary, but didn't find anything to tell me what the problem is. The last function apparently involves TTIOER. That indicates an error somewhere, I think.
    <--- Received 128 bytes - Data packet timestamp=012-04-25 10:42:58.595706
    ORACLE function complete (TTIOER)
    ---> Send 10 bytes - Data packet timestamp=012-04-25 10:42:58.597280
         Data Packet flags:
              End of file
    Looking at the Trace file itself, my main problem is that I don't know what the important parts are. Here is a selection that caught my eye:
    2012-04-25 10:42:58.093417 : nioqrc:entry
    2012-04-25 10:42:58.093440 : nsbasic_bsd:entry
    2012-04-25 10:42:58.093461 : nsbasic_bsd:tot=0, plen=1318.
    2012-04-25 10:42:58.093482 : nttfpwr:entry
    2012-04-25 10:42:58.093567 : nttfpwr:socket 1012 had bytes written=1318
    2012-04-25 10:42:58.093591 : nttfpwr:exit
    2012-04-25 10:42:58.093612 : nsbasic_bsd:packet dump
    2012-04-25 10:42:58.093634 : nsbasic_bsd:05 26 00 00 06 00 00 00 |.&......|
    2012-04-25 10:42:58.093657 : nsbasic_bsd:00 00 03 73 03 01 04 00 |...s....|
    2012-04-25 10:42:58.093679 : nsbasic_bsd:00 00 01 01 00 00 01 12 |........|
    2012-04-25 10:42:58.093701 : nsbasic_bsd:00 00 00 01 01 04 44 65 |......De|
    2012-04-25 10:42:58.093724 : nsbasic_bsd:6D 6F 0C 00 00 00 0C 41 |mo.....A|
    2012-04-25 10:42:58.093746 : nsbasic_bsd:55 54 48 5F 53 45 53 53 |UTH_SESS|
    2012-04-25 10:42:58.093768 : nsbasic_bsd:4B 45 59 60 00 00 00 FE |KEY`... |
    2012-04-25 10:42:58.093790 : nsbasic_bsd:40 43 41 30 34 30 38 36 |@CA04086|
    2012-04-25 10:42:58.093812 : nsbasic_bsd:34 32 34 41 37 38 43 30 |424A78C0|
    2012-04-25 10:42:58.093834 : nsbasic_bsd:38 43 30 38 30 36 30 35 |8C080605|
    2012-04-25 10:42:58.093856 : nsbasic_bsd:37 37 44 43 35 43 45 36 |77DC5CE6|
    2012-04-25 10:42:58.093878 : nsbasic_bsd:34 31 32 31 33 38 42 38 |412138B8|
    2012-04-25 10:42:58.093900 : nsbasic_bsd:37 37 38 33 43 45 37 38 |7783CE78|
    2012-04-25 10:42:58.093922 : nsbasic_bsd:43 30 30 37 34 32 32 33 |C0074223|
    2012-04-25 10:42:58.093944 : nsbasic_bsd:39 33 41 30 43 44 44 30 |93A0CDD0|
    2012-04-25 10:42:58.093966 : nsbasic_bsd:30 20 37 45 36 38 38 45 |0.7E688E|
    2012-04-25 10:42:58.093988 : nsbasic_bsd:36 35 42 33 41 38 39 35 |65B3A895|
    2012-04-25 10:42:58.094010 : nsbasic_bsd:34 32 38 31 41 39 36 41 |4281A96A|
    2012-04-25 10:42:58.094031 : nsbasic_bsd:44 33 37 35 45 46 43 46 |D375EFCF|
    2012-04-25 10:42:58.094054 : nsbasic_bsd:45 39 00 01 00 00 00 0D |E9......|
    2012-04-25 10:42:58.094076 : nsbasic_bsd:00 00 00 0D 41 55 54 48 |....AUTH|
    2012-04-25 10:42:58.094098 : nsbasic_bsd:5F 50 41 53 53 57 4F 52 |_PASSWOR|
    2012-04-25 10:42:58.094120 : nsbasic_bsd:44 40 00 00 00 40 35 39 |D@...@59|
    2012-04-25 10:42:58.094142 : nsbasic_bsd:33 35 43 37 44 33 33 38 |35C7D338|
    2012-04-25 10:42:58.094164 : nsbasic_bsd:36 37 38 34 45 32 33 34 |6784E234|
    2012-04-25 10:42:58.094186 : nsbasic_bsd:30 43 39 30 36 34 36 36 |0C906466|
    2012-04-25 10:42:58.094207 : nsbasic_bsd:46 44 35 46 37 42 34 38 |FD5F7B48|
    2012-04-25 10:42:58.094230 : nsbasic_bsd:33 43 41 43 39 37 43 38 |3CAC97C8|
    2012-04-25 10:42:58.094252 : nsbasic_bsd:42 35 36 31 34 36 33 41 |B561463A|
    2012-04-25 10:42:58.094273 : nsbasic_bsd:39 34 41 45 39 45 46 43 |94AE9EFC|
    2012-04-25 10:42:58.094295 : nsbasic_bsd:31 44 39 43 33 36 00 00 |1D9C36..|
    2012-04-25 10:42:58.094318 : nsbasic_bsd:00 00 08 00 00 00 08 41 |.......A|
    2012-04-25 10:42:58.094339 : nsbasic_bsd:55 54 48 5F 52 54 54 07 |UTH_RTT.|
    2012-04-25 10:42:58.094361 : nsbasic_bsd:00 00 00 07 31 31 30 36 |....1106|
    2012-04-25 10:42:58.094388 : nsbasic_bsd:39 34 39 00 00 00 00 0D |949.....|
    2012-04-25 10:42:58.094410 : nsbasic_bsd:00 00 00 0D 41 55 54 48 |....AUTH|
    2012-04-25 10:42:58.094432 : nsbasic_bsd:5F 43 4C 4E 54 5F 4D 45 |_CLNT_ME|
    2012-04-25 10:42:58.094454 : nsbasic_bsd:4D 04 00 00 00 04 34 30 |M.....40|
    2012-04-25 10:42:58.094476 : nsbasic_bsd:39 36 00 00 00 00 0D 00 |96......|
    2012-04-25 10:42:58.094498 : nsbasic_bsd:00 00 0D 41 55 54 48 5F |...AUTH_|
    2012-04-25 10:42:58.094520 : nsbasic_bsd:54 45 52 4D 49 4E 41 4C |TERMINAL|
    2012-04-25 10:42:58.094542 : nsbasic_bsd:06 00 00 00 06 42 53 49 |.....BSI|
    2012-04-25 10:42:58.094564 : nsbasic_bsd:32 34 32 00 00 00 00 0F |242.....|
    2012-04-25 10:42:58.094586 : nsbasic_bsd:00 00 00 0F 41 55 54 48 |....AUTH|
    2012-04-25 10:42:58.094608 : nsbasic_bsd:5F 50 52 4F 47 52 41 4D |_PROGRAM|
    2012-04-25 10:42:58.094630 : nsbasic_bsd:5F 4E 4D 0A 00 00 00 0A |_NM.....|
    2012-04-25 10:42:58.094652 : nsbasic_bsd:4D 41 50 31 39 30 2E 65 |MAP190.e|
    2012-04-25 10:42:58.094674 : nsbasic_bsd:78 65 00 00 00 00 0C 00 |xe......|
    2012-04-25 10:42:58.094696 : nsbasic_bsd:00 00 0C 41 55 54 48 5F |...AUTH_|
    2012-04-25 10:42:58.094718 : nsbasic_bsd:4D 41 43 48 49 4E 45 0C |MACHINE.|
    2012-04-25 10:42:58.094740 : nsbasic_bsd:00 00 00 0C 42 53 49 41 |....BSIA|
    2012-04-25 10:42:58.094762 : nsbasic_bsd:47 5C 42 53 49 32 34 32 |G\BSI242|
    2012-04-25 10:42:58.094783 : nsbasic_bsd:00 00 00 00 08 00 00 00 |........|
    2012-04-25 10:42:58.094806 : nsbasic_bsd:08 41 55 54 48 5F 50 49 |.AUTH_PI|
    2012-04-25 10:42:58.094827 : nsbasic_bsd:44 09 00 00 00 09 35 36 |D.....56|
    2012-04-25 10:42:58.094849 : nsbasic_bsd:36 30 3A 35 34 33 32 00 |60:5432.|
    2012-04-25 10:42:58.094871 : nsbasic_bsd:00 00 00 08 00 00 00 08 |........|
    2012-04-25 10:42:58.094893 : nsbasic_bsd:41 55 54 48 5F 53 49 44 |AUTH_SID|
    2012-04-25 10:42:58.094915 : nsbasic_bsd:03 00 00 00 03 61 73 63 |.....asc|
    2012-04-25 10:42:58.094937 : nsbasic_bsd:00 00 00 00 16 00 00 00 |........|
    2012-04-25 10:42:58.094959 : nsbasic_bsd:16 53 45 53 53 49 4F 4E |.SESSION|
    2012-04-25 10:42:58.094981 : nsbasic_bsd:5F 43 4C 49 45 4E 54 5F |_CLIENT_|
    2012-04-25 10:42:58.095003 : nsbasic_bsd:43 48 41 52 53 45 54 04 |CHARSET.|
    2012-04-25 10:42:58.095025 : nsbasic_bsd:00 00 00 04 31 30 30 30 |....1000|
    2012-04-25 10:42:58.095046 : nsbasic_bsd:00 00 00 00 17 00 00 00 |........|
    2012-04-25 10:42:58.095068 : nsbasic_bsd:17 53 45 53 53 49 4F 4E |.SESSION|
    2012-04-25 10:42:58.095090 : nsbasic_bsd:5F 43 4C 49 45 4E 54 5F |_CLIENT_|
    2012-04-25 10:42:58.095112 : nsbasic_bsd:4C 49 42 5F 54 59 50 45 |LIB_TYPE|
    2012-04-25 10:42:58.095134 : nsbasic_bsd:01 00 00 00 01 31 00 00 |.....1..|
    2012-04-25 10:42:58.095156 : nsbasic_bsd:00 00 1A 00 00 00 1A 53 |.......S|
    2012-04-25 10:42:58.095178 : nsbasic_bsd:45 53 53 49 4F 4E 5F 43 |ESSION_C|
    2012-04-25 10:42:58.095200 : nsbasic_bsd:4C 49 45 4E 54 5F 44 52 |LIENT_DR|
    2012-04-25 10:42:58.095222 : nsbasic_bsd:49 56 45 52 5F 4E 41 4D |IVER_NAM|
    2012-04-25 10:42:58.095244 : nsbasic_bsd:45 00 00 00 00 00 00 00 |E.......|
    2012-04-25 10:42:58.095265 : nsbasic_bsd:00 16 00 00 00 16 53 45 |......SE|
    2012-04-25 10:42:58.095287 : nsbasic_bsd:53 53 49 4F 4E 5F 43 4C |SSION_CL|
    2012-04-25 10:42:58.095309 : nsbasic_bsd:49 45 4E 54 5F 56 45 52 |IENT_VER|
    2012-04-25 10:42:58.095331 : nsbasic_bsd:53 49 4F 4E 09 00 00 00 |SION....|
    2012-04-25 10:42:58.095353 : nsbasic_bsd:09 31 38 36 36 34 37 32 |.1866472|
    2012-04-25 10:42:58.095375 : nsbasic_bsd:39 36 00 00 00 00 16 00 |96......|
    2012-04-25 10:42:58.095396 : nsbasic_bsd:00 00 16 53 45 53 53 49 |...SESSI|
    2012-04-25 10:42:58.095418 : nsbasic_bsd:4F 4E 5F 43 4C 49 45 4E |ON_CLIEN|
    2012-04-25 10:42:58.095441 : nsbasic_bsd:54 5F 4C 4F 42 41 54 54 |T_LOBATT|
    2012-04-25 10:42:58.095463 : nsbasic_bsd:52 01 00 00 00 01 31 00 |R.....1.|
    2012-04-25 10:42:58.095484 : nsbasic_bsd:00 00 00 08 00 00 00 08 |........|
    2012-04-25 10:42:58.095506 : nsbasic_bsd:41 55 54 48 5F 41 43 4C |AUTH_ACL|
    2012-04-25 10:42:58.095528 : nsbasic_bsd:04 00 00 00 04 34 34 30 |.....440|
    2012-04-25 10:42:58.095553 : nsbasic_bsd:30 00 00 00 00 12 00 00 |0.......|
    2012-04-25 10:42:58.095576 : nsbasic_bsd:00 12 41 55 54 48 5F 41 |..AUTH_A|
    2012-04-25 10:42:58.095598 : nsbasic_bsd:4C 54 45 52 5F 53 45 53 |LTER_SES|
    2012-04-25 10:42:58.095620 : nsbasic_bsd:53 49 4F 4E E2 01 00 00 |SION ...|
    2012-04-25 10:42:58.095642 : nsbasic_bsd:FE 40 41 4C 54 45 52 20 | @ALTER.|
    2012-04-25 10:42:58.095664 : nsbasic_bsd:53 45 53 53 49 4F 4E 20 |SESSION.|
    2012-04-25 10:42:58.095686 : nsbasic_bsd:53 45 54 20 4E 4C 53 5F |SET.NLS_|
    2012-04-25 10:42:58.095708 : nsbasic_bsd:4C 41 4E 47 55 41 47 45 |LANGUAGE|
    2012-04-25 10:42:58.095730 : nsbasic_bsd:3D 20 27 47 45 52 4D 41 |=.'GERMA|
    2012-04-25 10:42:58.095752 : nsbasic_bsd:4E 27 20 4E 4C 53 5F 54 |N'.NLS_T|
    2012-04-25 10:42:58.095774 : nsbasic_bsd:45 52 52 49 54 4F 52 59 |ERRITORY|
    2012-04-25 10:42:58.095796 : nsbasic_bsd:3D 20 27 47 45 52 4D 41 |=.'GERMA|
    2012-04-25 10:42:58.095818 : nsbasic_bsd:4E 59 40 27 20 4E 4C 53 |NY@'.NLS|
    2012-04-25 10:42:58.095840 : nsbasic_bsd:5F 43 55 52 52 45 4E 43 |_CURRENC|
    2012-04-25 10:42:58.095862 : nsbasic_bsd:59 3D 20 27 BF 27 20 4E |Y=.' '.N|
    2012-04-25 10:42:58.095884 : nsbasic_bsd:4C 53 5F 49 53 4F 5F 43 |LS_ISO_C|
    2012-04-25 10:42:58.095906 : nsbasic_bsd:55 52 52 45 4E 43 59 3D |URRENCY=|
    2012-04-25 10:42:58.095928 : nsbasic_bsd:20 27 47 45 52 4D 41 4E |.'GERMAN|
    2012-04-25 10:42:58.095950 : nsbasic_bsd:59 27 20 4E 4C 53 5F 4E |Y'.NLS_N|
    2012-04-25 10:42:58.095972 : nsbasic_bsd:55 4D 45 52 49 43 5F 43 |UMERIC_C|
    2012-04-25 10:42:58.095994 : nsbasic_bsd:48 41 52 40 41 43 54 45 |HAR@ACTE|
    2012-04-25 10:42:58.096016 : nsbasic_bsd:52 53 3D 20 27 2C 2E 27 |RS=.',.'|
    2012-04-25 10:42:58.096038 : nsbasic_bsd:20 4E 4C 53 5F 43 41 4C |.NLS_CAL|
    2012-04-25 10:42:58.096060 : nsbasic_bsd:45 4E 44 41 52 3D 20 27 |ENDAR=.'|
    2012-04-25 10:42:58.096082 : nsbasic_bsd:47 52 45 47 4F 52 49 41 |GREGORIA|
    2012-04-25 10:42:58.096104 : nsbasic_bsd:4E 27 20 4E 4C 53 5F 44 |N'.NLS_D|
    2012-04-25 10:42:58.096126 : nsbasic_bsd:41 54 45 5F 46 4F 52 4D |ATE_FORM|
    2012-04-25 10:42:58.096148 : nsbasic_bsd:41 54 3D 20 27 44 44 2E |AT=.'DD.|
    2012-04-25 10:42:58.096170 : nsbasic_bsd:4D 4D 2E 52 40 52 27 20 |MM.R@R'.|
    2012-04-25 10:42:58.096192 : nsbasic_bsd:4E 4C 53 5F 44 41 54 45 |NLS_DATE|
    2012-04-25 10:42:58.096214 : nsbasic_bsd:5F 4C 41 4E 47 55 41 47 |_LANGUAG|
    2012-04-25 10:42:58.096236 : nsbasic_bsd:45 3D 20 27 47 45 52 4D |E=.'GERM|
    2012-04-25 10:42:58.096258 : nsbasic_bsd:41 4E 27 20 4E 4C 53 5F |AN'.NLS_|
    2012-04-25 10:42:58.096280 : nsbasic_bsd:53 4F 52 54 3D 20 27 47 |SORT=.'G|
    2012-04-25 10:42:58.096302 : nsbasic_bsd:45 52 4D 41 4E 27 20 54 |ERMAN'.T|
    2012-04-25 10:42:58.096324 : nsbasic_bsd:49 4D 45 5F 5A 4F 4E 45 |IME_ZONE|
    2012-04-25 10:42:58.096346 : nsbasic_bsd:3D 20 27 2B 30 40 32 3A |=.'+0@2:|
    2012-04-25 10:42:58.096368 : nsbasic_bsd:30 30 27 20 4E 4C 53 5F |00'.NLS_|
    2012-04-25 10:42:58.096390 : nsbasic_bsd:43 4F 4D 50 3D 20 27 42 |COMP=.'B|
    2012-04-25 10:42:58.096412 : nsbasic_bsd:49 4E 41 52 59 27 20 4E |INARY'.N|
    2012-04-25 10:42:58.096435 : nsbasic_bsd:4C 53 5F 44 55 41 4C 5F |LS_DUAL_|
    2012-04-25 10:42:58.096457 : nsbasic_bsd:43 55 52 52 45 4E 43 59 |CURRENCY|
    2012-04-25 10:42:58.096479 : nsbasic_bsd:3D 20 27 BF 27 20 4E 4C |=.' '.NL|
    2012-04-25 10:42:58.096501 : nsbasic_bsd:53 5F 54 49 4D 45 5F 46 |S_TIME_F|
    2012-04-25 10:42:58.096523 : nsbasic_bsd:4F 52 4D 41 54 3D 40 20 |ORMAT=@.|
    2012-04-25 10:42:58.096545 : nsbasic_bsd:27 48 48 32 34 3A 4D 49 |'HH24:MI|
    2012-04-25 10:42:58.096567 : nsbasic_bsd:3A 53 53 58 46 46 27 20 |:SSXFF'.|
    2012-04-25 10:42:58.096589 : nsbasic_bsd:4E 4C 53 5F 54 49 4D 45 |NLS_TIME|
    2012-04-25 10:42:58.096611 : nsbasic_bsd:53 54 41 4D 50 5F 46 4F |STAMP_FO|
    2012-04-25 10:42:58.096633 : nsbasic_bsd:52 4D 41 54 3D 20 27 44 |RMAT=.'D|
    2012-04-25 10:42:58.096655 : nsbasic_bsd:44 2E 4D 4D 2E 52 52 20 |D.MM.RR.|
    2012-04-25 10:42:58.096676 : nsbasic_bsd:48 48 32 34 3A 4D 49 3A |HH24:MI:|
    2012-04-25 10:42:58.096742 : nsbasic_bsd:53 53 58 46 46 27 20 40 |SSXFF'.@|
    2012-04-25 10:42:58.096765 : nsbasic_bsd:4E 4C 53 5F 54 49 4D 45 |NLS_TIME|
    2012-04-25 10:42:58.096788 : nsbasic_bsd:5F 54 5A 5F 46 4F 52 4D |_TZ_FORM|
    2012-04-25 10:42:58.096810 : nsbasic_bsd:41 54 3D 20 27 48 48 32 |AT=.'HH2|
    2012-04-25 10:42:58.096832 : nsbasic_bsd:34 3A 4D 49 3A 53 53 58 |4:MI:SSX|
    2012-04-25 10:42:58.096854 : nsbasic_bsd:46 46 20 54 5A 52 27 20 |FF.TZR'.|
    2012-04-25 10:42:58.096876 : nsbasic_bsd:4E 4C 53 5F 54 49 4D 45 |NLS_TIME|
    2012-04-25 10:42:58.096898 : nsbasic_bsd:53 54 41 4D 50 5F 54 5A |STAMP_TZ|
    2012-04-25 10:42:58.096920 : nsbasic_bsd:5F 46 4F 52 4D 41 54 3D |_FORMAT=|
    2012-04-25 10:42:58.096942 : nsbasic_bsd:1E 20 27 44 44 2E 4D 4D |..'DD.MM|
    2012-04-25 10:42:58.096964 : nsbasic_bsd:2E 52 52 20 48 48 32 34 |.RR.HH24|
    2012-04-25 10:42:58.096986 : nsbasic_bsd:3A 4D 49 3A 53 53 58 46 |:MI:SSXF|
    2012-04-25 10:42:58.097008 : nsbasic_bsd:46 20 54 5A 52 27 00 00 |F.TZR'..|
    2012-04-25 10:42:58.097029 : nsbasic_bsd:00 00 00 00 17 00 00 00 |........|
    2012-04-25 10:42:58.097051 : nsbasic_bsd:17 41 55 54 48 5F 4C 4F |.AUTH_LO|
    2012-04-25 10:42:58.097073 : nsbasic_bsd:47 49 43 41 4C 5F 53 45 |GICAL_SE|
    2012-04-25 10:42:58.097095 : nsbasic_bsd:53 53 49 4F 4E 5F 49 44 |SSION_ID|
    2012-04-25 10:42:58.097117 : nsbasic_bsd:20 00 00 00 20 41 44 44 |.....ADD|
    2012-04-25 10:42:58.097139 : nsbasic_bsd:39 44 37 43 42 42 42 39 |9D7CBBB9|
    2012-04-25 10:42:58.097161 : nsbasic_bsd:42 34 38 38 37 42 38 35 |B4887B85|
    2012-04-25 10:42:58.097183 : nsbasic_bsd:38 38 35 42 38 33 32 30 |885B8320|
    2012-04-25 10:42:58.097205 : nsbasic_bsd:42 32 39 43 42 00 00 00 |B29CB...|
    2012-04-25 10:42:58.097227 : nsbasic_bsd:00 10 00 00 00 10 41 55 |......AU|
    2012-04-25 10:42:58.097249 : nsbasic_bsd:54 48 5F 46 41 49 4C 4F |TH_FAILO|
    2012-04-25 10:42:58.097271 : nsbasic_bsd:56 45 52 5F 49 44 00 00 |VER_ID..|
    2012-04-25 10:42:58.097292 : nsbasic_bsd:00 00 00 00 00 00 |...... |
    2012-04-25 10:42:58.097313 : nsbasic_bsd:exit (0)
    2012-04-25 10:42:58.097334 : nsbasic_brc:entry: oln/tot=0
    2012-04-25 10:42:58.097355 : nttfprd:entry
    2012-04-25 10:42:58.353896 : nttfprd:socket 1012 had bytes read=22
    2012-04-25 10:42:58.353943 : nttfprd:exit
    2012-04-25 10:42:58.353965 : nsbasic_brc:type=12, plen=11
    2012-04-25 10:42:58.353987 : nsbasic_brc:what=17, tot =22
    2012-04-25 10:42:58.354008 : nsbasic_brc:packet dump
    2012-04-25 10:42:58.354031 : nsbasic_brc:00 0B 00 00 0C 00 00 00 |........|
    2012-04-25 10:42:58.354053 : nsbasic_brc:01 00 01 |... |
    2012-04-25 10:42:58.354074 : nsbasic_brc:exit: oln=11, dln=1, tot=22, rc=0
    2012-04-25 10:42:58.354096 : nioqrc: found a break marker...
    2012-04-25 10:42:58.354117 : nioqrc: Recieve: returning error: 3111
    2012-04-25 10:42:58.354137 : nioqrc:exit
    2012-04-25 10:42:58.355752 : nserror:entry
    2012-04-25 10:42:58.355774 : nserror:nsres: id=0, op=77, ns=12630, ns2=0; nt[0]=0, nt[1]=0, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    2012-04-25 10:42:58.355797 : nioqer:entry
    2012-04-25 10:42:58.355817 : nioqer: incoming err = 0
    2012-04-25 10:42:58.355837 : nioqce:entry
    2012-04-25 10:42:58.355857 : nioqce:exit
    2012-04-25 10:42:58.355877 : nioqer: returning err = 0
    2012-04-25 10:42:58.355897 : nioqer:exit
    2012-04-25 10:42:58.355917 : nioqrs:exit
    2012-04-25 10:42:58.355937 : nioqrc:entry
    2012-04-25 10:42:58.355958 : nsbasic_brc:entry: oln/tot=0
    2012-04-25 10:42:58.355979 : nttfprd:entry
    2012-04-25 10:42:58.595569 : nttfprd:socket 1012 had bytes read=128
    2012-04-25 10:42:58.595617 : nttfprd:exit
    2012-04-25 10:42:58.595640 : nsbasic_brc:type=6, plen=128
    2012-04-25 10:42:58.595662 : nsbasic_brc:what=1, tot =128
    2012-04-25 10:42:58.595683 : nsbasic_brc:packet dump
    2012-04-25 10:42:58.595706 : nsbasic_brc:00 80 00 00 06 00 00 00 |........|
    2012-04-25 10:42:58.595728 : nsbasic_brc:00 00 04 01 00 00 00 00 |........|
    2012-04-25 10:42:58.595751 : nsbasic_brc:00 00 00 00 00 F9 03 00 |..... ..|
    2012-04-25 10:42:58.595772 : nsbasic_brc:00 00 00 00 00 00 00 00 |........|
    2012-04-25 10:42:58.595794 : nsbasic_brc:00 00 00 00 00 00 00 00 |........|
    2012-04-25 10:42:58.595816 : nsbasic_brc:00 00 00 00 00 00 00 00 |........|
    2012-04-25 10:42:58.595845 : nsbasic_brc:00 00 00 00 00 00 00 03 |........|
    2012-04-25 10:42:58.595867 : nsbasic_brc:00 00 00 00 00 00 00 00 |........|
    2012-04-25 10:42:58.595889 : nsbasic_brc:00 00 00 00 00 00 00 00 |........|
    2012-04-25 10:42:58.595911 : nsbasic_brc:00 00 00 00 33 4F 52 41 |....3ORA|
    2012-04-25 10:42:58.595933 : nsbasic_brc:2D 30 31 30 31 37 3A 20 |-01017:.|
    2012-04-25 10:42:58.595955 : nsbasic_brc:69 6E 76 61 6C 69 64 20 |invalid.|
    2012-04-25 10:42:58.595977 : nsbasic_brc:75 73 65 72 6E 61 6D 65 |username|
    2012-04-25 10:42:58.595999 : nsbasic_brc:2F 70 61 73 73 77 6F 72 |/passwor|
    2012-04-25 10:42:58.596021 : nsbasic_brc:64 3B 20 6C 6F 67 6F 6E |d;.logon|
    2012-04-25 10:42:58.596043 : nsbasic_brc:20 64 65 6E 69 65 64 0A |.denied.|
    2012-04-25 10:42:58.596065 : nsbasic_brc:exit: oln=0, dln=118, tot=128, rc=0
    2012-04-25 10:42:58.596087 : nioqrc:exit
    2012-04-25 10:42:58.596521 : nioqds:entry
    2012-04-25 10:42:58.596545 : nioqds: disconnecting...
    2012-04-25 10:42:58.596567 : nsclose:entry
    The ns=12630 leads me to the following:
    ORA-12630: Native service operation not supported
    Cause: An operation requested by a user is not supported by the native services component.
    Action: This may be an internal error if the operation should have been supported.

  • ORA-01017: invalid username/password;

    Hi there,
    I have set up an Inbound Data Exchange Session so that my program can send alerts to be displayed on OEM(Oracle Enterprise Manager), as specified in http://download-uk.oracle.com/docs/cd/B16240_01/doc/em.102/b32521/em_data_ex.htm.
    I have succesfully create an Outbound Data Exchange Session where my program receives new alerts from OEM, but im encountering an issue when i send alerts to OEM. I have checked the emoms.trc file and its complaining about an invalid username and password for the database, but when i set up the Outbound Data Exchange Session, there is nowhere i can specify the database credentials!
    Is there anyway i could change the database so it can be accessed without password? I have copy pasted the emoms.trc file below.
    2008-03-03 10:44:41,202 [JobWorker 3265:Thread-31] ERROR jobs.ReceiveMetricDataViaJms validateMsgsAndInsertEvents.561 - Cannot insert alert for oem-winxp.int-link.com : ORA-01017: invalid username/password; logon denied
    2008-03-03 10:44:41,468 [JobWorker 3265:Thread-31] ERROR genericImpl.Authentication_State executeUsing.104 - Authentication_State::executeUsing(ExecutionContext ec, InputEvent ie) >> ORA-01017: invalid username/password; logon denied
    2008-03-03 10:44:41,468 [JobWorker 3265:Thread-31] FATAL consumingExternalAlerts.InboundEventProcessor notify.115 - class oracle.sysman.emWebservices.inbound.consumingExternalAlerts.InboundEventProcessor::notify(Alert) >> An exception occured while processing alert. Alert details below, followed by exception stack dump:
    PRODUCER_ID=
    KEY1=
    KEY2=
    KEY3=
    KEY4=
    KEY5=
    TARGET_TYPE=host
    TARGET_NAME=oem-winxp.int-link.com
    CATEGORY=
    METRIC_NAME=
    VALUE=
    SEVERITY=Critical
    MESSAGE=NEW ALERT TEST!!!
    TIMESTAMP=null
    oracle.sysman.emWebservices.inbound.finiteStateMachineFramework.StateExecutionException: oracle.sysman.emWebservices.inbound.finiteStateMachineFramework.genericImpl.AuthenticationException: ORA-01017: invalid username/password; logon denied
         at oracle.sysman.emWebservices.inbound.finiteStateMachineFramework.genericImpl.Authentication_State.executeUsing(Authentication_State.java:105)
         at oracle.sysman.emWebservices.inbound.finiteStateMachineFramework.Machine.executeUsing(Machine.java:31)
         at oracle.sysman.emWebservices.inbound.consumingExternalAlerts.InboundEventProcessor.notify(InboundEventProcessor.java:102)
         at oracle.sysman.eml.bam.jobs.ReceiveMetricDataViaJms.validateMsgsAndInsertEvents(ReceiveMetricDataViaJms.java:558)
         at oracle.sysman.eml.bam.jobs.ReceiveMetricDataViaJms.executeCommand(ReceiveMetricDataViaJms.java:240)
         at oracle.sysman.emdrep.jobs.JobWorker.runCommand(Dispatcher.java:825)
         at oracle.sysman.emdrep.jobs.JobWorker.run(Dispatcher.java:708)
         at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:260)
    Caused by: oracle.sysman.emWebservices.inbound.finiteStateMachineFramework.genericImpl.AuthenticationException: ORA-01017: invalid username/password; logon denied
         ... 8 more
    2008-03-03 10:44:41,468 [JobWorker 3265:Thread-31] ERROR jobs.ReceiveMetricDataViaJms validateMsgsAndInsertEvents.561 - Cannot insert alert for oem-winxp.int-link.com : ORA-01017: invalid username/password; logon denied
    Many thanks,
    Mo.

    Do you have write the preferred credentials for the target database?
    you must select PREFERENCES --> CREDENTIALS and write the credentials for:
    agent
    host
    database
    The trc of emoms show that you dont have credentials for the database of repository. Any action of grid control that is executed in automatic mode need that you introduced the credentials for the targets
    My suggestion is that write and test the credentials for all the targets
    Regards

  • ORA-01017: invalid username/password; logon denied While R12 upgrade

    We are in the middle of applying the patch u6678700 - to upgrade applications 115102 to R12 . We face the following errors :
    There are now 48839 jobs remaining (current phase=A197):
    60 running, 9011 ready to run and 39768 waiting.
    Assigned: file 2399504a.sql on worker 61 for product ar username AR.
    Time is: Sun Jul 14 2013 23:28:40
    Assigned: file arbpauptmf.sql on worker 62 for product ar username AR.
    Time is: Sun Jul 14 2013 23:28:40
    Connecting to AR......Unable to connect.
    AutoPatch error:
    The following ORACLE error:
    ORA-01017: invalid username/password; logon denied
    occurred while executing the SQL statement:
    CONNECT AR/*****
    AutoPatch error:
    Error while evaluating "Check Object"
    Telling workers to quit...
    Password has been changed for the AR user using FNDCPASS , but when we restart the patch , we still get the same error . Please suggest
    Thanks
    Ashish

    Password has been changed for the AR user using FNDCPASS , but when we restart the patch , we still get the same error . Please suggest
    Can you connect via sqlplus using the new password? -- sqlplus ar/<ar new password>
    If yes, then run the script that failed manually via sqlplus and make sure it runs successfully then skip the failed worker via adctrl.
    Thanks,
    Hussein

  • ORA-01017: invalid username/password after DB copy

    I am trying in my DR server. i am getting the following error ORA-01017: invalid username/password.
    I have install SAP 4.7, windows 2000 adv , Oracle 9.2 (same as my Productin). then copied only the control files and the data files to the new location. both systems are the same the only diffreance is the production system is in domain and DR is not on the Domain
    I cannot put the DR in domain as the name, SID, Noumber are the same as production. how can change this and get the DR server up and working ?
    Is there a better way for this ?

    Hi Rehan,
    If everything is identical on both servers, and the only difference is in the domain, then you are probably hitting an OPS$ issue.
    The OPS$ usernames in the DB should look like
      - In the primary host (included in the domain)
         OPS$DOMAIN\<SID>ADM
         OPS$DOMAIN\SAPSERVICE<SID>
      - In the DR host (out of the domain)
         OPS$<SID>ADM
         OPS$SAPSERVICE<SID>
    I assume the OS users (sidadm and sapservicesid) are also identical on both hosts.
    Good luck
    Alfonso

Maybe you are looking for

  • SpinnerNumberModel and null or empty values

    Hello, I have a GUI which is used to enter data which will be stored in the database. Some of these fields are JSpinners. Most of them are representing integers (the column in the database is also an integer). The user should have the possibility for

  • Itunes not working, Says i need quick time 7.1.3 or higher, But i have it!!

    when i open Itunes its telling me i need the current version of Quicktime, but i installed it when i upgraded to the new version i also checked which version of quicktime im running (which is the one it says i need) i tried upgrading quicktime and i

  • Burned dvd problems

    The dvd's that I made are playing fine on the computer and my new dvd player. They are not completely playing on older model dvd players. It plays for about 4-5 min. and then stops and goes back to menu. Any ideas?

  • How to get name or address changed in delivery

    Hello experts In the delivery document, user is allowed to change the address of ship to party. Now my requirement is to print the modified address of ship to  party in the smartform. Is anybody aware of any FM or table which will retrieve the change

  • IT 2011

    Hi, _**While creating P10 ,P20 entries through IT201.I am getting dump.** Please let me know the error. Runtime Errors         IMPORT_FORMAT_ERROR Except.                CX_SY_IMPORT_FORMAT_ERROR Date and Time          08.06.2011 09:21:16 Short text