Getting ORA-01017: invalid username/password error only with specific tools

Hello
I'm still a Junior DBA familiar with Oracle. I have difficulties to access one of my databases with tools of TOAD and SQLDetective. When I try to connect to my database using these tools, I get the error:

ORA - 01017: name of user and password invalid. connection refused

Even if the password and user name is correct.

I can correctly connect through other tools like SQLTools and sqlplus. I searched on this problem and I've seen people with the same problems, but I could not find a solution. The strange thing is, I can use TOAD and SQLDetective to connect to other databases with no problems. It seems to be present a specific database.

My database is a database 11g on linux machine. I have clients 9i and 10 g installed on my machine. All my applications use the 9i on my machine home tnsnames.

Any help on this would be greatly appreciated. Thank you.

RGS,
Rob

Published by: rgilligan on April 16, 2010 02:11

Hello, if it is 11g, look at the sec_case_sensitive_logon parameter. This default is true, which makes the case-sensitive password. Some tools/applications do a HIGHER or LOWER on the password and so what can the reason for the error

Henner

Tags: Database

Similar Questions

  • Cannot connect through the ORA-01017 Invalid Username/Password database link

    Hello

    I have two virtual machines with Oracle 11 g 2 and one with Oracle 12 c installed on RHEL 6

    I wanted to install a dblink between the 2, but after you have created the dblink I get error: ORA - 01017 Invalid username/password

    Now, I know, the error is clear enough but when I try to connect using netmgr it works

    So just to summarize, Oracle 12 c, I'm trying to connect to Oracle 11 g using a DBLINK but I get ORA-01017

    Since Oracle 12 c, I created a new service so that I have the remote db alias in tnsname.ora and at the end of the process, when they ask for test connection, I can connect successfully to remote db

    Then I created a dblink according to the following:

    SQL > CREATE PUBLIC DBLINK LINK DATABASE to CONNECT to

    "hr""" IDENTIFIED BY ' password ' with the HELP of 'REMOTEDB ';

    If I then select * from employees@dblink, I get the error

    What I've noticed, it is that in the 11g (the target machine) I can not connect with OS authentication, don't know if its related

    If i: sqlplus / as sysdba I get ORA-01031 insufficient become

    I have to connect to the Linux box as user 'oracle', who is a member of the groups oinstall dba

    Am I missing something?

    Thank you!

    CHRI$ says:

    SQL > CREATE PUBLIC DATABASE LINK DBLINK TO CONNECT TO

    'hr' IDENTIFIED BY 'password' with the HELP of "REMOTEDB";

    You will probably have to create the link without containing the user name and the word in double quotes.

  • IMP-00058: ORACLE error 1017 met ORA-01017: invalid username/passwo

    I want to run the Import tool with the user's system, I do not see as you see below script:
    D:\TÖÖ\exp_ddl.dmp>sqlplus system/[email protected] as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 4 16:40:58 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    Connected to:
    Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> ALTER USER "SYSTEM" IDENTIFIED BY VALUES 'a';
    
    User altered.
    
    SQL> quit;
    Disconnected from Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    D:\TÖÖ\exp_ddl.dmp>imp userid=system/[email protected] file=exp_cas_ddl.dmp log=exp_ca
    s_ddl.log full=y
    
    Import: Release 10.2.0.1.0 - Production on Mon Oct 4 16:41:31 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    IMP-00058: ORACLE error 1017 encountered
    ORA-01017: invalid username/password; logon deniedUsername: system
    Password:
    
    IMP-00058: ORACLE error 1017 encountered
    ORA-01017: invalid username/password; logon deniedUsername: SYSTEM
    Password:
    
    IMP-00058: ORACLE error 1017 encountered
    ORA-01017: invalid username/password; logon denied
    IMP-00005: all allowable logon attempts failed
    IMP-00000: Import terminated unsuccessfully
    
    D:\TÖÖ\exp_ddl.dmp>sqlplus system/[email protected] as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 4 16:41:53 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    Connected to:
    Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> select sysdate from dual;
    
    SYSDATE
    ---------
    04-OCT-10
    
    SQL> quit;
    Disconnected from Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    D:\TÖÖ\exp_ddl.dmp>sqlplus system/[email protected]
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Oct 4 16:46:13 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    ERROR:
    ORA-01017: invalid username/password; logon denied
    
    
    Enter user-name:
    I read the following thread:
    Re: how to use sys as sysdba to import the database
    That did not help much either i think.
    I want is to have a single command that works "Imp" and gives the name tns-database as an input parameter and the user_id parameter must be in pramaters. I can run this way Import?

    What about:

    alter user system identified by A;
    

    I guess that the command "change user identified byvalues '" is the command to settig the encrypted password.
    Only, it will be useful carry passwords of a database to another, but do not for the definition of passwords initially.

    Edited by: hartmutm the 04.10.2010 07:22

  • I'm getting "ORA-00900: invalid SQL statement" error. ?

    I installed oracle 11 GR 2. and 'DBMS_METADATA_DIFF.COMPARE_ALTER ('TABLE', 'TBL_A', 'TBL_A','USER1 ','USER2 ')"to see the result as below, but I'm" ORA-00900: invalid SQL statement "error.   Any idea?



    I use:


    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

    PL/SQL Release 11.2.0.1.0 - Production

    CORE 11.2.0.1.0 Production

    AMT for 32-bit Windows: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production




    SQL > desc user1.tbl_a
    Name                                      Null?    Type
    ----------------------------------------- -------- ----------------------------
    FIELD_A1 NOT NULL NUMBER
    FIELD_A2 VARCHAR2 (20)
    FIELD_A4 NOT NULL NUMBER (5.2)
    FIELD_A5 VARCHAR2 (10)
    FIELD_A6 NOT NULL NUMBER (2)

    SQL > desc user2.tbl_a
    Name                                      Null?    Type
    ----------------------------------------- -------- ----------------------------
    FIELD_A1 NOT NULL NUMBER
    FIELD_A2 VARCHAR2 (50)
    FIELD_A3                                           DATE
    FIELD_A4 NUMBER (5.2)
    FIELD_A5 NOT NULL VARCHAR2 (10)




    SQL > select dbms_metadata_diff.compare_alter ('TABLE', 'TBL_A', 'TBL_A', 'USER1', 'USER2') of double

    expected result:

    DBMS_METADATA_DIFF.COMPARE_ALTER ('TABLE', 'TBL_A', 'TBL_A', 'U1', 'U2')
    --------------------------------------------------------------------------------
    ALTER TABLE 'U1 '. "" ADD TBL_A "(DATE OF THE"FIELD_A3")
    ALTER TABLE 'U1 '. "" TBL_A "DROP ("FIELD_A6")
    ALTER TABLE 'U1 '. "" CHANGE TBL_A ' ("FIELD_A2' VARCHAR2 (50))
    ALTER TABLE 'U1 '. "" TBL_A ' CHANGE ("FIELD_A4" NUMBER (5.2) DEFAULT 0)
    ALTER TABLE 'U1 '. "" CHANGE TBL_A ' ('FIELD_A4' NULL)
    ALTER TABLE 'U1 '. "" CHANGE TBL_A ' ('FIELD_A5' ACTIVATE NOT NULL)

    Thanks for the reply rp,

    I got the result using "select dbms_metadata_diff.compare_alter ('TABLE', 'TBL_A', 'TBL_A', 'USER1', 'USER2') from dual"

  • Session beginning of OGG-00664 OIC error (status = 1017-ORA-01017: invalid)

    All,

    I make a problem while doing the initial load process.

    ENV-
    OEL32, 11.2.0.2 - SOURCE AND TARGET db TIME on a machine.
    -------


    GGSCI (localhost) 7 > discovers the eini13 report


    2011-10-31 16:49:51 INFO OGG-01017 Wildcard resolution IMMEDIATE value because SOURCEISTABLE is used.

    ***********************************************************************
    Oracle GoldenGate Capture for Oracle
    Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
    Linux, x 86, 32-bit (optimized), Oracle 11 g on April 30, 2011 22:35:14

    Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.


    From 2011-10-31 16:49:51
    ***********************************************************************

    Version of the operating system:
    Linux
    Version #1 SMP kills Jan 4 07:23:44 this version of 2011, 2.6.18 - 238.0.0.0.1.el5
    Node: localhost.localdomain
    Machine: i686
    limit software
    Address space size: unlimited unlimited
    Heap size: unlimited unlimited
    File size: unlimited unlimited
    Time CPU: unlimited unlimited

    Process ID: 4845

    Description:

    ***********************************************************************
    * In the course of a run with the following parameters *.
    ***********************************************************************
    EXTRACT EINI13
    WEST OF USERNAME, PASSWORD *.

    Context of the source:
    SourceModule: [ggdb.ora.sess]
    SourceID: [/ scratch/sganti/view_storage/sganti_core_lin32/oggcore/OpenSys/src/gglib/ggdbora /]
    ocisess.c]
    SourceFunction: [OCISESS_try]
    SourceLine: [500]
    ThreadBacktrace: [12] elements
    : [/ apps/oracle/product/gg_amer/extract (CMessageContext::AddThreadContext () + 0 x 26) [0]
    x 8289366]]
    : [/ apps/oracle/product/gg_amer/extract (CMessageFactory::CreateMessage (CSourceContex]
    t *, unsigned int,...) (+0x817) [0x827fae7]]
    : [/ apps/oracle/product/gg_amer/extract (_MSG_ERR_ORACLE_OCI_ERROR_WITH_DESC (CSourceC]
    [(ONTEXTE *, int, const char *, const char *, CMessageFactory::MessageDisposition) + 0x8b) [0x824230b]]
    : [/ apps/oracle/product/gg_amer/extract (OCISESS_try (int, OCISESS_context_def *, char))]
    const *,...) (+0x376) [0x81cd156]]
    : [/ apps/oracle/product/gg_amer/extract (OCISESS_logon (OCISESS_context_def *, con char))]
    [(St *, const char *, const char *, int, int, int) + 0x8b4) [0x81ce604]]
    : [/ apps/oracle/product/gg_amer/extract (DBOCI_init_connection_logon (const char *, cha))]
    [(const r *, const char *, int, int, int, char *) + 0 x 58) [0x81bdce8]]
    : [apps/oracle/product/gg_amer/extract [0x81c23da]]
    : [/ apps/oracle/product/gg_amer/extract (gl_odbc_param (const char *, const char *, char))]
    [)) + 0 x 36) [0x81c29b6]]
    : [apps/oracle/product/gg_amer/extract [0x814bfec]]
    : [apps/oracle/product/gg_amer/extract(main+0x1dc) [0x81529cc]]
    : [lib/libc.so.6(__libc_start_main+0xdc) [0x476e9c]]
    : [apps/oracle/product/gg_amer/extract(__gxx_personality_v0+0x1c5) [0 x 8120491]]

    Beginning session 2011-10-31 16:49:51 OGG - 00664 OIC error (status = 1017-ORA-01017: invalid user name)
    / Password; connection refused).

    2011-10-31 16:49:51 ERROR OGG-01668 PROCESS ABENDING.


    GGSCI (localhost) 8 >

    Name of user and password invalid.

    Your GoldenGate database user named West (and whatever your password)? Also, check the correct cases 11g password is case-sensitive default passwords.

  • Name of ADI 7.2 username/password error

    Hi all;

    ADI my version is: ADI 7.2 (patch 3966101 ) and then I applied ADI ROLLUP PATCH 7.2 .8 (patch 5580549 ) and I can connect with my TEST user one instance. But I can not connect another LIVE case which is locate another city. When I try to identify its give me name of username/password error invalid.

    I searched and I found ADI ROLLUP PATCH 7.2 .9 (patch 5906728 ) and I applied on my machine local too...

    Error in keeping... I did some research here and my host file and dbc file ID is same as:

    APPL_SERVER_ID = 5D108310AD5F2609E040640A28034A7442936734222968272392935559181921

    and the result of select server_id of FND_NODES is the same as the high side ID.

    I can run tnsping to the server and its working properly. By the way, I have remove sqlnet.ora of praying/net80/admin and C:\orant\NETWORK\ADMIN

    Anyone has idea why I can't connect to the system and name of user and password error invalid.

    Thank you

    HELIOS

    Thanks Helios.

    Have you checked the following notes?

    Note: 743465.1 - ADI 7.1.35/7.2 11.5.10 unable to connect to the database error
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=743465.1

    Note: How 335573.1 - ADI execution Assistant diagnosis
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=335573.1

  • CCA813 - Erro. Invalid Username / password.

    Hi, I installed CCA813 and when I tried to connect using netadmin and password 1234 in TAW, some errors have occurred: error. Invalid Username / password.

    Could you help me please?

    Journal CallCenterAnywhere.log:

    2009 09 14:05:21, 659 [172.23.2.18] DEBUG review: 21.handleMessage(BusClient_IM.java:142) - * [KEEP_ALIVE 172.23.2.18] *.
    out 09 2009 14:05:22, 299 [http - 8080-$4 13389826] revision DEBUG: 38.doPost(ProxyLoginHandler.java:118) - action received [1002]
    out 09 2009 14:05:22, 299 [http - 8080-$4 13389826] DEBUG review: 14.executeQueryPrepared(DatabaseService.java:324) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [SELECT companyid, name, alias, zone, dateformatid, remotecontacts, remoteclienthistory, remotequalitycontrol, externalapp, RunApp, textlabel, htmlfile, enablecustomtab, countryid, enableexternalapp, enablepredictive, enablepreview, donotrecordstatus, applicationtype, runhtmlapp, enabledialout, securitypolicyid, displayname, templateid companies WHERE (alias =?) AND (isdeleted = 0)]
    out 09 2009 14:05:22, 487 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 534 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [Select templateid of companies where the companyid information = 1]
    out 09 2009 14:05:22, 534 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 534 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [SELECT Id_option, companytemplateinstances FROM optionvalue where templateid = 101 AND isdeleted = 0]
    out 09 2009 14:05:22, 596 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 596 [http - 8080-$4 13389826] INFO review: 38.authenticate(ProxyLoginHandler.java:191) - Login type Alias [1002] [System] [netadmin] username password [*] language Id [1]
    out 09 2009 14:05:22, 596 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select languagelibraryid as ID from the library of companies where companyId = 1]
    out 09 2009 14:05:22, 706 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 706 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select name, description from regionalizationlibrary where regionalizationlibraryid = 1 AND isdeleted = 0]
    out 09 2009 14:05:22, 706 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 815 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281)-ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select lk.value as displayname, sequence, ltl.elementid, regionalizationlibraryelements ltl regionalizationlibraryid, localelanguages ll, localekeys lk where ltl.regionalizationlibraryid = 1 AND ll.usage = 1 AND lk.localelanguageid = 1 AND lk.localevariantid = 1 AND ll.localelanguageid = ltl.elementid and (ll.language + '_' + ll.country) = lk.keyid AND ltl.isdeleted = 0]
    out 09 2009 14:05:22, 924 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 924 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281)-ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select lk.value as displayname, ll.localelanguageid as elementid localelanguages ll, localekeys lk where ll.usage = 1 AND lk.localelanguageid = 1 AND lk.localevariantid = 1 AND ('_', ll.language + ll.country) = lk.keyid AND (ll.localelanguageid not in (select ltli.elementid in the regionalizationlibraryelements ltli where ltli.isdeleted = 0 and ltli.regionalizationlibraryid = 1))]
    out 09 2009 14:05:23, 034 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    09 Out 2009 14:05:23,034 [http--8080-4$13389826] DEBUG RegionalizationLibrary.populateBean(RegionalizationLibrary.java:210) - command[]com.taw.clients.am.regionalization.RegionalizationLibraryElement@56d6cfcom.taw.clients.am.regionalization.RegionalizationLibraryElement@130b13ccom.taw.clients.am.regionalization.RegionalizationLibraryElement@1c3e3fbcom.taw.clients.am.regionalization.RegionalizationLibraryElement@1aca5e2com.taw.clients.am.regionalization.RegionalizationLibraryElement@1be9a50com.taw.clients.am.regionalization.RegionalizationLibraryElement@8518d4
    out 09 2009 14:05:23, 143 [http - 8080-$4 13389826] RegionalizationLibrary.getLanguagesFormatter(RegionalizationLibrary.java:494) DEBUG - * new LanguagesFormatter
    out 09 2009 14:05:23, 143 [http - 8080-$4 13389826] revision DEBUG: 38.getDefinedLanguageId(ProxyLoginHandler.java:971) - regionalisation return case 1 in the list [1]
    out 09 2009 14:05:23, 159 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [SELECT jrelibraryid, name, description, version, classid, cabdownloadurl, type, defaultjre, sequence, isdeleted FROM jreslibrary WHERE isdeleted = 0 ORDER BY ASC order]
    out 09 2009 14:05:23, 159 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    2009 09 14:05:23, DEBUG 174 [http - 8080-$4 13389826] UserConfiguration [revision: 20].load(UserConfiguration.java:101) - User Configuration load
    out 09 2009 14:05:23, 252 [http - 8080-$4 13389826] ERROR UserConfiguration [revision: 20].load(UserConfiguration.java:232) - error loading database information
    java.lang.NullPointerException
    at com.taw.database.DatabaseService.pingDB(DatabaseService.java:69)
    at com.taw.database.DatabaseService.isConnectionError(DatabaseService.java:101)
    at com.taw.database.DatabaseConnections.executeQueryPrepared(DatabaseConnections.java:214)
    at com.taw.database.DatabaseConnections.executeQueryPrepared(DatabaseConnections.java:182)
    at com.taw.database.DatabaseServices.executeQueryPreparedStatement(DatabaseServices.java:129)
    at com.taw.clients.objects.agent.UserConfiguration.load(UserConfiguration.java:141)
    at com.taw.web.security.UserAuthentication.load(UserAuthentication.java:404)
    at com.taw.web.ProxyLoginHandler.authenticate(ProxyLoginHandler.java:227)
    at com.taw.web.ProxyLoginHandler.doPost(ProxyLoginHandler.java:126)
    at com.taw.web.ProxyLoginHandler.service(ProxyLoginHandler.java:89)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:91)
    at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
    at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
    at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:265)
    at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:273)
    at com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
    to com.caucho.util.ThreadPool$ Item.runTasks (ThreadPool.java:743)
    to com.caucho.util.ThreadPool$ Item.run (ThreadPool.java:662)
    at java.lang.Thread.run(Thread.java:619)
    2009 09 14:05:23, 362 [http - 8080-$4 13389826] INFO UserAuthentication [revision: 23].load(UserAuthentication.java:405) -.

    loading of the user

    Edited by: user10089112 09/10/2009 13:27

    Edited by: user10089112 09/10/2009 13:29

    It can be two problems:
    1 error then dabase population (Analize setup of the population of the database logs) GOLD direct login to databases and to analyze the USERS cca admin schema table. If the user netadmin record exists?
    2. you set up bad jdbc have resources or enter wrong parameters to the Web.XML file TAW - general.war.

    This is part of the example in the Web.XML for the Oracle database:


    databasePlatform
    Oracle


    databaseDatasource
    cca_ds


    databaseUser
    cc812


    databasePassword
    password



    class databaseSchema
    CCAADMIN


    databaseDatasourceReadOnly

    cca_ds


    databaseUserReadOnly
    ROCC


    databasePasswordReadOnly
    password


    databaseSchemaReadOnly
    CCAADMIN

    Replace "BOLD" with your values and redeploy the application TAW.

    Jon.

  • ORA-01722: invalid number calculation error during the treatment.

    My version of the APEX is Application Express 4.2.6.00.03

    I imported apex application 4.0.2 and his object of decision-making support in my apex.

    Its installed successfully.

    But when I try to run this application it show me this error:

    ORA-01722: invalid number calculation error during the treatment.

    Thank you guys for your help.

    I found the solution.

    There was a problem in the authentication scheme.

    I called function as return function_name in 4.0.2

    but in the Apex 4.2.6 to call a function word return is not necessary.

    He was throwing the error caused that Word back.

  • Does anyone know what to do when you get the message "an unknown authentication error occurred with the help of a yourAdobeID. (SHARED_UNKNOWN_ERROR:80) » ?

    No one knows what to do when you get the message "an unknown authentication error occurred with your AdobeID. (SHARED_UNKNOWN_ERROR:80) » ?

    I have been successfully using the system for 10 months and all of a sudden I get this message.

    Hi Robert,.

    Please try the following steps: -.

    (1) sign of muse helps--> disconnection.

    (2) close all Adobe applications.

    (3) sign of creative cloud application by developing the right gear as a symbol.

    Then choose Preferences--> account--> disconnection.

    (4) sign at the rear to cloud creative app.

    (5) raise Muse and try again the publishing site.

    Kind regards

    Neha

  • REST on ADR 2.0.8 and DB 12.1.0.2 access PDB returns invalid username / password

    Yesterday, I upgraded my database at 12.1.0.2.

    Then I removed the APEX of the database of the container and (re) installed in a PDB (called apex42) file.

    Downloaded and configured ADR 2.0.8.

    APEX now works fine. Great!

    Now, I want to use the REST stuff yet. So I ran the apex_rest_config.sql - that creates the users APEX_REST_PUBLIC_USER and APEX_LISTENER. I checked that I can connect using SQLPlus with these users and passwords. ADR ran config to store passwords in XML files.

    But this REST services testing returns (after lighting debug):

    Error in the evaluation of the model of resource: GET/HR /, SQL error Code: 1 017, SQL Error Message: ORA-01017: name of user and password invalid. connection refused

    Ask the path passes the validation of syntax

    Application of mapping to the database pool: PoolMap [_failed = false, _lastUpdate = 1407103200000, _pattern = / demo / _poolName = apex, _regex = null, _type = BASE_PATH, _workspaceIdentifier = DEMO, _serviceName = null]

    Applied database connection information

    Try to deal with the PL/SQL gateway

    Not treated as a request of the PL/SQL gateway

    Try to treat as a RESTful Service

    HR/employee/match: hr/employees/score: 0

    Choose: oracle.dbtools.rt.resource.templates.jdbc.JDBCResourceTemplateDispatcher as a current candidate with score: Score [handle = JDBCURITemplate [scopeId = null, templateId = 3177324644782361 | 3177909187782428, uriTemplate = HR / /], score = 0, range = SecurityConfig [constraint = none, realm = NONE, logonConfig = NONE], originsAllowed = [,], corsEnabled = true]

    Determine if the request can be sent as a RESTful Service occupied

    The request path has a path segment, continue the treatment

    Tenant main already established, cannot send

    At selected oracle.dbtools.rt.resource.templates.jdbc.JDBCResourceTemplateDispatcher as the final candidate score: Score [handle = JDBCURITemplate [scopeId = null, templateId = 3177324644782361 | 3177909187782428, uriTemplate = HR / /], score = 0, range = SecurityConfig [constraint = none, realm = NONE, logonConfig = NONE], originsAllowed = [,], corsEnabled = true] for: GET/HR.

    HR / / is a public resource

    Using the generator: oracle.dbtools.rt.json.query.JSONQueryGenerator

    JDBC query as: DEMO

    Error model of resource assessment: ORA-01017: name of user and password invalid. connection refused

    These are the "db" - entered into the file defaults.xml.

    < key = "db.hostname entry" > localhost < / entry >

    < key = "db.password entry" > @05D44DA435E3E78677DDE9C471942412B5 < / entry >

    < key = "enter db.port" > 1522 < / entry >

    < key = "db.servicename entry" > apex42 < / entry >

    contents of the apex_rt.xml file:

    < key = "db.password entry" > @05ED7A07BBB7570F17EA7258C03F13673C < / entry >

    < key = "db.username entry" > APEX_REST_PUBLIC_USER < / entry >

    My hypothesis is that the service REST tries to connect to the CBD and not the PDB--but this assumption may be false...

    What I could do to get this race?

    The solution seems simple and strange at the same time...: when I click on the link "Reset the sample data" in the page Services RESTful, REST demo services like mine are working again. Do not know what is happening behind the scenes, but it seems more than I expected...

    Recreate as a service seems to help as well...

  • get ORA-01017 on step 1 to configure MW

    I know that this issue has been addressed before, but there is a subtle difference.

    I work through a 11.5.10 R12 upgrade and click on this issue:
    =================
    And verify that the distance EOF_HOME is only a directory name, and not a trace...
    ERROR:
    ORA-01017: name of user and password invalid. connection refused


    SP2-0640: not connected
    SP2-0670: internal number conversion failed
    =================

    I'm on 2.18 and it comes to the race 3 attempts, the first 2 runs failed both times with questions of my own making but this step completed successfully.

    The third race through it gives this error twice, then it locks the account MW.

    I can connect to sqlplus as system and reset the account and reset once I can also connect to sqlplus as account with the original password, with what I put up MW.

    Is it possible to let the automated scripts to find out what the users MW password is again?

    Thank you

    Simon

    What is the first character of the password that you use for MW - if it is a number from 0-9, it will fail to successfully install.

    Please upload the log file mw_install_0910211411.log - your date and time stamp will be different

  • Move the partition of the table and get ORA-14006: invalid partition name

    I'm using oracle 11.2.0.4 and I am trying to move a partitioned table to one tablespace to another.  I checked may times and I have the correct table name and the name of the partition.  However, I get the error ora-14006.

    Can see everything what could be the problem?

    SQL > ALTER TABLE GWPROD. QRY_TES_ROLLINGCUREDITS MOVE PARTITION 201112 TABLESPACE GW_PROD_T2 PARALLEL (DEGREE 4) NOLOGGING;

    ALTER TABLE GWPROD. QRY_TES_ROLLINGCUREDITS MOVE PARTITION TABLESPACE GW_PROD_T2 PARALLEL (DEGREE 4) NOLOGGING 201112

    *

    ERROR on line 1:

    ORA-14006: invalid partition name

    Thanks in advance.

    Names that begin with numbers are not legal partition names. A fool created by placing them between double quotes. You will need to do the same.

  • I can't get mail and news groups to appear only a specific folder

    When I registered Thunderbird tonight I usually see the folder mail and news groups. Unfortunately, only a specific folder opens and I'm unable to click the windows tab and select this option. I restarted. Close Thunderbird and it does not work. Strange thing is that it works fine on my old old PC home computer. It's my Mac laptop which is problematic. Can you please help? I have important files that I need access ASAP.

    Hello

    To better help you with your question, please provide us with a screenshot. If you need help to create a screenshot, please see How to make a screenshot of my problem?

    Once you have done so, attach the file to screen shot saved to your post on the forum by clicking on the button Browse... under the box to post your reply . This will help us to visualize the problem.

    Thank you!

  • Cannot install the collector emptying using VC integration option - username / password error

    Hi all

    «"" I'm trying to install collector Dump on the VC server or if I try to install on another server, when I choose the option for built-in VC it returns an error "" "" connection failed due to bad username and password»»»

    Snapshot attached

    I tried to change my password to less complex with special characters, but no go. I know that networking is fine because I am able to connect to my server from virtual center using Windows UNC path i.e. \\virtualcenterserver\c$

    This will come. Any Suggestions on why it returns this error. I use 5.5

    dump collector.PNG

    Thank you

    Vaibhav

    Hello

    When I installed it in the past, I used the:

    [email protected]

    SINGLE sign-on master account for this installation (because I knew that it was higher privilege and I was in a lab).

    Maybe give this user account a try? (admin@system-domain - if you are in 5.1).

  • ORA-29280: invalid directory path error

    I use the code below in the Unix system to generate the data in XML format. But get the error ORA-29280.
    I tried to use create order directory in vain because I don't have DBA privileges to create directories.

    *******************************
    SET SERVEROUTPUT ON
    DECLARE
    v_ctx DBMS_XMLGen.ctxHandle;
    v_file Utl_File.File_Type;
    v_xml CLOB.
    v_more BOOLEAN: = TRUE;
    BEGIN
    -Create the XML context.
    v_ctx: = DBMS_XMLGen.newContext ("SELECT table_name, nom_tablespace FROM user_tables WHERE rownum < 6'");

    -Set the settings to change the names of default tag lines and line and case-sensitive by default.
    DBMS_XMLGen.setRowsetTag (v_ctx, 'USER_TABLES');
    DBMS_XMLGen.setRowTag (v_ctx, 'TABLE');
    -DBMS_XMLGen.setTagCase (v_ctx, DBMS_XMLGen.LOWER_CASE);

    -Add stylesheet XSL IE specfic reference so browser can transform the file.
    -DBMS_XMLGen.setStylesheetHeader (v_ctx, 'C:\Development\XML\IEStyle.xsl', ' text/xsl');

    -Create the XML document.
    v_xml: = DBMS_XMLGen.GetXML (v_ctx);
    DBMS_XMLGen.closeContext (v_ctx);

    -Document XML output to the file.
    v_file: = Utl_File.FOpen ("/ xxx/yyy/zzz ', 'test1.xml', 'w'");
    While v_more LOOP
    Utl_File.put (v_file, Substr (v_xml, 1, 32767));
    IF Length (v_xml) > 32767 THEN
    v_xml: = Substr (v_xml, 32768).
    ON THE OTHER
    v_more: = FALSE;
    END IF;
    END LOOP;
    Utl_File.FClose (v_file);

    EXCEPTION
    WHILE OTHERS THEN
    DBMS_OUTPUT. Put_line (substr (SQLERRM, 1, 255));
    Utl_File.FClose (v_file);
    END;
    /
    ***********************************************

    Please help me solve this problem.

    Or, please let me know other the best way to generate XML from Oracle 9i DB.

    Appreciate your help.

    Thank you
    Vikram

    Use an account with DBA privileges to CREATE a DIRECTORY, or have a DBA on the DB create for you.

    You can also generate XML via XMLElement, XMLForest, XMLAgg, etc. in a SQL statement, or via the xmldom package and at least another option in 9i that does not come to mind right now.

