New Installation on Ubuntu 6.10 - logon denied, unable to login at all.

I have successfully installed Oracle XE under Ubuntu 6.10.
When I attempt to login via APEX using system and my entered password I get Invalid Login Creditials.
When I attempt to login to sqlplus as either system or sys with my entered password I get logon denied.
I know I'm typing in the same password, and I've gone through the entire reinstallation process just to be double sure.
Has anybody experienced this problem with a new installation?
What are my option now, while my installation appears valid, with listener, processes and APEX home page operational I don't have any ideas.
Any help really appreciated.

ORA-01031: insufficient privilegesThis may happen in two situations :
1. your oracle user is not member of dba group, or
2. within sqlnet.ora file, in $ORACLE_HOME/network/admin you have a line like this :
SQLNET.AUTHENTICATION_SERVICES=(NONE)
Either add your oracle user to dba group, or remove/comment the above line.

Similar Messages

  • Booting issue on a new installation on Acer Aspire 4752 laptop.

    Hi All,
         I have done a new installation of OS on a Acer laptop stated above.  However, due to some reason, during the booting up process, it will always stuck at screen right before it enter into the logon screen. I will have to press
    Enter in order to move it, as if there is a "press Enter to continue...".
         After this "enter" key, everything else works normally.  However, this is pretty annoying and I could not sent this laptop back to my enduser because of this trivial issue.
         Some other information as below:
    This is a new OS and no other apps is installed.  Though now it is patched (with Microsoft patches).  But it happens since the first boot after install.
    In according to Device Manager, all drivers are in place. No exclamation mark and error.
    Event Viewer shows no error for the boot up.
    Safemode (command prompt) shows that it is stuck at loading "classpnp.sys".
         My questions:
    It will be good if there is already a resolution. :)
    How to diagnose, or identify which apps actually waiting for that "enter" to move on?
         Thanks!
    wsn

    Hi,
    For the boot issue, first I suggest you use startup repair if you have an installation disk, check if it can detect and fix some certain problems.
    Or run sfc/scannow  in command prompt in recovery console, check if it can make any difference.
    If doesn’t work, then try “Enable boot logging”, then check the log called ntbtlog.txt, usually located in system drive\Windows.
    Advanced startup options (including safe mode)
    http://windows.microsoft.com/en-in/windows/advanced-startup-options-including-safe-mode#1TC=windows-7
    You can also share a screen image with us about the “stuck” screen.
    Regards
    Yolanda
    TechNet Community Support

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

    Hi,
    I created a new target schema against an existing runtime owner user id and runtime access user id.
    But deploying the mapping now gives error as follows:
    <<ORA-01017: invalid username/password; logon denied>>
    Can you please guide where the problem is?
    Thanks & Regards,
    Lenin

    Hi,
    Just to add some more informations about this topic. I created one extra target schema for the same runtime user id/runtime access user. And then tried to deploy the mapping and got the above error. And again, I removed the older target schema by using "OWB Runtime Assistant". And then tried to deploy mapping again and got the same error again.
    Can you please help me out in this case?
    Thanks & Regards,
    Lenin

  • ORA- 01017 Error ( Invalid Username Password) Logon Denied

    Gurus,
    I am running into the above error ( ORA- 01017) ( Invalid Username Password) Logon Denied on the Oracle Application Server 10g.
    Note:
    On windows 2003 server
    The DB is 11g and I am using the Oracle applicaton Server 10g - Forms Services
    Also have Installed Oracle Dev_suite ( Oracle forms)
    Instances used - PROD and TEST
    Have developed a simple form and using Forms services ( the below url) is used
    http://<<Hostname>>/forms/frmservlet?form=meds_trans_menu.fmx&userid=&otherparams=useSDI=yes&lookAndFeel=oracle&colorScheme=blue
    the Login screen comes ,
    entering the username and details , says the password expired as the user is trying to enter for the first time,
    shows the change password screen
    old password
    new password
    re-enter new password
    When I try to enter the new password and hit ok button, it shows error message again and again.
    ORA- 01017 Error ( Invalid Username Password) Logon Denied
    Not sure why i get this error , even after entering the correct credentials.
    Please advice.
    Thanks
    Sheik

    Gurus - Any ideas , suggestions how this can be resolved?
    Is this issues because of version mismatch ( 11g DB and Oracle Forms 10g)??
    Please advice when time permits.
    Thanks
    Sheik

  • ORA-01017: invalid username/password; logon denied quality system refresh from production

    Dear All;
    I am in the post activities of SAP system refresh.
    I restored the system using brtools successfully as you can see below:
    then I went with the rest of the steps based on sap recomendations, and reached to SAP sql queries:
    CREATE USER "OPS$<DOMAIN>\<SID>ADM" DEFAULT TABLESPACE SYSTEM TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    CREATE USER "OPS$<DOMAIN>\SAPSERVICE<SID>" DEFAULT TABLESPACE SYSTEM TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
    GRANT CONNECT, RESOURCE, SAPDBA TO "OPS$<DOMAIN>\<SID>ADM";
    GRANT CONNECT, RESOURCE, SAPDBA TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    CREATE TABLE "OPS$<DOMAIN>\<SID>ADM".SAPUSER (USERID VARCHAR2(256), PASSWD VARCHAR2(256));
    INSERT INTO "OPS$<DOMAIN>\<SID>ADM".SAPUSER VALUES ('SAPSR3', '<Password>');
    CREATE SYNONYM "OPS$<DOMAIN>\SAPSERVICE<SID>".SAPUSER FOR "OPS$<DOMAIN>\<SID>ADM".SAPUSER;
    CONNECT /
    GRANT SELECT, UPDATE ON "OPS$<DOMAIN>\<SID>ADM".SAPUSER TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    CONNECT /as sysdba
    GRANT CONNECT, RESOURCE TO "OPS$<DOMAIN>\SAPSERVICE<SID>";
    GRANT CONNECT, RESOURCE TO "OPS$<DOMAIN>\<SID>ADM";
    I checked if all users are on opened state using select USERNAME,ACCOUNT_STATUS from dba_users;
    The database is running file, and it is opened, but when I run R3trans -d it gives me RC 12 and i get this error:
    *** ERROR => CONNECT failed with sql error '1017'
    set_ocica() -> SQL error code 1017
    -->oci_get_errmsg (con=0, rc=1017)
    OCIErrorGet -> SQL error code: 1017
    ORA-01017: invalid username/password; logon denied
    DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB
    ***LOG BY2=>sql error 1017   performing CON
    ***LOG BY0=>ORA-01017: invalid username/password; logon denied
    I used brconnect -u / -f chpass -o PSAPSR3 -p sap so i can reset the password, but still I am getting the same invalid username or password error.
    I checked the listener status, and it is running.
    Kindly let me know how I can fix my error
    Best Regards
    ~Amal Aloun

    Dear Gaurav;
    I am running SAP Kernel 720 64bit unicode PL300
    The content of my trans log file is the following:
    4 ETW000 r3trans version 6.23 (release 720 - 15.05.12 - 20:12:03).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 05.08.2014 - 17:50:30
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [     dev trc,00000]  Tue Aug 05 17:50:30 2014                                                 149  0.000149
    4 ETW000  [     dev trc,00000]  db_con_init called                                                        27  0.000176
    4 ETW000  [     dev trc,00000]  set_use_ext_con_info(): rsdb/ssfs_connect not set => ssfs not used        41  0.000217
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  28  0.000245
    4 ETW000  [     dev trc,00000]  create_con (con_name=R/3)                                                 14  0.000259
    4 ETW000  [     dev trc,00000]  Loading DB library 'dboraslib.dll' ...                                    44  0.000303
    4 ETW000  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dboraslib.dll"), hdl 0, addr 000007FEF1650000
    4 ETW000                                                                                                 947  0.001250
    4 ETW000  [     dev trc,00000]      using "E:\usr\sap\TST\SYS\exe\uc\NTAMD64\dboraslib.dll"               18  0.001268
    4 ETW000  [     dev trc,00000]  Library 'dboraslib.dll' loaded                                            19  0.001287
    4 ETW000  [     dev trc,00000]  function DbSlExpFuns loaded from library dboraslib.dll                    23  0.001310
    4 ETW000  [     dev trc,00000]  Version of 'dboraslib.dll' is "720.00", patchlevel (0.215)               242  0.001552
    4 ETW000  [     dev trc,00000]  function dsql_db_init loaded from library dboraslib.dll                   26  0.001578
    4 ETW000  [     dev trc,00000]  function dbdd_exp_funs loaded from library dboraslib.dll                  34  0.001612
    4 ETW000  [     dev trc,00000]  New connection 0 created                                                 237  0.001849
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  56  0.001905
    4 ETW000  [     dev trc,00000]  db_con_connect (con_name=R/3)                                             20  0.001925
    4 ETW000  [     dev trc,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                                                  25  0.001950
    4 ETW000  [     dev trc,00000]  find_con_by_name found the following connection:                          16  0.001966
    4 ETW000  [     dev trc,00000]  0: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO , prog = 
    4 ETW000                                                                                                  36  0.002002
    4 ETW000  [     dev trc,00000]  -->DbSlConnect(vers=-1, type=0, env='[default env]', userid='[default usr]')
    4 ETW000                                                                                                  53  0.002055
    4 ETW000  [     dev trc,00000]  DIR_CLIENT_ORAHOME is not set as profile nor env. parameter.             574  0.002629
    4 ETW000                        Assuming using instant client with unspecified location.
    4 ETW000  [     dev trc,00000]  Register application info.                                                97  0.002726
    4 ETW000  [     dev trc,00000]  Oracle client version: 10.2.0.4.0, (dbsl 720 220612, UNICODE[2])       10033  0.012759
    4 ETW000  [     dev trc,00000]  Detailed Oracle client (patch) info not available.                        30  0.012789
    4 ETW000  [     dev trc,00000]    Default connection: tnsname ='TST'                                      73  0.012862
    4 ETW000  [     dev trc,00000]  -->oci_initialize(con=0, char='UTF16', nchar='AL16UTF16', nls=-1),uc_ln=2
    4 ETW000                                                                                                  50  0.012912
    4 ETW000  [     dev trc,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                                1828  0.014740
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con=0, ErrHp=027944B0)                 58  0.014798
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con=0, ErrBt=02796088)                 36  0.014834
    4 ETW000  [     dev trc,00000]  NLS env. settings: lang=41004D00450052004900430041004E00                 167  0.015001
    4 ETW000  [     dev trc,00000]                     terr=41004D0045005200490043004100                      29  0.015030
    4 ETW000  [     dev trc,00000]                     char=55005400460031003600                              22  0.015052
    4 ETW000  [     dev trc,00000]  Client NLS setting (by OCINlsGetInfo(con=0)): 'AMERICAN_AMERICA.UTF16'
    4 ETW000                                                                                                  43  0.015095
    4 ETW000  [     dev trc,00000]  charset='UTF16', ncharset='AL16UTF16', UNI_ASC=FALSE                      19  0.015114
    4 ETW000  [     dev trc,00000]  Logon as OPS$-user to get SAPSR3's password                               28  0.015142
    4 ETW000  [     dev trc,00000]  Connecting as /@TST on connection 0 (nls 0) ... (dbsl 720 220612, UNICODE[2])
    4 ETW000                                                                                                  61  0.015203
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_SVCCTX, con=0, svchp=02795F48)               370  0.015573
    4 ETW000  [     dev trc,00000]  Allocating server context handle                                          31  0.015604
    4 ETW000  [     dev trc,00000]  Attaching to database server TST (con=0, svchp=02795F48, srvhp=0279EFF8)
    4 ETW000                                                                                                  74  0.015678
    4 ETW000  [     dev trc,00000]  Assigning server context 0279EFF8 to service context 02795F48          30008  0.045686
    4 ETW000  [     dev trc,00000]     OCIHandleAlloc(OCI_HTYPE_SESSION, con=0, usrhp=027ABBE0)               86  0.045772
    4 ETW000  [     dev trc,00000]  Starting user session: OCISessionBegin(con=0, usr='/', svc=02795F48, srv=0279EFF8, usr=027ABBE0)
    4 ETW000                                                                                                  40  0.045812
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               28164  0.073976
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               95  0.074071
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  39  0.074110
    4 ETW000  [    dbsloci.,00000]  *** ERROR => CONNECT failed with sql error '1017'                         38  0.074148
    4 ETW000  [     dev trc,00000]     set_ocica() -> SQL error code 1017                                     19  0.074167
    4 ETW000  [     dev trc,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        20  0.074187
    4 ETW000  [     dev trc,00000]     OCIErrorGet -> SQL error code: 1017                                    57  0.074244
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  39  0.074283
    4 ETW000  [     dev trc,00000]  Info: 99=DBSL_ERR_DB, oerr=1017, try to connect with default password.
    4 ETW000                                                                                                  38  0.074321
    4 ETW000  [     dev trc,00000]  Connecting as SAPSR3/<pwd>@TST on connection 0 (nls 0) ... (dbsl 720 220612, UNICODE[2])
    4 ETW000                                                                                                  30  0.074351
    4 ETW000  [     dev trc,00000]  Assigning username to user session: con=0, usrhp= 027ABBE0                23  0.074374
    4 ETW000  [     dev trc,00000]  Assigning password to user session: con=0, usrhp=027ABBE0                 36  0.074410
    4 ETW000  [     dev trc,00000]  Starting user session: OCISessionBegin(con=0, usr='SAPSR3', svc=02795F48, srv=0279EFF8, usr=027ABBE0)
    4 ETW000                                                                                                 133  0.074543
    4 ETW000  [     dev trc,00000]  Tue Aug 05 17:50:40 2014                                             9992977  10.067520
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                  33  10.067553
    4 ETW000  [     dev trc,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               85  10.067638
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  37  10.067675
    4 ETW000  [    dbsloci.,00000]  *** ERROR => CONNECT failed with sql error '1017'                         29  10.067704
    4 ETW000  [     dev trc,00000]     set_ocica() -> SQL error code 1017                                     19  10.067723
    4 ETW000  [     dev trc,00000]  -->oci_get_errmsg (con=0, rc=1017)                                        18  10.067741
    4 ETW000  [     dev trc,00000]     OCIErrorGet -> SQL error code: 1017                                    55  10.067796
    4 ETW000  [     dev trc,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                                  52  10.067848
    4 ETW000  [     dev trc,00000]     DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB                            22  10.067870
    4 ETW000  [    dblink  ,00000]  ***LOG BY2=>sql error 1017   performing CON                               58  10.067928
    4 ETW000  [    dblink  ,00000]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied            22  10.067950
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'TST'"
    Best Regards
    ~Amal Aloun

  • 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; logon denied FOR SYS USER

    Hello,
    I was usually login through the same password for sys user to log on to the database as sysdba, but last time i used " / as sysdba" to connect using local system administrative account which is connected very well and still connecting in the same way. The initializing parameter file set with the following parameter:
    remote_login_passwordfile=EXCLUSIVE
    Now if i use to connect the database server remotely using sys user, it gives me "ORA-01017: invalid username/password; logon denied" error and if i use the same login credentials on DB server machine using other local user accounts it is giving me "Insufficient Privilige" error. I can only connect now using local administrator account from DB server machine using " / as sysdba" statement.
    Kindly guide me the issue.

    When you use " / as sysdba" locally on server, you are using OS authentication which will bypass the password file and user/pass authentication.
    Looks like you have discrepancy between the password you use and real password. You can login " / as sysdba" and change your SYS password to a new one.
    When was last time you successfully login using password? What has changed since then?

  • "ORA-1017: invalid username/password; logon denied"

    I am running Oracle Database 11g R1.
    Oracle.DataAcess.dll 10.2
    My code as below:
    string oradb = "Data Source=orcldemo;User ID=HR;Password=hr;";
    OracleConnection conn = new OracleConnection(oradb);
    conn.Open();
    I keep on getting error:
    "ORA-1017: invalid username/password; logon denied"
    But if I tried to access from the same host using Oracle SQL Developer ver 1.2 and using the same username and password then I have no problem at all.
    Any help? Thanks
    Ming Man

    This is what I found on Metalink
    Applies to:
    Oracle Data Provider for .NET - Version: 9.2.0.8.0 to 10.2.0.3.0
    Microsoft Windows (32-bit)
    Symptoms
    You are trying to connect to 11g database using 10g ODP.NET (or lower version) and you receive
    ORA-1017 - invalid username /password
    While using 11g ODP.NET or 10g sqlplus ,this problem does not occur.
    Cause
    Whenever we send the passwords using 10g ODP.NET ,it converts them into all upper cases.
    Prior to 11g database , the passwords were case-insensitive.
    So sending all-capital password would not cause problem there.
    However, from 11g onwards , passwords are case sensitive.
    Hence when ODP.NET sends all-capital password to a 11g database , password validation fails and results in the ORA-1017 error.
    This issue is reported in an internal bug .The bug number is not revealed for confidentiality policy reasons. The backport request has been created for 10.2 and 10.1 but the patch was not available at the time of writing this note.
    Solution
    There are several solutions for this issue:
    Configure the database to not support case-sensitivity in passwords.
    Create all-capital passwords
    Pass a lowercase password by wrapping the password field in quotes.
    e.g.
    ("Data Source=ORCL;User ID=scott;Password = \"tiger\"");
    The bug is also fixed in the 10.2.0.4.0 Oracle Database Patch 6810189.

  • ORA-01017: invalid username/password; logon denied in 12c database

    Hi,
    I have created the new user in 12c pdb and granted previliges also,
    but i coudnt able to connect that user.
    Kindly suggest me.
    Steps which i have done.
    SQL> alter session set container=TESTPDB1;
    Session altered.
    SQL> create user test1 identified by welcome;
    User created.
    SQL> grant connect,resource to test1;
    Grant succeeded.
    SQL> commit
      2  ;
    Commit complete.
    SQL> conn test1/welcome;
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    Regards
    Kumar V

    Dear All,
    The issue has been fixed now.
    in 12c database we couldnt able to connect the local user in pluggable database.
    We have to connect the users like below,
    [oracle@dg admin]$ sqlplus sys/welcome@PDBDEV as sysdba
    SQL*Plus: Release 12.1.0.2.0 Production on Thu Apr 16 12:56:38 2015
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL> show con_name;
    CON_NAME
    PDBDEV
    SQL> create user kumar identified by kumar;
    User created.
    SQL> grant connect,resource to kumar;
    Grant succeeded.
    SQL> commit;
    Commit complete.
    SQL> conn kumar/kumar;
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> show con_name;
    CON_NAME
    CDB$ROOT
    SQL> conn kumar/kumar@PDBDEV
    Connected.
    SQL> show con_name;
    CON_NAME
    PDBDEV
    SQL> show user;
    USER is "KUMAR"
    Thanks for the suggestions.
    Regards
    Kumar

  • JDBC ORA-01017 invalid username/password; logon denied

    I have an application that uses a JDBC Type 4 driver to connect to an established development database. This application has been running fine for the last few months.
    I resized the datafiles pertaining to the tablespace associated with the database after which I am not being able to connect to the database via the java application.
    The reason for resizing the datafiles was due to the an error encountered earlier while runnning SQL queries which dealt with huge data
    java.sql.SQLException: ORA-01652: unable to extend temp segment by 128 in tablespace TEMP.This error was not resolved. However it resulted in a new error,ORA-01017, creeping up.
    The puzzle relates to the fact I have no problems connecting using sqlplus/oracle enterprise manager console using the same username password combination but trying to use it to create a JDBC connection always fails. I am at a loss to explain why I receive this error.
    I am experiencing the same error if i try accessing any other users residing in the database server.
    Am i missing something?
    Any help would be greatly appreciated.

    This has really stumped me....I reinstalled the webserver(Apache) in my s/m and bingo! everything seems to be working perfectly fine. I no longer get the logon denied error.

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

    Hi,
    BRtools not working.
    C:\Documents and Settings\r47adm>sqlplus /
    SQL*Plus: Release 10.2.0.4.0 - Production on Tue Sep 14 14:31:44 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Sap is able to connect with default password for schema id.
    Tried the Note 400241 - Problems with ops$ or sapr3 connect to Oracle
    still the brtools are failing with  ora 1017
    Trans.log;
    Logon as OPS$-user to get SAPR47's password           18  0.019364
    4 ETW000  [dev trc     ,00000]  Connecting as /@R47 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              27  0.019391
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              27  0.019418
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 000000000755F090 00000000003157A0 000000000031AF68
    4 ETW000                                                                              95  0.019513
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       23  0.019536
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      15  0.019551
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server R47 (con_hdl=0,svchp=000000000031AE28,srvhp=000000000757E0E8)
    4 ETW000                                                                              47  0.019598
    4 ETW000  [dev trc     ,00000]  Assigning server context 000000000757E0E8 to service context 000000000031AE28
    4 ETW000                                                                           35921  0.055519
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        32  0.055551
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=000000000031AE28,srvhp=000000000757E0E8,usrhp=0000000000315FB8)
    4 ETW000                                                                              34  0.055585
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1017
    4 ETW000                                                                           60400  0.115985
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                              35  0.116020
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1017         17  0.116037
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  56  0.116093
    4 ETW000  [dev trc     ,00000]  Connecting as SAPR47/<pwd>@R47 on connection 0 (nls_hdl 0) ... (dbsl 700 250407)

    I faced Issue with OPS$ user mechanism in two scenario
      Unable to create/delete user as identifier exceeds 30 characters
    1. The installation terminates when you create the OPS$ users (step
    ORADBUSER_NT_ORA)
    As per SAP Note 314671 - Long WINDOWS domain names and Oracle 8.1.x or higher
       Set the parameter  os_authent_prefix = "" In parameter file initR47.ora
    Restart the DB for parameter to take effect then continue with installation
    2. the system does not start because the OPS$ users were not created correctly.
        You can set the default password for SCHEMAID (SAP<SID>) in table sapuser table. Hence the work process connects with default password and you can run the system smoothly.but the brtools (brconnect DB13) will fail as they try to connect using (Connect /) ops$ user
    By setting the parameter os_authent_prefix = "" and running the ORADBUSR.SQL SQL did not work.
    We can avoid this by setting parameter os_authent_prefix = O$
    This reduces the username by two characters (OPS$CTSGVCSAPBL09\SAPSERVICER47 to O$CTSGVCSAPBL09\SAPSERVICER47)

  • I have itunes directory on an external hard drive and want to direct a new installation of itunes on windows 8 to use it. I tried holding down ctrl and clicking itunes and after many tries got it to work one time. When I went back in later it had reverted

    I have itunes directory on an external hard drive and want to direct a new installation of itunes on windows 8 to use it. I tried holding down ctrl and clicking itunes and after many tries got it to work one time. When I went back in later it had reverted back to a blank version of itunes and I cant get ctrl to work again. Any other ideas?

    This is sometimes caused by a problem with the iTunesPrefs.xml file, normally found at C:\Users\<User>\AppData\Local\Apple Computer\iTunes\iTunesPrefs.xml. Try dragging this to the desktop and trying again.
    Alternatively the problem may be that you have McAfee AV and it is preventing iTunes from updating the same file and thus causing the problem. See Why does iTunes delete my itunesprefs.xml? for details.
    tt2

  • When I clicked on Firefox, the update bar started but when it stopped Firfox would not open. The blue screen of death popped up and said something about a new installation. We restarted the computer and now Firefox will not open. Help!

    When I clicked to open Firefox the update bar appeared and an update loaded. Usually when this happens Firefox will open up when the update is finished. This time it did not open. when I clicked on the icon again the blue screen opened and said something about a new installation and if this was the first time you have seen this screen restart your computer and try again. I restarted the computer and when I clicked on the Firefox icon the "hour glass" would appear like it was trying to open but it never would open. I don't know what else to do.

    See below -- the way I asked the question the first time may not be clear. This post was a goof but I can't figure out how to delete it

  • I have a new Dell computer running windows 7 and am unable to download itunes. The message I recieve after trying to run the download is: This installation package could not be opened. Verify that the package exists and that you can access it.   Any ideas

    I have a new Dell computer running windows 7 and am unable to download itunes. The message I recieve after trying to run the download is: This installation package could not be opened. Verify that the package exists and that you can access it.   Any ideas?

    Hello tcampbell1549,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Have a nice day,
    Mario

  • Network card not found after new installation [SOLVED]

    I broke my filesystem on my Asus UL80V series laptop in trying to solve problems related to the latest glibc update, so decided to do a clean re-install. I had an installation disk at hand: 2009.08 with kernel 2.6.30.4-1 (which is supposed to have the module for my ath9k network device). However after a successful installation (including all the files from base-dev), my network device is not recognised:
    dhcpcd: eth0: interface not found or invalid
    although network connectivity (wired and wireless) worked perfectly before the installation attempt.
    This happened yesterday (17th) and I have been scouring the web since trying to find out what the cause of this problem is, without luck.
    I also burned a new installation CD with the latest stable version, but no luck there, either! Got a message at the beginning informing me that the install requires 64 Mb memory, although my laptop has 4 Gb.
    I should say, the device is there and working:
    lspci | grep Net
    gives
    02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    I also did
    modprobe ath9k
    just to make sure. No luck.
    Any help will be appreciated.
    thanks
    thea
    Last edited by thea (2012-07-23 23:59:16)

    Argh, ip may not be around in the 2009 image really ;-) .. Use "ifconfig" instead..
    But: I meanwhile cross-checked your ath9k: http://wireless.kernel.org/en/users/Dri … h9k_driver
    and it does not sound encouraging for the kernel you have there.
    The image is far too old anyway, if you ask me (would be a darn hazzle to get that uptodate I am sure). Pity you get that memory error with the 2011 one. Maybe check forums on that. Sounds very strange, I am not aware of any post I read.
    If you can burn another CD, you can try the recent ISOs as well: http://releng.archlinux.org/isos/
    Beware that the ones from July dont have the AIF setup anymore.

Maybe you are looking for