Oracle 10g connecting to 11g

Hi all,
<br><br>
<b>I am trying to connect Oracle 10g client (installed on WinXP) to Oracle 11g database (installed on WinXP). The connection failes with the error No Listener returned.</b>
<br><br>
Below are the details.
<br><br>
On the database side (ip: 217.164.80.21 hostname:winxp ):<br>
I removed the listener service, restarted the machine, and installed the LISTENER service again using Net Easy configuration.
C:\>lsnrctl
LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 08-FEB-2008 09:42
:17
Copyright (c) 1991, 2007, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=winxp)(PORT=1521)))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
ction
Start Date                08-FEB-2008 09:30:57
Uptime                    0 days 0 hr. 11 min. 24 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   C:\oracle\oradb11g\network\admin\listener.ora
Listener Log File         c:\oracle\diag\tnslsnr\winxp\listener\alert\log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=winxp)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
Services Summary...
Service "ora11g" has 1 instance(s).
  Instance "ora11g", status READY, has 2 handler(s) for this service...
Service "ora11gXDB" has 1 instance(s).
  Instance "ora11g", status READY, has 1 handler(s) for this service...
Service "ora11g_XPT" has 1 instance(s).
  Instance "ora11g", status READY, has 2 handler(s) for this service...
The command completed successfully
LSNRCTL> exit
C:\>type c:\oracle\oradb11g\NETWORK\ADMIN\tnsnames.ora
# tnsnames.ora Network Configuration File: C:\oracle\oradb11g\network\admin\tnsn
ames.ora
# Generated by Oracle configuration tools.
ORA11G =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = winxp)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = ora11g)
C:\>sqlplus system/mypassword@ora11g
SQL*Plus: Release 11.1.0.6.0 - Production on Fri Feb 8 09:44:33 2008
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Pr
oduction
With the Partitioning, OLAP, Data Mining and Real Application Testing options<br>
On the client side, I got the following<br>
C:\oracle\OraClient10g\NETWORK\ADMIN>ping winxp
Pinging winxp [217.164.80.21] with 32 bytes of data:
Reply from 217.164.80.21: bytes=32 time=71ms TTL=63
Reply from 217.164.80.21: bytes=32 time=181ms TTL=63
Reply from 217.164.80.21: bytes=32 time=54ms TTL=63
Reply from 217.164.80.21: bytes=32 time=17ms TTL=63
Ping statistics for 217.164.80.21:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 17ms, Maximum = 181ms, Average = 80ms
C:\oracle\OraClient10g\NETWORK\ADMIN>type tnsnames.ora
# tnsnames.ora Network Configuration File: C:\oracle\OraClient10g\network\admin\
tnsnames.ora
# Generated by Oracle configuration tools.
ORA11G =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = winxp)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = ora11g)
C:\oracle\OraClient10g\NETWORK\ADMIN>tnsping ora11g
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 08-▌╚╤╟و
╤-2008 09:47:36
Copyright (c) 1997, 2005, Oracle.  All rights reserved.
Used parameter files:
C:\oracle\OraClient10g\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
(HOST = winxp)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = ora11g)))
TNS-12541: TNS:no listener
C:\oracle\OraClient10g\NETWORK\ADMIN>sqlplus system/mypassword@ora11g
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Feb 8 09:48:19 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
ERROR:
ORA-12541: TNS:no listener<br>
The firewall is set to OFF in both the database and client hosts.
<br>
Thanks in advanced.