Maybe you are looking for

  • I want to get rid of tiles and restore my taskbar like it was before

    When I opened Firefox today my normal task bar disappeared and I get these new tiles. I want to restore Firefox in that I've always had. Thank you

  • NB10T-A-10V - where can I buy one?

    Hello Went to the site Tosh to decide on my new laptop. After a lot of messing around concluded that I wanted (want to) buy a NB10T-A-10V. May not know where to buy a property! Could not find one anywhere outside a cup of those refurbished on Amazon.

  • IMAC being run on 10.6.8. but what are the upgrade options

    I have growing issues with 10.6.8 running for example music controller Sonos, Safari with Google browser compatibility, etc. My iMAC10.1 has Intel Core 2 Duo processor running at 3.06 GHz with 3 MB of L2 Cache and 2 * 2 GB of DDR3 memory So I need to

  • Original K920 - Notification center LINE stopped

    Hello!I have a problem with my K920 Vibe Z2 pro.It is a Version of the original LINE (not ROM) and is used in Germany.Whenever my power level reaches 15%, my notification Center stops.I really searched around on Google and only found people having th

  • My system idle process is high all the time... 90-99%, why?

    I tried to understand it on my own but need that now helps your experts out there. I did one thing that helped, and then the next day the problem resurfaced. I followed these instruction.that worked for a single session on my computer, I've been succ