Oracle in NT domain not connected

Duaring installation, the Database not created. I come in
computer how in local computer not in domain NT windows, and after that the DB was installed full, and successfull.But. But now, if I come in in domain, i can't to connect - the error message is - ORA-03113: end-of-file on communication channel. I can to connect only by come into computer as local not in NT domain. How to correct this problem so DB connected under NT domain.
If anybody knows,please write the reply.

Check if some class in java.security.auth.login does what you want to do.
There's a sample in [url http://www.javaalmanac.com/egs/javax.security.auth.login/GetLogin.html ] JavaAlmanac - e508. Getting the Login Name of the Currently Logged-In User
that could be used as a starting point.

Similar Messages

  • Oracle Beehive Conferencing -- "Could not connect to the server"

    Hi,
    Customer can't connect to the Conference, while joining they get a error "Could not connect to the server". We tried "Oracle Beehive Conferencing" with at least 12 Customers only 2 were able to connect. All 10 Customer reported the same issue.
    Thank you,
    Pavan

    Ports 80/443 are open by default on all systems, 5224 is required by the Beehive Desktop conference client. If customer is trying to connect using Desktop client then they need to check if 5224 port is closed by any firewall running on the system.
    Following document got the compatible OS list and few screen shots
    http://my.oracle.com/site/pdit/BusinessOpsIT/Collab/CustomerAdvocacy/Support/UserTrainingGuides/BeehiveUTG/Conference/ConferenceWeb/index.html
    Thanks,
    Jereen

  • Oracle 11g express edition not connecting

    2 days back i installed Oracle 11g express edition. I worked good for a day and now its not getting connected
    1)when i try to get started it used to display the Oracle DataBase XE homepage. but now i have the following error message
    Firefox can't establish a connection to the server at 127.0.0.1:8080.
    2) In SQLPlus when I did
    SQL> connect sys/***** as sysdba i am getting the following error
    ERROR:
    error ORA-03113: end-of-file on communication channel
    process-id:0
    session-id:0
    serial number:0
    can somehelp. I am a student and new to oracle

    Hi,
    My OS is windows XP 32 bitOkay. Did you check the state of the Oracle Services?
    I reinstalled the software again and mySQL is working good.mySQL?! Or do you mean, you can connect using sqlplus (the database "command line")?
    http://127.0.0.1:8080/apex/f?p=4950The link is correct. Do you have any other service that might use port 8080, e.g. an Apache Tomcat, IIS, or similar?
    So, if you can connect using sqlplus (which didn't work in your first post, probably works now after reinstallation), you could open up a command line window and run
    lsnrctl statusIf you don't find an entry like the following one, your Database Listener wasn't able to bind to that port. Either you have a (rapid) changing hostname/IP-adress, no active network interface, or a port conflict.
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=yourhostname)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    {code]
    The output of that command gives you several other information that might help you find resources for debugging, e.g. the location of your *Listener Parameter File* and your *Listener Log File*. You can take a look at these to find out what's going wrong.
    -Udo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • DB installed in server in NT Domain not connected

    Hello, profy readers.
    I installed DB 8i in server. And it could be installed only if i log in computer as in local mashine. While installing in NT DOMAIN was error in creating datafiles.
    ORA-03113. After successfull installing in local mashine mode DB - all connection failed. Error the same ORA-03113.
    IP of server is given to it automatcally by DHCP Serv.
    Does anybody know how to troubleshoot this problem ?
    Real IP.

    --> I have loop back on my client machine. I am able to connect to other databases from client.It has no sense, because client is going to connect the db server. Chances are database are on other machine and in those machines's listener.ora is having correct server's ip address as HOST=SERVERNAME/SERVERIP address.
    --> By any change are you referring server side loopback?NO remote client can ever connect to listener where HOST=localhost
    DB Server & listener must have & use a route able IP#; not 127.0.0.1 (a.k.a. localhost)
    If your ip address is 127.0.0.1, no request will ever leave the machine. That IP is - by definition - a loopback. All requests to that IP come back on the machine making the request. So, just give the correct IP address of Server machine not loopback.
    Source:Re: Not able to tnsping the db instance after the db installation
    Regards
    Girish Sharma

  • Could not connect to a Oracle DataBase

    I am using WTP 2.0 and want to connect to the Oralce Database and use it as "SQL Developer" kind in eclipse. I updated the entire datatools project and when i tried to connect to the Oracle DB, it would not connect.
    I also tried to refer to the http://www.oracle.com/technology/tech/eclipse/dtp/files/gettingstarted.html , but no luck.
    Appreciate any hints...
    Connect String :
    jdbc:oracle:thin:@SFOServer:1521/DevDB
    Exception :
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:404)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
         at org.eclipse.datatools.connectivity.db.generic.JDBCConnection.createConnection(JDBCConnection.java:87)
         at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:104)
         at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53)
         at org.eclipse.datatools.connectivity.db.generic.JDBCConnectionFactory.createConnection(JDBCConnectionFactory.java:52)
         at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:77)
         at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:354)
         at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    Try replacing
    jdbc:oracle:thin:@SFOServer:1521/DevDB
    with
    jdbc:oracle:thin:@SFOServer:1521:DevDB

  • Problem adding database schema , eroor : not connected

    Thank you for reading my post
    I download the demo sample from oracle soa web site . and i am trying to follow the tutorial to
    create the database schema, to make this step complete
    I create oracle_home and oracle_SID variables (Windows OS )
    then
    I open an sqlplus session (sys/pass as sysdba) and to make sure that i am
    connected i execute
    select * from V$database ;
    it works
    then i execute :
    select * from hr.jobx
    it works file.
    it mean that i am connected to database.
    but when i execute @build.sql i get the following errors , can some one help me ?
    i should say that after i execute the @build.sql i can not execute any command because it says that SP2-0640:Not connected
    SQL> @build.sql
    old   1: DROP USER &&1 CASCADE
    new   1: DROP USER SOADEMO CASCADE
    DROP USER SOADEMO CASCADE
    ERROR at line 1:
    ORA-01918: user 'SOADEMO' does not exist
    SP2-0734: unknown command beginning "DEFAULT TA..." - rest of line ignored.
    SP2-0734: unknown command beginning "TEMPORARY ..." - rest of line ignored.
    SP2-0734: unknown command beginning "QUOTA UNLI..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create t..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create p..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create s..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create t..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning ", create v..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create s..." - rest of line ignored.
    SP2-0734: unknown command beginning ", alter se..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create t..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning ", create m..." - rest of line ignored.
    SP2-0734: unknown command beginning ", query re..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create d..." - rest of line ignored.
    SP2-0734: unknown command beginning ", create a..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning ", alter us..." - rest of line ignored.
    SP2-0734: unknown command beginning ", resumabl..." - rest of line ignored.
    SP2-0734: unknown command beginning ", ALTER AN..." - rest of line ignored.
    SP2-0734: unknown command beginning ", DROP ANY..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning ", LOCK ANY..." - rest of line ignored.
    SP2-0734: unknown command beginning ", CREATE A..." - rest of line ignored.
    SP2-0734: unknown command beginning ", SELECT A..." - rest of line ignored.
    SP2-0042: unknown command "TO &&1" - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    SP2-0734: unknown command beginning ", execute_..." - rest of line ignored.
    SP2-0042: unknown command "TO &&1" - rest of line ignored.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    drop table 'ITEMS'
    SP2-0640: Not connected
    drop table 'ADDRESS'
    SP2-0640: Not connected
    drop table 'CUSTOMER'
    SP2-0640: Not connected
    drop table 'ORDERS'
    SP2-0640: Not connected
    drop table 'PRODUCT'
    SP2-0640: Not connected
    drop table 'CUSTOMER_ADDRESS'
    SP2-0640: Not connected
    drop sequence 'EJB_SEQ_ID_GEN'
    SP2-0640: Not connected
    drop sequence 'ADDRESS_EJB_SEQ_ID_GEN'
    SP2-0640: Not connected
    drop sequence 'ORDER_SEQ_ID_GEN'
    SP2-0640: Not connected
    drop table 'SSN'
    SP2-0640: Not connected
    SP2-0640: Not connected
    create table 'ITEMS'
    SP2-0640: Not connected
    create table 'ADDRESS'
    SP2-0640: Not connected
    create table 'CUSTOMER'
    SP2-0640: Not connected
    create table 'CUSTOMER_ADDRESS'
    SP2-0640: Not connected
    create table 'ORDERS'
    SP2-0640: Not connected
    create table 'PRODUCT'
    SP2-0640: Not connected
    create primary key constraint on 'ITEMS'
    SP2-0640: Not connected
    create primary key constraint on 'ADDRESS'
    SP2-0640: Not connected
    create primary key constraint on 'CUSTOMER'
    SP2-0640: Not connected
    create primary key constraint on 'ORDERS'
    SP2-0640: Not connected
    create primary key constraint on 'PRODUCT'
    SP2-0640: Not connected
    create foreign key constraint on 'ITEMS'
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    create foreign key constraint on 'ORDERS'
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    What OBJECTS were created?
    SP2-0734: unknown command beginning ",object_na..." - rest of line ignored.
    SP2-0734: unknown command beginning "from       user..." - rest of line ignored.
    SP2-0734: unknown command beginning "order by 1..." - rest of line ignored.
    Are there any INVALID OBJECTS?
    SP2-0734: unknown command beginning ",object_na..." - rest of line ignored.
    SP2-0734: unknown command beginning "from       user..." - rest of line ignored.
    SP2-0734: unknown command beginning "where      sta..." - rest of line ignored.

    Hi
    I almost resolved the issue but i do not know whether it is a correct path that i used or not.
    i have made some changes in build.sql as follow :
    -i changed the schema name to HR , and its pass to HR_PASS
    -i comment schema creation command
    now it successfully executed.
    but i can not understand what was the problem.
    Thanks

  • While running adgendbc.sh during autoconfig it shows not connected toORACLE

    adgendbc.sh started at Sun Aug 7 16:13:46 IST 2011
    SQL*Plus: Release 10.1.0.5.0 - Production on Sun Aug 7 16:13:46 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    We are not able to run autoconfig on apps Tier

    Hi,
    We are getting following error in alert log file.
    ORA-07445: exception encountered: core dump [kopxccc()+92] [SIGSEGV] [Address not mapped to object] [0x000000062] [] []
    We are able to connect in database from application side.
    Detail of adconfig log file
    adgendbc.sh started at Sun Aug 7 16:13:46 IST 2011
    SQL*Plus: Release 10.1.0.5.0 - Production on Sun Aug 7 16:13:46 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    SP2-0359: memory exhausted
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Params=fnd_jdbc_buffer_min=1
    fnd_jdbc_buffer_max=5
    fnd_jdbc_buffer_decay_interval=300
    fnd_jdbc_buffer_decay_size=5
    fnd_jdbc_usable_check=false
    fnd_jdbc_context_check=true
    fnd_jdbc_plsql_reset=false
    Unique constraint error (00001) is OK if key already exists
    Application server ID already exists for this host - loading..
    ADD executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Trying to update information ...
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating parameters: fnd_jdbc_buffer_min=1 fnd_jdbc_buffer_max=5 fnd_jdbc_buffer_decay_interval=300
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating parameters: fnd_jdbc_buffer_decay_size=5 fnd_jdbc_usable_check=false fnd_jdbc_context_check=true
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating parameters: fnd_jdbc_plsql_reset=false
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating Server Security Authentication
    java.sql.SQLException: Io exception: Invalid number format for port number
    Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
    Updating Server Security Authentication failed with exit code 1
    adgendbc.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    Trying to update information ...
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating parameters: fnd_jdbc_buffer_min=1 fnd_jdbc_buffer_max=5 fnd_jdbc_buffer_decay_interval=300
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating parameters: fnd_jdbc_buffer_decay_size=5 fnd_jdbc_usable_check=false fnd_jdbc_context_check=true
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating parameters: fnd_jdbc_plsql_reset=false
    Changed GUEST_USER_PWD to GUEST/ORACLE
    UPDATE executed successfully - /u05/prod/apps/apps/prod_stl-replication/appl/fnd/12.0.0/secure/PROD.dbc
    Updating Server Security Authentication
    java.sql.SQLException: Io exception: Invalid number format for port number
    Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
    Updating Server Security Authentication failed with exit code 1
    adgendbc.sh exiting with status 1

  • How to Reset Password of User while not connected to Domain using Local Admin Account

    How to Reset Password of User while not connected to the Domain using Local Admin Account
    (I have the use of a local admin account), and I want to help a user reset their password who has logged in the PC and had their credentials cached, but forgot this password. 
    In Local Admin Account :
    When I go to Control Panel, users, users, manager user ; I cannot see any users in this window except the local admin account, and, so I cannot reset a user password this way.
    When I go to lusrmgr.msc, then users ; the local admin account will display only. 
    If I go to command prompt and type "net user", this will not display any users who have logged in to the computer, and so I cannot use "net user" to reset a password.
    I don't want to use any disks, 3rd party programs, or create a VPN connection to the domain.  I just want to help a user who calls in and forgets their password.

    Hello Keith,
    I know this is an old thread but I'm trying to better understand how I could change the domain password while not on the network. What I'm getting from your post is that you:
    1. Create a local user account (not a domain user)
    2. Login with that local user account
    3. Connect to the VPN while logged in as a local user
    4. Log out of the local account and login with the domain credentials
    Now, my question is based on the assumption that the password created on the local account is the same password that one will use to login to the domain account? Also, is the local user account the same as the domain account?
    Thanking you in advance!

  • Connect to Oracle Discoverer window does not appear

    Hi,
    The Web based Oracle Discoverer 4i does not work properly on my system. I first connect my Microsoft IE to the URL. One the URL there is magnifier icon. Under this icon there is a lable of "Click the image above to start".
    I click this icon and another window pup up. The top left corner of this window shows "Oracle Discoverer" title. Under this title bar are the menu items. The menu items are File,Edit,Sheet,tools, Graph & Help from left to right. The bottom left corner shows "Loading...". But the "Connect to Oracle Discoverer" window never pups up.
    If I connect my browser to another URL I can get "Connect to Oracle Discoverer " window displayed and log into database.
    What is wrong with my first server?
    Thanks for help.
    Wallace

    I'm only guessing, but I've had similar problems in a few cases with the Microsoft Java Virtual Machine. Try getting Discoverer to run with a different JVM, like Oracle Jinitiator.

  • Error: ORA-03114: not connected to ORACLE

    While executing the database creation at the middle it is asking for password even if i give password (first attempt ) or empty enter (Last attempt)i'm unable to connect the database.
    Password for DBSNMP user:
    null [ORA-03114: not connected to ORACLE
    Thanks!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    in my lsnrctl i am unable to see the database
    H:\lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 01-FEB-2013 19:10:31
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                01-FEB-2013 19:01:09
    Uptime                    0 days 0 hr. 9 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\listener.ora
    Listener Log File         e:\app\username\diag\tnslsnr\mysystem\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)))
    Services Summary...
    Service "orcl" has 1 instance(s).
      Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Service "First" has 1 instance(s).
      Instance "First", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyi am able to see the all the database which running under this instances
    After that i pingged the database
    H:\>tnsping First
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 01-FEB-2013 19:13:47
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    C:\Oracle\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost
    )(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = FIRST)))
    OK (30 msec)where as in tnsping Last i am able to see the database
    H:\>tnsping Last
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 01-FEB-2013 19:13:47
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    C:\Oracle\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost
    )(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = LAST)))
    OK (30 msec)Last database is in oracleserviceLast
    What is wrong with the process.

  • OBIEE 11g not connect the Oracle database

    Hi All,
    We installed 11.1.1.6.0 version on Linux 64 bit it works fine after some reason we delete that one and re install on same Linux box,we place old catalog and rpd.
    But when you login all reports is showing errors bellow
    In log file..........
    [nQSError: 43119] Query Failed:
    [2013-10-19T19:47:24.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 24cef0e6e960bda3:-7f74eefb:141d239504e:-8000-0000000000000d97] [tid: 44b5a940]  [nQSError: 17014] Could not connect to Oracle database. [[
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 43119] Query Failed:
    [nQSError: 43113] Message returned from OBIS.
    In report level
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    Pls help thanks in advance.

    There are 2 places you need to keep TNS names.ora file for OBIEE to connect.
    1. Oracle client which is in your machine
    2. OBIEEhome>Oracle_BI1\network\admin
    I'm sure you would have it in your oracle client. Copy paste the same TNS names in this path too.
    Then open rpd and right click on any table in physical layer and click view data. You should see the results.
    if this doesn't work check your credentials.
    mark if this helps

  • MDM not connecting to Oracle.

    HI Everyone,
    MDM 7.1 SP06 with Oralce 11g on Windows Server 2008 R2 Environment
    Recently we have moved our MDM server from one location to another location (i.e) data center shift.
    After this move, we were not able to connect MDM, this issue has been fixed 1 month back by changing new public in tnsnames .ora.  After that it was working fine.
    Just 1 week back i have restarted the (server) host after that i am not able to connect MDM to Oracle Database.
    Kindly note after the restart the problem starts, that means when i entered new public IP in tnsnames.ora that time i didnt restart and just week back i restarted the server so that problem starts.
    So i guess server(host) restart become a problem now, new entry in tnsnames.ora did some changes after restart in the system thats why facing this problem.
    Anyone knows how i can fix this issue.   i did lot of search and investigation but no use and no luck.
    Even tried reconfigured the listener and tnsnames.ora but still same problem.
    Error:
    When i tried to mount the repository in MDM console i am getting the below error.
    "Unable to connect with DataBase server"
    Can anyone pls help me to fix this issue.
    Thanks
    Ahmed S

    Hi Abisheik,
    Already tried this note.
    This note already recommended by SAP support.  But there also a problem.
    I have a doubt.
    I didnt do any configuration changes and i did only new public IP in tnsnames.ora then i restarted the server, whats wrong in this activity.
    For you information below is the tnsping for MDM
    C:\Users\MDMadm>tnsping mdm
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 18-NOV-2011 14:53:07
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    E:\oracle\MDM\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = DEFIANCEDEP)(PORT = 1521))) (CONNECT_DATA
    = (SERVICE_NAME = MDM)))
    TNS-12541: TNS:no listener
    C:\Users\MDMadm>
    Thanks
    Ahmed S

  • Could not connect to oracle OLAP

    Hi
    when i connect to Disco. Plus for "OracleBI Discoverer for OLAP" and Database as "localhost:1521:orcl" i got this message:
    "D40-Could not connect to oracle OLAP"
    so i run a Quick Diagnosis and i got this report:
    JDK version = 1.4.2_04
    BI Beans internal version = 3.2.1.0.13
    Discoverer Plus OLAP version = 10.1.2..07.59
    Discoverer Version = 10.1.2.45.46c
    Connect to database = successful
    JDBC driver version = 10.1.0.3.0
    JDBC JAR file location = \localhost\disco\plus_files\d4o_double.jarjar
    Database version = 10.1.0.4.0
    OLAP API Server version = 10.1.0.4.0
    OLAP AW Engine version = 10.1.0.4.0
    OLAP Catalog version = 10.1.0.4.0
    BI Beans Catalog version = N/A; not installed in younis
    Discoverer Catalog version = N/A; not installed in younis
    Authorized for Discoverer Plus OLAP = No!
    OLAP API JAR file version = 9.2
    OLAP API JAR file location = \localhost\disco\plus_files\d4o_double.jarjar
    Load OLAP API metadata = Successful
    Number of metadata folder = 1
    Number of metadata measures = 3
    Number of metadata dimensions = 4
    Thanks
    Younis

    I think you forgot grant OLAP_USER, D4OPUB role to younis
    Make sure D4OSYS user is created. D4OSYS is the owner when the Discoverer OLAP catalog is created.
    Make sure the OLAPSYS user and OLAP_USER/OLAP_DBA role is created in order to grant D4OPUB. You might need to run $ORACLE_HOME\olap\admin\olap.sql to create those accounts eventhough you have OLAP option installed.
    I found directly install latest Oracle database patchset (10.1.0.4) and then create database doesn't have those accounts automatically, unless you are upgrade from 10.1.0.3.
    Hope this can help

  • SQLLDR run command line fails:  ORA-03114: not connected to ORACLE

    We moved our db (11.2.0.3) to a new server (VM) and cannot get sql loader direct load to run for a non-oracle db owner account without specifying a connection string (@DB). I have the environment set up correctly for this user and can connect to the database via sqlplus.
    sqlldr dba1 control=test.ctl direct=yes <==FAILS
    Password:
    SQL*Loader: Release 11.2.0.3.0 - Production on Fri May 17 13:00:32 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    SQL*Loader-925: Error while uldlfca: OCIStmtExecute (ptc_hp)
    ORA-03114: not connected to ORACLE
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    sqlldr dba1@DB control=test.ctl direct=yes <==SUCCESSFUL
    Password:
    SQL*Loader: Release 11.2.0.3.0 - Production on Fri May 17 12:59:11 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.

    My thoughts were along the line that the environment for user x not set up correctly but I verified ORACLE_SID & ORACLE_HOME prior to posting. This user's environment references TNS_ADMIN so I'm sending you the tnsnames.ora from that location.
    Please note that I can execute this logged in as the db binary owner (environment set the same as user x).
    DWQ1 =
    (DESCRIPTION =
    (ENABLE = BROKEN)
    (ADDRESS = (HOST = xxxx)(PORT = 1521)(PROTOCOL = TCP) )
    (CONNECT_DATA =
    (SERVICE_NAME = DWQ1)
    )

  • Zones could not connect Oracle in global zone

    Today I tried to install Zones for our customers.
    I configed Zone1 and Zone2. Applications running in Zone1 and Zone2 used JDBC to connect to Oracle.
    1. Both Zone1 and Zone2 can connect to other Oracle DB servers except the one in global zone.
    2. All other clients or machines can connect to the Oracle DB server in the global zone.
    So, the Oracle server in the global zone is running and zones network connection is good.
    Is this a bug? This is very weird.
    Please help me! Thanks.

    Issue is : Application in Zone1 and Zone2 could not connect Oracle dB in global zone. JDBC error is network adapter error. could not setup connection.
    Under zone1 or zone2, i can ping global zone. And I can telnet Oracle listening port.
    please help.

Maybe you are looking for

  • One function for multiple buttons?

    I have a county map on my timeline with a list of each county as buttons ( there is 88 counties). I want to highlight the county on the map when I click the county's name from a list. when I test this out, only the last one gets highlighted. I know I

  • PC will not connect to wireless network

    I have desktop P6620p with Windows 7. Until yesterday I was using mobile hotspot to connect to Internet via wireless connection. Yesterday evening I started having problems, I couldn't connect, the computer could not even find the wireless network th

  • Query on graphics display in SCM 5.1

    Dear All, I am using SCM 5.1 and facing some issues while displaying the graphics 1. In interactive planning, when I select the Graphics options, system displays the name of the planning book as graph title. What are the settings, so that it actually

  • MariaDB allowing login without command line password

    Hi, Today I have upgraded to MariaDB as recommended. I am currently in configuration process and didn't want my cronjobs to run with a command line password for MySQL. Thus I searched and came up with three different solutions (found on SO). None of

  • FRM-92150 WEB Version too new.

    Hi, I got this error trying to use WebForms. I'm using IE5 with JInitiator 1.1.8.14, on a windows NT4 sp5 machine. Please, someone help me.