Here is what I got "user601690"<br>
C:\oracle\OraClient10g\NETWORK\ADMIN>tnsping 217.164.80.21 1521
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 08-▌╚╤╟و
╤-2008 10:05:25
Copyright (c) 1997, 2005, Oracle.  All rights reserved.
Used parameter files:
C:\oracle\OraClient10g\network\admin\sqlnet.ora
Used EZCONNECT adapter to resolve the alias
Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=217.164.80.21))(A
DDRESS=(PROTOCOL=TCP)(HOST=217.164.80.21)(PORT=1521)))
TNS-12541: TNS:no listener
C:\oracle\OraClient10g\NETWORK\ADMIN>type tnsnames.ora
# tnsnames.ora Network Configuration File: C:\oracle\OraClient10g\network\admin\
tnsnames.ora
# Generated by Oracle configuration tools.
ORA11G =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = 217.164.80.21)(PORT = 1521))
    (CONNECT_DATA =
      (SERVICE_NAME = ora11g)
C:\oracle\OraClient10g\NETWORK\ADMIN>tnsping ora11g
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 08-▌╚╤╟و
╤-2008 10:05:56
Copyright (c) 1997, 2005, Oracle.  All rights reserved.
Used parameter files:
C:\oracle\OraClient10g\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
(HOST = 217.164.80.21)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = ora11g)))
TNS-12541: TNS:no listener

