Unable to connect to SYS

Hi all,
i am suddenly not able to connect to SYS ... I am being able to connect SYSTEM though and am also being able to do this
SQL> conn system
Enter password: ******
Connected.
SQL> alter user sys identified by sys;
User altered.
SQL> conn sys/sys as sysdba;
ERROR:
ORA-01031: insufficient privileges
Warning: You are no longer connected to ORACLE.
SQL>
Please advice

ok now i am getting this..
SQL> conn sys/sys as sysdba
ERROR:
ORA-12560: TNS:protocol adapter error
SQL> conn scott/tiger
ERROR:
ORA-12560: TNS:protocol adapter error
after
D:\oracle\product\10.1.0\db_1\BIN>orapwd file=orapworcl password=sys entries=20
force=y
D:\oracle\product\10.1.0\db_1\BIN>sqlplusw /nolog
my tnsnames.ora looks like this..
orcl =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.28.51.70)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
I have also commented the sqlnet.ora #SQLNET.AUTHENTICATION_SERVICES= (NTS)
and i've got a sqlnet.log file in BIN that has following error message
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleTEST)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=d:\oracle\product\10.1.0\db_1\bin\sqlplus.exe)(HOST=PC081)(USER=xyz))))
Please advice..

Similar Messages

  • INS0009: Unable to connect to the database with user SYS

    Hi all,
    I'm trying to create an OWB repository with OWB repository assistant (10.2.0.2.) on a 10.2.0.1. database (windows XP platform). I get the following error every time I fill in the connect info for the SYS user:
    INS0009: Unable to connect to the database with user SYS. java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    I can connect to the database (sqlplus sys/<password>@orcl as sysdba) and the OS user is in the ora_dba group. Also checked the database parameters remote_login_passwordfile (= EXCLUSIVE) and O7_DICTIONARY_ACCESSIBILITY=TRUE.
    Does anyone know what the problem is? Any help is appreciated.
    Regards,
    Quinten

    Ok I found the problem myself, I used the wrong sys password :-(. I thought the password I used to logon in sqlplus was right (sqlplus sys/<password>@orcl as sysdba) but the password doesn't matter when you logon as sysdba! So I altered the password for the user sys and now I can continue the steps of the repository assistant.
    Quinten

  • Unable to connect using connect string in linus using sys user in Linux

    Hi,
    I am facing problem in using connect string while connecting as sys user in Linux OS
    For example:
    When I am connecting as
    sys/sysoracle as sysdba its getting connected.
    But when I am providing the connect string such as sys/sysoracle@TEST as sysdba its showing with error as:
    ORA-12505: TNS :listener does not currently know of SID in connect descriptor
    Any help will be benefitial for me
    Thanks and Regards

    >
    ORA-12505:
    TNS:listener does not currently know of SID given in connect descriptor
    Cause:     The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a SID for an instance (usually a database instance) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:     
    - Wait a moment and try to connect a second time.
    - Check which instances are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SID parameter in the connect descriptor specifies an instance known by the listener.
    - Check for an event in the listener.log file.>
    So are you sure that TEST is a right connection string that you are using and is rightly configured?
    HTH
    Aman....

  • Unable to connect to the Enterprise Manager by using SYS as sydba

    Oracle 9.2.0.4 is running on HPUx 11i machine. When I am trying to connect to Enterprise manager/sqlplus by using salplus as /sysdba, It gives me the following errore.
    ORA-01031: insufficient privileges
    If you encountr this problem, please let me know, how to solve it.
    Regards
    Sebthil

    Solution:
    I ran into the same problem. You have to first create a password file. Run
    orapwd file=<fname> password=<password> entries=<users>
    The file will usually be in the dbs by default. You may have to play with the file name. I had to make it orapwd in dbs to make it recognize correctly.
    Next you need to modify your startup parameter for your instance to use the remote_login_passwordfile='shared' or 'exclusive'
    Set it to exclusive if you have only one instance or shared if you have multiple instances. I had to use the pfile and start the instance with that. Just rename your spfile and type 'sql>create pfile from spfile' and then edit it. Set your parameter and restart your instance. The do 'sql>create spfile from pfile' to make your spfile again. Now you should be able to connect as sys remotely from sql or OEM!!!
    Doc:
    Setting REMOTE_LOGIN_ PASSWORDFILE
    In addition to creating the password file, you must also set the initialization parameter REMOTE_LOGIN_PASSWORDFILE to the appropriate value. The values recognized are described as follows:
    Value Description
    NONE
    Setting this parameter to NONE causes Oracle to behave as if the password file does not exist. That is, no privileged connections are allowed over non-secure connections. NONE is the default value for this parameter.
    EXCLUSIVE
    An EXCLUSIVE password file can be used with only one database. Only an EXCLUSIVE file can contain the names of users other than SYS. Using an EXCLUSIVE password file allows you to grant SYSDBA and SYSOPER system privileges to individual users and have them connect as themselves.
    SHARED
    A SHARED password file can be used by multiple databases. However, the only user recognized by a SHARED password file is SYS. You cannot add users to a SHARED password file. All users needing SYSDBA or SYSOPER system privileges must connect using the same name, SYS, and password. This option is useful if you have a single DBA administering multiple databases.

  • Unable to connect SQL Developer 4.0.2 to Oracle REST Data Services 2.0.7 (Apex Listener)

    Background
    1. Weblogic 10.3.6.0 running on Oracle Linux 6.5 with Oracle JRockit(R) (build R28.2.3-13-149708-1.6.0_31-20120327-1523-linux-x86_64, compiled mode)
    2. Oracle Apex 4.2.1
    3. Apex Listener 1.1.3
    4. Apex and Apex Listener running on the Weblogic box above
    5. SQL Developer 4.0.2 running on Windows 7 64 bit / Java 1.7.0_55
    Updated Apex to 4.2.5 via p17966818_425_Generic.zip patchset. Apex environment running fine as do all applications via Listener 1.1.3
    Updated Oracle Listener to the latest version of Oracle REST Data Services 2.0.7
    Current Status
    Apex Applications and RESTful services are running fine.
    Problem
    Unable to connect SQL Developer 4.0.2 to Oracle REST Data Services 2.0.7
    Error message in SQL Developer - Cannot connect to DEV. HTTP/1.1 403 Target service not allowed
    Additional Information
    Steps followed -
    1. The oracle users APEX_LISTENER and APEX_REST_PUBLIC_USER did not exist, so I ran apex_rest_config.sql from the APEX 2.4.1 patchset whilst connected sys as sysdba and provided the same password as APEX_PUBLIC_USER for both users.
    2. I also ran
    grant insert, delete on APEX_040200.wwv_flow_rt$privilege_groups to APEX_LISTENER;
    alter session set current_schema = APEX_LISTENER;
    create or replace synonym wwv_flow_rt$privilege_groups for APEX_040200.wwv_flow_rt$privilege_groups;
    as per Oracle SQL Developer User's Guide Release 4.0
    3. copied ords.war to apex.war
    4. java -jar apex.war configdir /u01/app/oracle/admin/apex/devdomain1/
    5. java -jar apex.war
    Jun 5, 2014 5:15:31 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /u01/app/oracle/admin/apex/devdomain1/apex
    Enter the name of the database server [localhost]:dbservername
    Enter the database listen port [1521]:
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:1
    Enter the database service name:dbservicename
    Enter the database user name [APEX_PUBLIC_USER]:
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:2
    Jun 5, 2014 5:16:52 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: defaults, apex, apex_al, apex_rt
    Enter 1 if you wish to start in standalone mode or 2 to exit [1]:2
    6. java -jar apex.war user adminlistener "Listener Administrator"
    Jun 5, 2014 5:18:52 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /u01/app/oracle/admin/apex/devdomain1/apex
    Enter a password for user adminlistener:
    Confirm password for user adminlistener:
    Jun 6, 2014 5:19:12 PM AM oracle.dbtools.standalone.ModifyUser execute
    INFO: Created user: adminlistener in file: /u01/app/oracle/admin/apex/devdomain1/apex/credentials
    7. Updated the defaults.xml file
    Added
    <entry key="apex.security.user.roles">RESTful Services</entry>
    <entry key="apex.security.developer.roles">OAuth2 Client Developer, SQL Developer</entry>
    as per Oracle SQL Developer User's Guide Release 4.0
    Changed
    <entry key="debug.printDebugToScreen">false</entry>
    to
    <entry key="debug.printDebugToScreen">true</entry>
    for RESTful debugging
    Added
    <entry key="security.verifySSL">false</entry>
    to use OAuth2 in Non HTTPS Environment as per Oracle® REST Data Services Installation and Configuration Guide, Release 2.0
    8. Deleted the Admin and Manager Roles within the apex application deployment which were part of the Apex Listener 1.1.3 install
    9. Deployed the apex.war in weblogic
    10. Stopped and started the weblogic server to which apex.war was deployed
    11. In SQL Developer, View, RESTful Services. In the RESTful services windows hit connect, Create a new connection,
    Connection Name DEV
    Username adminlistener
    selected http protocol
    Hostname weblogicservername
    Port 7250
    Server Path /apex
    Workspace (blank)
    On the Authentication dialog
    Username adminlistener
    Password passwordsuppliedabove in step 6
    Response is a dialog box titled Authentication Failed
    message - Cannot connect to DEV. HTTP/1.1 403 Target service not allowed
    NOTHING UNUSUAL IN ANY OF THE WEBLOGIC LOG FILES, EXCEPT THAT IT STATES
    'Oracle REST Data Services version : 2.0.6.27.18.06' when I've installed 2.0.7.
    Any help much appreciated

    Further to the above post, I thought I'd simplify my Apex Listener install just to see if I can connect to it via SQL Developer
    So downloaded the latest version 2.0.8 and decided to configure and run the Listener on my pc whilst still connecting to the same database.
    Operating system : Window 7 Pro 64 bit
    Oracle Apex Listener 2.0.8
    Java(TM) SE Runtime Environment (build 1.7.0_25-b17)
    Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
    Went through the configuration as above, once started I tried again to access the listener via SQL Developer. This time I received this output from the listener:
    INFO: Error: ORA-02291: integrity constraint (APEX_040200.WWV_FLOW_RT$APPROVALS_SGID_FK) violated - parent key not found, occurred during execution of: [CALL, insert into wwv_flow_rt$approvals (user_name,status,client_id,security_group_id,created_by,created_on,updated_by,updated_on) values(/*in:user_id*/?,/*in:status*/?,/*in:client_id*/?,/*in:tenant_id*/?,upper(/*in:user_id*/?),/*in:created*/?,upper(/*in:user_id*/?),/*in:created*/?), [tenant_id, in, class java.math.BigInteger], [client_id, in, class java.math.BigInteger], [user_id, in, class java.lang.String], [status, in, class oracle.dbtools.rt.oauth.ApprovalRequest$Status], [created, in, class java.sql.Timestamp]]with values: [adminlistener, APPROVED, 3858401374580004, -1, adminlistener, 2014-06-23 12:19:18.785, adminlistener, 2014-06-23 12:19:18.785]
    SQL Developer responded with an Authentication Failed titled dialog with the following displayed in the body of the dialog
    Cannot connect to DEV.
    <!DOCTYPE html>
    <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
    <!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
    <!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
    <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!-->
    <html>
    <!--<![endif]-->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <style type="text/css" media="screen">html,body,div,span,h3,p,ol,ul,li,header,hgroup{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}header,hgroup{display:block}body{font:normal 12px/16px Arial,sans-serif;margin:0 auto;background:#6a9cda}header#xHeader{border-bottom:1px solid #8fa4c0;position:relative;z-index:10;background:none #000}header#xHeader hgroup{width:974px;margin:0 auto;position:relative;height:36px;background:none #000}header#xHeader a#uLogo{margin:8px 0;display:inline-block;font:bold 14px/20px Arial,sans-serif;color:#AAA;text-decoration:none}header#xHeader a#uLogo span.logo{color:#F00}.no-css3 div#xContentContainer div.xContent{padding-top:14px}.no-css3 div#xContentContainer div.xContent div.xMainLeft h2{margin-top:0}div#xWhiteContentContainer{margin-bottom:30px}div#xWhiteContentContainer.xContentWide{background:#FFF;margin-bottom:0}div#xWhiteContentContainer.xContentWide div.xWhiteContent{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}div#xWhiteContentContainer div.xWhiteContent{width:974px;margin:0 auto;padding:0 0 20px 0;background:#FFF;min-height:500px;-moz-border-radius:0 4px 4px 4px;-webkit-border-radius:0 4px 4px 4px;border-radius:0 4px 4px 4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15)}div#xContentHeaderContainer{background:#6a9cda;-moz-box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset}div#xContentHeaderContainer div.xContentHeader{width:974px;margin:0 auto;padding:30px 0 32px 0;position:relative;min-height:60px}div#xContentHeaderContainer div.xContentHeader h3{font:bold 24px/24px Arial,sans-serif;color:#fff;text-shadow:0 2px 1px rgba(0,0,0,0.25);margin:0 0 20px 0}div#xFooterContainer{min-height:200px;border-top:1px solid rgba(0,0,0,0.15);background:#6a9cda}body.errorPage div#xContentHeaderContainer div.xContentHeader{min-height:30px}body.errorPage div#xContentHeaderContainer div.xContentHeader h3{font:bold 30px/30px Arial,sans-serif;color:#FFF;text-shadow:0 1px 2px rgba(0,0,0,0.25);margin:0}div.errorPage p{font:normal 14px/20px Arial,sans-seri;color:#666;padding:0 0 10px 0}div.errorPage ul{list-style:disc outside;padding:0 10px 0;margin:0 0 20px 0}div.errorPage ul li{font:normal 12px/16px Arial,sans-serif;color:#666;margin:0 0 8px 10px}pre{font-family:Consolas,"Lucida Console","Courier New",Courier,monospace}
    </style>
    <script type="text/javascript" charset="utf-8">
      'header hgroup'.replace(/\w+/g,
      function(n) {
      document.createElement(n)
    </script>
    <title>Internal Server Error</title>
    </head>
    <body class="errorPage">
      <header id="xHeader">
      <hgroup>
      <a id="uLogo" href="./"><span class="logo">ORACLE</span>
      REST DATA SERVICES</a>
      </hgroup>
      </header>
      <div id="xContentHeaderContainer">
      <div class="xContentHeader">
      <h3>
      <span class="statusCode">500</span> - <span
      class="statusMessage">Internal Server Error</span>
      </h3>
      </div>
      </div>
      <div id="xWhiteContentContainer" class="xContentWide">
      <div class="xWhiteContent">
      <div class="errorPage">
      <p>
      <ul class="reasons">
      </ul>
      </p>
      <p>
      <pre>Request Path passes syntax validation
    Mapping request to database pool: PoolMap [_failed=false, _lastUpdate=-1, _pattern=null, _poolName=apex, _regex=null, _type=REGEX, _workspaceIdentifier=null, _serviceName=null]
    Applied database connection info
    Attempting to process with PL&#x2F;SQL Gateway
    Not processed as PL&#x2F;SQL Gateway request
    Attempting to process as a RESTful Service
    Choosing: oracle.dbtools.rt.oauth.TokenHandler as current candidate with score: Score [handle=null, score=0, scope=SecurityConfig [constraint=secure, realm=OAUTH_CLIENT, logonConfig=NONE], originsAllowed=[], corsEnabled=true]
    Determining if request can be dispatched as a Tenanted RESTful Service
    Request path has one path segment, continuing processing
    No Tenant Principal established yet, continuing processing
    APEX_LISTENER pool exists, continuing processing
    No matching tenant found for: oauth2, cannot dispatch
    Chose oracle.dbtools.rt.oauth.TokenHandler as the final candidate with score: Score [handle=null, score=0, scope=SecurityConfig [constraint=secure, realm=OAUTH_CLIENT, logonConfig=NONE], originsAllowed=[], corsEnabled=true] for: POST oauth2&#x2F;token
    oauth2&#x2F;token authorized as: p6xycV-2QceFnFHkWyJlnA..
    </pre>
      </p>
      <p>
      <pre>WebException [statusCode=500]
      at oracle.dbtools.rt.web.WebException.webException(WebException.java:343)
      at oracle.dbtools.rt.web.WebException.internalError(WebException.java:262)
      at oracle.dbtools.rt.oauth.jdbc.JDBCOAuthDataAccess.createApproval(JDBCOAuthDataAccess.java:514)
      at oracle.dbtools.rt.oauth.jdbc.JDBCOAuthDataAccess.createApprovedRequest(JDBCOAuthDataAccess.java:181)
      at oracle.dbtools.rt.oauth.OAuthAuthorization.resourceOwnerCredentials(OAuthAuthorization.java:654)
      at oracle.dbtools.rt.oauth.OAuthAuthorization.tokenRequest(OAuthAuthorization.java:273)
      at oracle.dbtools.rt.oauth.TokenHandler.post(TokenHandler.java:44)
      at oracle.dbtools.rt.web.RequestHandler.response(RequestHandler.java:268)
      at oracle.dbtools.rt.web.RequestHandler.dispatch(RequestHandler.java:361)
      at oracle.dbtools.rt.web.RequestHandler.dispatch(RequestHandler.java:85)
      at oracle.dbtools.rt.web.RequestDispatchers.dispatch(RequestDispatchers.java:93)
      at oracle.dbtools.rt.web.ETags.checkPrecondition(ETags.java:93)
      at oracle.dbtools.rt.web.HttpEndpointBase.restfulServices(HttpEndpointBase.java:426)
      at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:164)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.doFilter(ServletAdapter.java:1059)
      at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.invokeFilterChain(ServletAdapter.java:999)
      at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.java:434)
      at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServletAdapter.java:91)
      at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.java:379)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:196)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
      at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)
      at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
      at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
      at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)
      at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
      at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
      at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
      at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
      at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
      at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
      at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
      at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
      at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
      at java.lang.Thread.run(Unknown Source)
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (APEX_040200.WWV_FLOW_RT$APPROVALS_SGID_FK) violated - parent key not found
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
      at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:505)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223)
      at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
      at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
      at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1046)
      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1336)
      at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3612)
      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3713)
      at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1378)
      at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:230)
      at oracle.ucp.jdbc.proxy.PreparedStatementProxyFactory.invoke(PreparedStatementProxyFactory.java:124)
      at com.sun.proxy.$Proxy44.execute(Unknown Source)
      at oracle.dbtools.common.jdbc.JDBCInsert.execute(JDBCInsert.java:58)
      at oracle.dbtools.rt.oauth.jdbc.JDBCOAuthDataAccess.createApproval(JDBCOAuthDataAccess.java:487)
      ... 34 more
    </pre>
      </p>
      </div>
      </div>
      </div>
      <div id="xFooterContainer">
      </div>
    </body>
    </html>
    I am assuming this must be part of the problem I am seeing this the Weblogic deployment in my original post.
    Does anyone have any suggestions on how best to tackle this?
    Regards,
    Derek

  • Unable to Connect to the database in RCU, Oracle11g XE on Laptop/Windows

    Software downloaded unzipped and installed from OTN
    OBIEE foundation 11.1.1.5
    Repository Creation Utility 11.1.1.5
    Oracle Database Express Edition 11.2
    Issues
    1. I installed Oracle 11g express edition. I am able to start/stop and run sql against the database however the homepage ("get started " accessed from Start > Programs > Oracle Database 11g XE > Get Started) does not work. This i will post in a separate thread but I am writing this anyway just in case it has some relevance.
    2, This is the one I need help with. Can you confirm that these are the parameters when I hit the "create" option in RCU because I get the error message saying I cannot connect.
    Hostname:This is the same as the hostname, when I go to cmd prompt like below
    C:>hostname<enter> That is what I am using.
    Port and Service :Can you confirm, Port = "1521" and Service = "XE". 1521 is the Database listener port when I installed Oracle 11g Database Express Edition. I am not putting the quotes in the boxes in the RCU.
    Should the service be OracleServiceXE - i have tried it but does not work.
    Anyway I get this message:
    Unable to connect to the database using the provided details.
    Please enter a valid hostname and port or check if the listener is up and running.
    Any ideas appreciated.
    By the way My lsnrctl status returns the following: (meaning the listeners are up!0
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\dir>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 13-MAR-2012 13:44
    :03
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 13-MAR-2012 10:55:11
    Uptime 0 days 2 hr. 48 min. 51 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\myspecifichostname\listene
    r\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myspecifichostname)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myspecifichostname)(PORT=8080)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Edited by: ideakat on Mar 13, 2012 1:57 PM

    Hi,
    Like Abhi said, check your tnsnames.ora file to check the port number and service name is correct or not for the Express Edition database you have installed.
    and when you are running RCU installer, Please give system adminstrator account of OracleXE like 'sys' or 'system' account with confirmed port number and service name.
    Hope this helps.
    Regards,
    Bose
    Edited by: Bose on Mar 16, 2012 11:42 AM
    Edited by: Bose on Mar 16, 2012 5:35 PM

  • Unable to Connect to SAP through SAPGUI

    Dear all,
    We have a PI 7.11 dual stac ksystem on Linux, oracle.
    we are able to connect to the server through putty, but not able to launch xmanager as it is sayign XDMCP error....
    Also unable to connect to SAP through SAP GUI
    we are getting wsaewouldblock resource temporarily unavailable
    I am connecting to servers through CISCO VPN......
    Thanks,
    Murali L.

    [root@PIPROD work]# ps -ef | grep dw
    pipadm    2042 23763  0 19:34 ?        00:00:01 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    root      8373  6880  0 19:52 pts/1    00:00:00 grep dw
    gdm      17480 17397  0 15:48 ?        00:00:00 /usr/libexec/gdmgreeter --gtk-module=gail:atk-bridge:/usr/lib64/gtk-2.0/modules/libkeymouselistener:/usr/lib64/gtk-2.0/modules/libdwellmouselistener
    pipadm   23763 23690  0 17:28 ?        00:00:00 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23777 23763  0 17:28 ?        00:00:08 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23778 23763  0 17:28 ?        00:00:05 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23781 23763  0 17:28 ?        00:00:10 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23783 23763  0 17:28 ?        00:00:04 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23786 23763  0 17:28 ?        00:00:03 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    [root@PIPROD work]# more stderr1
    (23762) New Child Process created.
    (23762) Starting local Command:
    Command:  ms.sapPIP_DVEBMGS00
               pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    [root@PIPROD work]# more stderr2
    (23763) New Child Process created.
    (23763) Starting local Command:
    Command:  dw.sapPIP_DVEBMGS00
               pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    Thu Oct 20 17:28:21 2011
    DpVmcInit: initialize vmc
    DpVmcInit: vm lib loaded
    DpVmcInit: vm linked with kernel
    DpVmcInit: vm native libs loaded
    ICM up and operational (pid: 23775) ***
    [root@PIPROD work]# more stderr3
    (23764) New Child Process created.
    (23764) Starting local Command:
    Command:  ig.sapPIP_DVEBMGS00
               -mode=profile
               pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    NiInit3: NI already initialized; param 'maxHandles' ignored (init=1;par=202;cur=2048)
    ***LOG Q0I=> NiPConnect2: 172.28.30.45:3300: connect (111: Connection refused) [nixxi.cpp 3142]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 1/sock 7
        (SI_ECONN_REFUSE/111; I4; ST; 172.28.30.45:3300) [nixxi.cpp    3142]
    [root@PIPROD work]# more dev_ms
    trc file: "dev_ms.new", trc level: 1, release: "711"
    [Thr 47613442779232] Thu Oct 20 17:28:21 2011
    [Thr 47613442779232] ms/http_max_clients = 500 -> 500
    [Thr 47613442779232] MsSSetTrcLog: trc logging active, max size = 52428800 bytes
    systemid   390 (AMD/Intel x86_64 with Linux)
    relno      7110
    patchlevel 0
    patchno    81
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    pid        23762
    [Thr 47613442779232] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 23762) [msxxserv_mt. 2174]
    [Thr 47613442779232] SigISetDefaultAction : default handling for signal SIGCHLD
    [Thr 47613442779232] load acl file = /usr/sap/PIP/SYS/global/ms_acl_info
    [Thr 47613442779232] MsGetOwnIpAddr: my host addresses are :
    [Thr 47613442779232]   1 : [172.28.30.45] PIPROD (HOSTNAME)
    [Thr 47613442779232]   2 : [127.0.0.1] localhost (LOCALHOST)
    [Thr 47613442779232] *** ERROR => NiHsLGetHostName: NiPGetHostByAddr failed (rc=-1) [nixxhsl.cpp  527]
    [Thr 47613442779232]   3 : [192.168.122.1] 192.168.122.1 (NILIST)
    [Thr 47613442779232] MsHttpInit: full qualified hostname = PIPROD
    [Thr 47613442779232] HTTP logging is switch off
    [Thr 47613442779232] set HTTP state to LISTEN
    [Thr 47613442779232] *** I listen to port sapmsPIP (3600) ***
    [Thr 47613442779232] *** I listen to internal port 3900 (3900) ***
    [Thr 47613442779232] *** HTTP port 8100 state LISTEN ***
    [Thr 47613442779232] CUSTOMER KEY: >Z2073759310<
    [Thr 47613442779232] build version=711.2009.08.31
    [Thr 47613442779232] Thu Oct 20 17:28:35 2011
    [Thr 47613442779232] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/logon_groups (403 Forbidden)
    [Thr 47613442779232] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/urlprefix (403 Forbidden)
    Edited by: Murali Lakkoju on Oct 20, 2011 4:14 PM

  • Oracle 8 - ORA -12203 error message -ORA-12203: TNS:unable to connect to destination

    dear friends..
    it 's been for long time that i have been popped up with the iterating statement at the login time "ORA-12203: TNS:unable to connect to destination " .i slept over the issue and what i have found is that sometime we are not aware that at the time if process is started or not or whether it is started automatically or automatic.i would suggest you to make it "automatic" and prior to that make it sure if the process is already started or not.
    i hope by doing this method it might help you to come out from the problem.
    thanks ..
    Harish M Tiwari
    Technical Consultant...

    You should be able to log in with
    SYSTEM/MANAGER
    SYS/CHANGE_ON_INSTALL
    You can either leave the host string blank, or use ORCL.
    Alison
    iSQL*Plus Team

  • Unable to connect to Gateway Name Server while config Siebel Server

    I installed Siebel 8.1.1.11.0 on RHEL 32-bit. I did configuration as following.
    Install 32-bit Oracle Client and config TNS.
    Install and config Gateway and Enterprise.
    Install Siebel Database.
    Use stop_ns, start_ns and list_ns to restart and ensure Gateway running.
    Run CreateSiebSrvrEnvScript to generate Env file.
    Modify /siebel/8.1.1.11.0/ses/siebsrvr/siebenv.sh. Change ODBCINI=/siebel/8.1.1.11.0/ses/gtwysrvr/sys/.odbc.ini.
    Source siebenv.sh.
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/oracle/product/11.2.0/client_1/lib
    Config Siebel Server. While enter info of Gateway, enter SADMIN as account, rhel (configed in /etc/sysconfig) as host name and port = 2320. Then it prompt "Unable to connect to the Siebel Gateway Name Server".
    Any step missing to config it?
    Thanks

    The siebenv.sh file located in the Gateway directory from a 8.1.1.11 installation doesn't have the enviromentt variable SIEBEL_UNIXUNICODE_DB, which i do have in the siebenv.sh from my 8.1.1.0 installation. Add the following line to the siebenv.sh located in the gateway directory (/siebel/8.1.1.11.0/ses/gtwysrvr in my installation):
    SIEBEL_UNIXUNICODE_DB=ORACLE; export SIEBEL_UNIXUNICODE_DB
    Be sure that this variable is set BEFORE you start the gateway and everything should work.
    PS- You also need the Oracle enviroment varibles set before you start the gateway. ORACLE_HOME should be pointing to your 32bit client.
    Cheers!

  • C028: Unable to connect to Siebel Gateway Name Server during Siebel Server

    Hi,
    I'm getting above error during Siebel Server Configuration when I run the Configuration Wizard
    C028: Unable to connect to Siebel Gateway Name
    Gateway name Server is up and running on same machine, Database Server is up and running on other machine and Application server machine can make connection to database machine through Oracle database client all Oracle net configuration entries are properly added in the Client TNSNAMES.ora file, the Siebenv.sh contain all necessary entries including ORACLE_HOME, bin path and lib32 path along with proper Oracle_sid entry and also I'm giving proper gateway name server credentials i.e of sadmin.
    Here are the logs of the gateway name server
    File Name:= NameSrvr.log
    DBCLog DBCLogError 1 000000114dc910be:0 2011-05-10 18:26:32 523 80
    GenericLog GenericError 1 000000114dc910be:0 2011-05-10 18:26:32 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: 523 80
    GenericLog GenericError 1 000000114dc910be:0 2011-05-10 18:26:32 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 000000114dc910be:0 2011-05-10 18:26:32 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 000000114dc910be:0 2011-05-10 18:26:32 530: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file number)
    SisnTcpIp SisnSockError 1 000000114dc910be:0 2011-05-10 18:26:32 530: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file number)
    File Name:- nameserver_audit.log
    Timestamp Record Type Host Name ProcId Client Name User Name Key Name Value
    2011-05-10 17:09:16 FailedLogin Siebelmachine 958544 java SADMIN
    Kindly help me in identifying where I'm making the mistake as I've configured all necessary thing needed for Allpication Server Configuration upto best of my knowledge. Your help will be highly Appriciated.
    Regards,
    Abbasi

    Abbasi,
    This error message can be related with Doc ID 751784.1, here is the workaround suggested:
    1. Stop all Siebel Enteprise components (Gateway/Siebel Server/Web Server)
    2. Copy SIEBEL_ROOT/siebsrvr/IVSE.LIC to SIEBEL_ROOT/gtwysrvr/
    3. Restart the Siebel Enterprise components
    4. Use srvrmgr to confirm a connection to the Gateway Name Server can be made without error e.g.
    srvrmgr /g gateway1 /e enterprise1 /u sadmin /p sadmin
    If successful a message such as "Connected to 1 server(s) out of a total of 1 server(s) in the enterprise" will be displayed.
    Hope it helps.
    Wilson

  • C028 unable to connect to siebel gateway name server while enterprise installation

    Dear All,
    I am getting this error while setting up an enterprise in the gateway server.The configuration wizard is failing with the error
    "C028 unable to connect to siebel gateway name server"
    Kindly request to assist, the server needs to be delivered on priority
    I checked the gateway..cfg this seems to be fine and the gateway server is up and running.
    The name server log says the following,but the username and password of sadmin is same as configured in DB
    2021 2014-09-04 15:14:20 0000-00-00 00:00:00 +0100 00000000 001 003f 0001 09 GtwyNS 19368 1081086784 /data/siebel/sia811/gtwysrvr/log/NameSrvr.log 8.1.1 [21111] ENU
    DBCLog DBCLogError 1 0000000254084ba8:0 2014-09-04 15:14:20 ㈵″㐴8쾈䃬쯌䀔꼄ࢂ쯌䀔쾨䃬ȁ䀇꼄ࢂ,
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8쾈䃬쯌䀔꼄ࢂ쯌䀔쾨䃬ȁ䀇꼄ࢂ,
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000254084ba8:0 2014-09-04 15:14:20 1089268624: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000254084ba8:0 2014-09-04 15:14:20 1089268624: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    DBCLog DBCLogError 1 0000000354084ba8:0 2014-09-04 15:14:20 ㈵″㐴8
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000354084ba8:0 2014-09-04 15:14:20 1104309136: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000354084ba8:0 2014-09-04 15:14:20 1104309136: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    DBCLog DBCLogError 1 0000000454084ba8:0 2014-09-04 15:14:31 ㈵″㐴8
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000454084ba8:0 2014-09-04 15:14:31 1104309136: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000454084ba8:0 2014-09-04 15:14:31 1104309136: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    Please let me know what else can be checked.Kindly request all to assist me because this server needs to be delivered asap.Let me know if more details is required. Please assist.I checked multiple possibilities even re configuring the gateway server :-( :-( 
    Regards,
    Pramodh

    Hi,
    i have the same problem, i want to use different schemas on db, i have the schema siebel/sadmin and other schema siebelA/sadminA, i'm installing siebel on linux redhat 6.5, and when i'm on Siebel Server Configuration and i write the user and passw sadminA/sadminA i get the error c028 C028 unable to connect to siebel gateway name server, i made the test by sqlplus using sadminA/sadminA and is ok, i made the test configuring to the schema siebel/sadmin and pass, i need to change some for siebel can work with another schema? i'm new here and i dont know if is correct to write my question here.
    Thanks in advance
    I add my gateway.cfg
    [InfraNameServer]
    EnableAuditTrail = FALSE
    [InfraSecMgr]
    SecAdptName = DBSecAdpt
    SecAdptMode = DB
    [DBSecAdpt]
    DBSecAdpt_SecAdptDllName = sscfsadb
    DataSourceName = ServerDataSrc
    DBSecAdpt_PropagateChange = TRUE
    [DataSources]
    ServerDataSrc            = Server
    LDAPSecAdpt              = LDAP
    [ServerDataSrc]
    Docked                   = TRUE
    ConnectString            = DemoEnt_DSN
    TableOwner               = SIEBELA
    DLL                      = sscdo90
    SqlStyle                 = OracleCBO
    MaxCachedCursors         = 16
    MaxCachedDataSets        = 16
    ReverseFillThreshold     = 100
    FileSystem               = /u01/app/siebel81/gtwysrvr/fs
    GatewayAddress           = awsdemo:2320
    EnterpriseServer         = DemoEnt
    CurrentSQLID             = %SQLID%
    MaxCursorSize            = -1
    PrefetchSize             = -1
    ChartServer              = localhost:8001
    ChartImageFormat         = png
    [LDAPSecAdpt]
    SecAdptDllName              = sscfldap
    ServerName                  = $(FQDNName)
    Port                        = $(Port)
    BaseDN                      = $(BaseDN)
    SharedCredentialsDN         = $(SharedCredentialsDN)
    UsernameAttributeType       = $(UsernameAttributeType)
    PasswordAttributeType       = $(PasswordAttributeType)
    CredentialsAttributeType    = $(CredentialsAttributeType)
    RolesAttributeType          = $(RolesAttributeType)
    SslDatabase                 = $(SslDatabase)
    ApplicationUser             = $(ApplicationUser)
    ApplicationPassword         = $(ApplicationPassword)
    HashDBPwd                   = $(HashDBPwd)
    PropagateChange             = $(PropagateChange)
    CRC                         = $(CRC)
    SingleSignOn                = $(SingleSignOn)
    TrustToken                  = $(TrustToken)
    UseAdapterUsername          = $(UseAdapterUsername)
    SiebelUsernameAttributeType = $(SiebelUsernameAttributeType)

  • Unable to connect to data mining server via data miner

    Hello!
    After installing Critical Patch October 2005 we receive the following error message while trying to connect to the data mining server: "Unable to connect to data mining server".
    Before installing the patch we had no problems connecting via data miner (Windows 2000 Client).
    We are running Oracle DB 10.1.0.3 on SUSE 9 Linux.
    Any help would be appreciated.
    Regards
    Alexander

    Hello Xiafang!
    Thanks for your reply.
    The query results are:
    SQL> conn sys@oraentw as sysdba
    Enter password:
    Connected.
    SQL> select comp_id, version, status from dba_registry;
    COMP_ID VERSION STATUS
    WK 10.1.0.3.0 VALID
    EM 10.1.0.3.0 VALID
    XDB 10.1.0.3.0 VALID
    AMD 10.1.0.3.0 VALID
    CONTEXT 10.1.0.3.0 VALID
    SDO 10.1.0.3.0 VALID
    ORDIM 10.1.0.3.0 VALID
    EXF 10.1.0.3.0 VALID
    OWM 10.1.0.2.0 VALID
    ODM 10.1.0.3.0 VALID
    CATALOG 10.1.0.3.0 VALID
    COMP_ID VERSION STATUS
    CATPROC 10.1.0.3.0 VALID
    JAVAVM 10.1.0.3.0 VALID
    XML 10.1.0.3.0 VALID
    CATJAVA 10.1.0.3.0 VALID
    APS 10.1.0.3.0 VALID
    XOQ 10.1.0.3.0 VALID
    17 rows selected.
    SQL> select parameter, value from v$option where parameter like '%Data Minin%';
    PARAMETER
    VALUE
    Data Mining
    TRUE
    Data Mining Scoring Engine
    FALSE
    What do you suggest to do next?
    Thanks in advance
    Alexander

  • Abap proxy unable to connect to ib

    Hi
    I am on was 620 & patch level is 0048,i am tring to work on sproxy transaction to create an abap proxy but i am getting a msg unable to connect to integration builder,so please can any one help me on what settings i need to do,we cant add any patches to our system.
    Any help would be appreciated.
    Thanks

    Dear Sriram,
    Can you do this and check it
    SM59 rfc destination to integration server
    WE21 tRFC port
    BD54 receiver sys as logical system
    SM59 RFC Dest to Sending sys from integration server
    IDX1 Port Maintenance
    IDX2 Load Metadata of IDoc
    WE20 partner profile
    WE19 IDoc o/b processing
    sm58 Testing for IDoc Transfer
    This will help you
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/33/8abf9e0ce011d7b84900047582c9f7/content.htm
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy
    /people/srinivas.gv/blog/2005/09/27/concept-of-proxy-generation
    Regards
    Agasthuri Doss

  • XE Homepage - unable to connect

    I have looked at the forum and still cannot figure out why the hompage will not show. IE says 'Page cannot be displayed'. Firefox says 'unable to connect'.
    I'm on WinXP Pro with admin rights. Never have been able to view the homepage. I cant even connect by SQL*Plus.
    Running 'net start':
    OracleServiceXE
    OracleXETNSListener
    And those are the only ones that arent normally there.
    Running 'netstat':
    Active Connections
    Proto Local Address Foreign Address State
    TCP sparebird:1114 localhost:1115 ESTABLISHED
    TCP sparebird:1115 localhost:1114 ESTABLISHED
    TCP sparebird:kpop gateway1:1025 ESTABLISHED
    TCP sparebird:1521 allomony:1539 ESTABLISHED
    TCP sparebird:1539 allomony:1521 ESTABLISHED
    TCP sparebird:1694 gateway1:5002 ESTABLISHED
    TCP sparebird:1776 gateway1:netbios-ssn TIME_WAIT
    TCP sparebird:1807 gateway2:5002 ESTABLISHED
    I see the 1521 used by the database, but I dont see 8080 for the http listener. When I start tomcat, I see 8084 up there. I've restarted twice. Stopped, then started the db several times.
    The 'lnsrctl status' returns:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 18-OCT-2006 11:11:00
    Uptime 0 days 0 hr. 41 min. 26 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sparebird)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status BLOCKED, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    I'm just trying to get the easiest development oracle database setup and it's proving to not be that easy. I dont think I have a firewall because tomcat works just fine with 'localhost:8084' as it does with '127.0.0.1:8084'. I have Norton AV.
    Could someone please help me? I appreciate it
    Thank you!

    In CloneRmanRestore.log, I get this error:
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora";
    ORACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\rmanRestoreDatafiles.sql;
    SQL> set echo off;
    TO_CHAR(SYSTIMEST
    20061018 11:31:52
    Allocating device....
    Specifying datafiles...
    Specifing datafiles...
    Restoring ...
    declare
    ERROR at line 1:
    ORA-19624: operation failed, retry possible
    ORA-19870: error reading backup piece
    C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB
    ORA-19505: failed to identify file
    "C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB"
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 5149
    ORA-06512: at line 16
    ..which calls the following script:
    In cloneDBCreation.log, I get this error:
    SQL> Create controlfile reuse set database "XE"
    2 MAXINSTANCES 8
    3 MAXLOGHISTORY 1
    4 MAXLOGFILES 16
    5 MAXLOGMEMBERS 3
    6 MAXDATAFILES 100
    7 Datafile
    8 'C:\oraclexe\oradata\XE\system.dbf',
    9 'C:\oraclexe\oradata\XE\undo.dbf',
    10 'C:\oraclexe\oradata\XE\sysaux.dbf',
    11 'C:\oraclexe\oradata\XE\users.dbf'
    12 LOGFILE
    13 GROUP 1 SIZE 51200K,
    14 GROUP 2 SIZE 51200K,
    15 RESETLOGS;
    Create controlfile reuse set database "XE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file 'C:\oraclexe\oradata\XE\system.dbf'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    In postDBCreation.log:
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    Connected.
    SQL> set echo on
    SQL> //create or replace directory DB_BACKUPS as 'C:\oraclexe\app\oracle\flash_recovery_area';
    SP2-0103: Nothing in SQL buffer to run.
    SQL> begin
    2      dbms_xdb.sethttpport('8080');
    3      dbms_xdb.setftpport('0');
    4 end;
    5 /
    dbms_xdb.sethttpport('8080');
    ERROR at line 2:
    ORA-06550: line 2, column 4:
    PLS-00201: identifier 'DBMS_XDB.SETHTTPPORT' must be declared
    ORA-06550: line 2, column 4:
    PL/SQL: Statement ignored
    ORA-06550: line 3, column 4:
    PLS-00201: identifier 'DBMS_XDB.SETFTPPORT' must be declared
    ORA-06550: line 3, column 4:
    PL/SQL: Statement ignored
    SQL> create spfile='C:\oraclexe\app\oracle\product\10.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora';
    File created.
    SQL> shutdown immediate;
    ORA-01507: database not mounted
    And in postScripts.log:
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmssml.sql;
    SP2-0310: unable to open file "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmssml.sql"
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmsclr.plb;
    SQL> DROP PUBLIC DATABASE LINK DBMS_CLRDBLINK;
    DROP PUBLIC DATABASE LINK DBMS_CLRDBLINK
    ERROR at line 1:
    ORA-01109: database not open
    That is the error I get all throughout the file.

  • Cannot connect to sys giving the database name

    Hello All,
    I cannot connect to sys user when giving the database name but with no database name I can connect.
    [oracle@ccoshs02xvdbs04 trace]$ sqlplus sys/passwdA123system@mps01dev as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 10:38:36 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Enter user-name:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    [oracle@ccoshs02xvdbs04 trace]$ sqlplus sys/passwdA123system as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 10:40:06 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter instance
    NAME TYPE VALUE
    active_instance_count integer
    cluster_database_instances integer 1
    instance_groups string
    instance_name string mps01dev
    instance_number integer 0
    instance_type string RDBMS
    open_links_per_instance integer 4
    parallel_instance_group string
    parallel_server_instances integer 1

    [oracle@ccoshs02xvdbs04 script]$ sqlplus sys/passwdA123system as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 11:19:47 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter user sys identified by passwdA123system
    2 ;
    User altered.
    SQL> connect sys/passwdA123system@mps01dev
    ERROR:
    ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
    Warning: You are no longer connected to ORACLE.
    SQL> exit
    [oracle@ccoshs02xvdbs04 script]$ sqlplus sys/passwdA123system@mps01dev as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 1 11:21:15 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    Many thanks.

Maybe you are looking for

  • Java Database Reporting

    Hi All I am doing a CS assignment and need to print some reports from an Access database. Does anybody know of some free or very cheep software that can do this? I cannot spend ridiculous money on progs like Crystal reports since this is only a schoo

  • Displaying image in email

    Hi, I developing a test application, where the flowchart is displayed and followed by some answer part. So, I wanted to display the flowchart in the email (not attaching), but displaying in some specific region. How can I do this? Please help!

  • RSS and Blogging from JSP page

    I want to have RSS feed in my JSP page and Blogging as well. Possibly with RSS I can get news and Stock quotes! Does anyone have suggestions? Where can I get more info on this?

  • Apple Script won't create new folder

    Hi all, First of all, let me explain that in no particular way I am any good with applescript. I find it confusing at the best of times. I've got a bit of code that will check to see if a new folder is created in a specific location. If a new folder

  • App Store sales

    How so I know how many Apps I have sold on the Apple store?