Similar Messages

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • Oracle 10g connection

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    Both friends
    You have to set the ORACLE_SID enviroment variable before getting connection to the database through SQL*Plus so:
    export ORACLE_SID=<database_sid>
    sqlplus /nolog
    conn <user>/<password>
    and that's it
    Joel Pérez
    http://otn.oracle.com/experts

  • Oracle 10g client with 11g ODBC.

    We have the Oracle 10g client on users PCs to use the 10g ODBC to connect to a 10g (10.2.0.4.0) database. Now we are upgrading to an Oracle 11g database, 11.2.0.3.0. Is it possible to install the 11g ODBC drivers onto the users PCs without installing the full Oracle 11g client?

    Unless you want to go down the Instant Client path, no.
    However, there is probably no need to do anything to the clients. Any version of the 10g client should have no difficulty communicating with an 11.2 database. There is likely no need to upgrade the existing clients when the database is upgraded. The only exception would be if your application is trying to use some 11.2 feature that requires changes on the client to support-- those are pretty rare in this instance.
    You may want to roll out 11.2 clients on new machines as they come online but that's likely about all that you need to do.
    Justin

  • Oracle 10g OLAP to 11g OLAP upgrade ?

    We currently are planning on a upgrade from 10g OLAP => 11g OLAP. We currently have 12 AWM's in 10g OLAP which we need to move over with associated DML programs and additional SQL reporting views.
    Questions:
    1. Is there any documentation available on necessary steps for 10g OLAP => 11g OLAP upgrade?
    2. What would happen to existing AWM's prepared in 10g, would they be migrated to 11g transparently or have to be re-created?
    3. Is there any specific documentation related to changes in way cube builds are done programatically?
    4. Any changes in the way limit maps work in 11g?
    Please advise.
    Thanks,
    Sudip

    Migrating a 10g cube to 11g depends on whether you are talking about 11gR1 or 11gR2. 10g cubes continue to operate in the "10g way" even after a database upgrade. They will not become "11g cubes" until they are rebuilt after the database upgrade. In 11gR2, there is a supported way to migrate 10g cubes to 11g cubes, both with AWM and with PL/SQL. Sorry to say... this functionality doesn't exist in 11gR1: you'll have to rebuild your cubes from the ground up.
    The SQL relational views built using the AWM plugin in 10g are no longer applicable in 11g. That's because OLAP cubes in 11g are registered in the oracle data dictionary (just like other Oracle objects), and the SQL relational views are managed in the database and a recognized part of the product. The SQL relational views are quite different in 11g, so you will likely have to rewrite queries against them.
    LIMIT map syntax is the same, but performance is much better.
    See if this blog entry helps:
    http://www.rittmanmead.com/2009/10/09/olap-10gr2-and-dense-looping/
    Edited by: Stewart Bryson on Feb 19, 2010 8:40 AM

  • Oracle 10g RAC to 11g RAC Upgrade on Solaris

    Hi,
    We are planning to do a migration of a 4 Node Oracle 10g RAC on Solaris 9 to 11g with Solaris 10. We'd like know what would be the best path to take. We cannot afford any downtime!
    Options: Are these feasible? Which option is best? Any documents links?
    a) Do a rolling upgrade of Oracle from 10g to 11g. Then take down individual nodes and upgrade the Solaris OS from 9 to 10 and bring them up back into the cluster. Is there any known issues taking this path? Is a rolling upgrade like this possible?
    b) Do an upgrade of the Solaris OS from 9 to 10 on each node and then bring them back up? Is this practical? Does Oracle allow different versions of OS running on different nodes?
    c) Use Dataguard with 2 different RAC environments (2 nodes each). How would this work? Is it the only possible way? Any steps please?
    Thanks

    a) Do a rolling upgrade of Oracle from 10g to 11g. Then take down individual nodes and upgrade the Solaris OS from 9 to 10 and bring them up back into the cluster. Is there any known issues taking this path? Is a rolling upgrade like this possible?Hi,
    first of all i would not change several components (OS, database version) at a time. My recommendation is to make small steps and start with the operating system first. Seconds recommendation is to test and test everything in your dev or test environment prior doing the upgrades in the productive environment. Trust me: You will face problems :-) So you better try it beforehand!
    b) Do an upgrade of the Solaris OS from 9 to 10 on each node and then bring them back up? Is this practical? Does Oracle allow different versions of OS running on different nodes?As far i know you can run different operating system versions on different nodes if they are supported (Solaris 9 and 10 are).
    Ronny Egner
    My blog: http://ronnyegner.wordpress.com

  • Query  regarding oracle 10g connection in Visual Studio 2005

    Hi ,
    I am having visual studio 2005 installed in my system . when i am adding oracle database connection it is displaying that "use this connection for oracle 7 ,8, 9i versions ..i want to connect oracle 10g database in visual studio 2005. plz tell me how to do that?

    looks like u'r try connecting to oracle using server explorer, just hit OK an then fill in your server name, userid and password.
    server name might be SID defined in your tnsnames.ora, or in the form of //<machine_name>/<service_name>

  • Pros and Cons af Oracle 10g upgrade to 11g

    Hi Basis Expert,
    We have an requirement of SAP upgrade which includes BW 3.5, CRM and R/3 (4.7).
    These components needs to be upgraded to the latest version
    BW 3.5 to BI 7.0
    R/3 (4.7) to ECC 6.0
    and also CRM upgrade to the new version
    The OS used is AIX and DB used is oracle 10g.
    Can anybody share the pros and cons of oracle DB upgrade from 10g to 11g after SAP upgrade.
    Regards,
    Anil.

    Hi DatabaseSAP and others,
    Thanks for your reply
    I started with the Oracle 11g software installer. But it gave an error during 71%. Error is
    Error in invoking target 'rat_on part_on dm_on olap_on sdo_on' of makefile '/oracle/DBW/112_64/rdbms/lib/ins_rdbms.mk'.
    See '/oracle/DBW/oraInventory/logs/installActions2011-10-10_12-04-03PM.log' for details.
    Abort      Retry         Continue
    But when i was going thorough the installActions2011-10-10_12-04-03PM.log . I could find that there are 7 arguments which is failed.
    Below are the argument  details
    1)INFO: Hard Limit: maximum user processes: This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    Verification Result for Node:p19849dev136
    INFO: Expected Value:1024
    INFO: Actual Value:9223372036854775807
    INFO: -
    INFO: *********************************************
    INFO: Hard Limit: maximum user processes: This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:16384
    INFO: Actual Value:3048
    INFO: Error Message:PRVF-4354 : Proper hard limit for resource "maximum user processes" not found on node "p19849dev136" [Expected = "16384" ; Found = "3048"]
    INFO: Cause: Hard limit for the resource does not meet the requirement on the specified node.
    INFO: Action: Modify the resource limits to meet the requirement.
    2)INFO: OS Kernel Parameter: ncargs: This is a prerequisite condition to test whether the OS kernel parameter "ncargs" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:128
    INFO: Actual Value:6
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "ncargs" does not have proper value on node "p19849dev136" [Expected = "128" ; Found = "6"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    3)INFO: OS Kernel Parameter: tcp_ephemeral_low: This is a prerequisite condition to test whether the OS kernel parameter "tcp_ephemeral_low" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:9000
    INFO: Actual Value:32768
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "tcp_ephemeral_low" does not have proper value on node "p19849dev136" [Expected = "9000" ; Found = "32768"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    4)INFO: OS Kernel Parameter: tcp_ephemeral_high: This is a prerequisite condition to test whether the OS kernel parameter "tcp_ephemeral_high" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:65500
    INFO: Actual Value:65535
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "tcp_ephemeral_high" does not have proper value on node "p19849dev136" [Expected = "65500" ; Found = "65535"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    5)INFO: OS Kernel Parameter: udp_ephemeral_low: This is a prerequisite condition to test whether the OS kernel parameter "udp_ephemeral_low" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:9000
    INFO: Actual Value:32768
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "udp_ephemeral_low" does not have proper value on node "p19849dev136" [Expected = "9000" ; Found = "32768"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    INFO: -
    6)INFO: OS Kernel Parameter: udp_ephemeral_high: This is a prerequisite condition to test whether the OS kernel parameter "udp_ephemeral_high" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:65500
    INFO: Actual Value:65535
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "udp_ephemeral_high" does not have proper value on node "p19849dev136" [Expected = "65500" ; Found = "65535"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    7)INFO: Users With Same UID: This test checks that multiple users do not exist with user id as "0".
    INFO: Severity:CRITICAL
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    WARNING: Result values are not available for this verification task
    INFO: Error Message:<CV_VAL>root,|super,|zero,|</CV_VAL><CV_ERES>0</CV_ERES>
    INFO: Cause:Cause Of Problem Not Available
    INFO: Action:User Action Not Available
    INFO: *********************************************
    Please let me know what is the 7th (last one) argument.
    Regards,
    Anil Shenoy

  • Migeration from oracle 10g r2 to 11g r2

    hi All,
    i have a test database(Oracle 10g R2) in windows XP platform. now i have to migerate it to oracle 11g R2 . Can any one tell me how should i proceed it? it will be very apreciable if any one give me step by step procedure to do the same.
    Thanks and regards in advance
    Vikash Jain (DBA Trainee)

    Hello,
    so for upgrading i should install oracle 11g? Yes you have to install Oracle 11.2 first. You may have to modify the configuration of the Server according to the prerequisites.
    You'll find all the details on the Installation Guides for your platform:
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=
    how it is possible without using import/export/datapump utilities?If you don't want to use Export/Import, you may use DBUA (the Database Upgrade Assistant) or Manual method. You'll have more informations on the links below:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/preup.htm#i694345
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/upgrade.htm#i1011372
    Hope this help.
    Best regards,
    Jean-Valentin

  • Oracle 10g connect too sloooooowly in server.

    I install Oracle 10g in a HP Server, have a question to ask:
    I use SQLPlus to connect Oracle from server, it need about 30 seconds.
    When I connect Oracle from client, it only need about 1 second.
    Why???

    Hi,
    if it is a SQL Plus problem, I would try this question on the database forum.
    Frank

  • Problem related to Oracle D2k and Oracle 10g Connectivity

    Hi ,
    I want to connect (oracle form and report 6i to oracle 10g Express Edition) but i heard that the character set problem occured in this situation please solve my problem , presently i am using oracle 9i (9.2.0.1.0)but i want to use 10g version of oracle and form and report version same as 6i how i change the character set of Oracle10ExpressEdition to connect these one's.

    Hi ,
    I want to connect (oracle form and report 6i to oracle 10g Express Edition) but i heard that the character set problem occured in this situation please solve my problem , presently i am using oracle 9i (9.2.0.1.0)but i want to use 10g version of oracle and form and report version same as 6i how i change the character set of Oracle10ExpressEdition to connect these one's.
    I want to user Western-European character set

  • Oracle 10g connection issue..

    Hi ,
    I have oracle 10g installed on one unix box and i need to connect to this oracle 10g from another unix box
    using the sqlplus client version 9.2.0.7.0.
    When i try to connect using sqlplus 9.2.0.7.0 i am not getting any response.
    is it possible to connect to oracle10g using sqlplus 9.2.0.7.0?
    Thanks.

    Zymson wrote:
    I have oracle 10g installed on one unix box and i need to connect to this oracle 10g from another unix box
    using the sqlplus client version 9.2.0.7.0.
    When i try to connect using sqlplus 9.2.0.7.0 i am not getting any response.You failed to provide any meaningful information in order to diagnose the problem.
    I suggest that you start off with some basic tests first.
    1. Ping
    Can you ping the remote server? On the local Unix box, use the dotted IP address of the remote Unix box and determine if it responds. E.g.
    ping <IP_ADDRESS>
    2. Hostname resolution
    Ideally you want to use the hostname (instead of dotted IP) of remote Unix box. Determine if the local Unix box resolves the remote Unix box's hostname. E.g.
    ping <HOSTNAME>
    3. Oracle port connectivity
    Next you need to test if the TCP port used by the Oracle Listener on that remote Unix box is reachable from the local box (and not firewalled for exampled). Telnet into this port (if the connection is accepted, press enter a few times and the telnet connection will be terminated by the listener). E.g.
    telnet <HOSTNAME> 1521
    4. Test SQL*Plus connectivity
    Once you've established that connectivity to the remote Listener is working, you need to test the TNS connection string and ensure that the connection parameters (such as ORACLE SID) that is passed to the Listener is correct. E.g.
    sqlplus scott/tiger@"(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP)(HOST=<HOSTNAME>)(PORT=1521)) (CONNECT_DATA= (SID=<ORACLE_SID>) (SERVER=dedicated)))"
    Once all ths is working, should you update the local Unix box's tnsnames.ora file with the TNS connection string and use that TNS alias for connecting via SQL*Plus.
    If any of these steps do not work, post the full details of the step PLUS the actual error information (error codes and error messages).

  • Oracle 10g connectivity with sql server 2000 through oracle transpa gateway

    dear gurus.
    i am to connecto oracle 10g with sql server 2000 through oracle transparent gateway.
    i have installed transparent gateway and proper configured. also link is created.
    but when i execute query "select * from city@inventory" , so an error displayed.
    ORA-12500: TNS:listener failed to start a dedicated server process.
    kindly suggest me what could be the cause.
    regards,

    if the listener fails to spawn a dedicated server process it is commonly indicating an issue with the listener. So posting the listener and also a listener trace including a description of the env where you installed the gateway into which directory would be helpfull. Please keep also in mind if you have for example a 10.2.0.3 database and you install into this directoty a 10.2.0.1 gateway you have to reapply the patchset again do get consistent file version.
    So please describe more detailed your env.

  • Oracle 10g XE to 11g XE upgrade: gen_inst.sql does nothing.

    I am trying to upgrade from 10gXE to 11gXE;
    I logon to SQL Plus "conn sys as sysdba", and execute the gen_inst.sql procedure.
    Quote: Connect to 10.2 XE database as SYS user and run gen_inst.sql. This will generate install.sql, gen_apps.sql and other .sql files. The files will be generated in the folder containing gen_inst.sql. End Quote.
    However the procedure completes immediately, and does not generate any of the files described.
    If I execute @(folder path)\fred.sql (where fred.sql does not exist, I get a message that the sql proc is not found, so I know that it finds the procedure when I try and execute it.
    The following is a copy of the command window.
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 14 11:24:06 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> @c:\temp\gen_inst.sql
    SQL> @c:\temp\fred.sql
    SP2-0310: unable to open file "c:\temp\fred.sql"
    SQL>None of the defined files , "install.sql, gen_apps.sql and other .sql files" are created.
    If it try and run gen_inst.sql from within SQLDeveloper (2.1.1.64), after haveing connected as sys/sysdba, the procedure runs for several minutes, and creates some of the listed output files, before it finally crashes with :
    Error report:
    ORA-20000: ORU-10027: buffer overflow, limit of 1000000 bytes
    ORA-06512: at "SYS.DBMS_OUTPUT", line 32
    ORA-06512: at "SYS.DBMS_OUTPUT", line 97
    ORA-06512: at "SYS.DBMS_OUTPUT", line 112
    ORA-06512: at line 5
    20000. 00000 - "%s"
    *Cause:    The stored procedure 'raise_application_error'
    was called which causes this error to be generated.
    *Action:   Correct the problem as described in the error message or contact
    the application administrator or DBA for more information.How do I get the script to run correctly in SQL Plus?
    Edited by: Ian Mc on Jan 14, 2012 2:00 AM

    Udo wrote:
    I might just be a problem with spooling result files to the wrong location or calling them with the wrong path, because the script anticipates to have everything in the same local path...Interesting point, and definitely worth a try.
    The quote part in op, from relevant doc section, seem to say differently. Looking through the script it would seem that files are actually spooled in working path (e.g. current dir when sqlplus is started) instead of folder where script exists.
    "The files will be generated in the folder containing gen_inst.sql."
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#CIHCDCDH
    I think file permissions should be considered still, if on Win 7 (or other OS with some level of least privilege policy implementation).
    Edit:
    A small test on windows platform showed that files are output in cwd from where sqlplus is started and also that saving files in c:\temp worked fine.
    Edited by: orafad on Jan 15, 2012 12:40 AM

  • Application server Oracle 10g connectivity by using real IP

    I have configured the Oracle application server 10g on RHEL update 2 version. It is posible to connet from client pc by using LAN network. But it is not possible to connect from client pc by using real ip over internet.

    This is a network related problem. Quite likely a firewall issue. Nothing to do with the Oracle RDBMS product itself.
    The only Oracle related issue is the Oracle Listener. It listens for network connections to the IP addresses owned by that Oracle server platform. You can make it listen to only a single address (on a specific NIC). Or on a set or all IP addresses (all NICs) on that server.
    It does not care where the originating connection request comes from. If it is to a port and IP address it is listening on, it will accept that connection.
    Talk to your network admins.

Maybe you are looking for

  • OSX Mountain Lion and Vienna Ensemble Pro 5

    I'm about to assume that I've made a mistake, but I don't like assuming ...maybe someone can help me figure this out. THANKS in advance: I just completed the download of Vienna Ensemble Pro 5 w/ a 9Gb Demo Library The stand-alone app, and probable th

  • How to track the change of an asset via field ANLC-KANSW?

    I'm trying to track any change to the value of an asset. I'm looking at field ANLC-KANSW. I'm not sure how to do it, but if you change the value of an asset, the change is not reflected in the field itself, but other "cumulative  fields in ANLC. The

  • Invoice key column shows different  document

    Hi All, This following query made me confusing: SELECT T0.DocNum, T0.DocDate, T0.CardCode, T1.InvoiceId, T1.DocEntry, T1.InvType, T1.ObjType FROM ORCT T0  INNER JOIN RCT2 T1 ON T0.DocNum = T1.DocNum The result is as follows: No. Document Number     P

  • Can we restrict the partially confirmed production order from getting delet

    Dear all, Can we restrict the partially confirmed production order from getting deleted? I.e. if the production order is having status PCNF then the deletion flag indicator (status DLFL) should not be allowed to set SmanS Edited by: SAP PP Consultant

  • Standard Deviation in Graph

    Does anyone know how insert standard deviation into a bar graph?? Thanks.