BI Publisher 11g JDBC for Oracle 12 c

I am trying to create the JDBC connection in BI Publisher 11 g Oracle database 12 c. I can not connect. Driver types visible in PIF admin are only oracle 11.10 and 9. Is there a set up that I need to follow to connect to Oracle 12 c?

Help, please.

The syntax of 12 c JDBC connection is not the same thing as 11g. I could make it work.

For the 11g database

JDBC:Oracle:thin:@xx.XX.x.XX:1111:OraDB.Yahoo.com

For 12 c of database

JDBC:Oracle:thin:@xx.XX.x.XX:1111/OraDB.Yahoo.com

Thank you

Vijay

Tags: Business Intelligence

Similar Questions

  • IOM 9.1.0.2 - Multi Weblogic JDBC for Oracle RAC Data Sources

    IOM-IOM 9.1.0.2 BP07 supports Weblogic JDBC Multi Data Sources (Services > JDBC > Multi Data Sources) for Oracle RAC instead of insert the "Oracle RAC JDBC URL" on xlDS and xlXADS JDBC Data Sources (Services > JDBC > Data Sources > xlDS | xlXADS > survey login > URL)?
    If so, are there any other changes that must be made on IOM, or simply to change data sources?

    Yes, it is supported. You install against a single instance directly of the Rac server. Then you update the file config.xml and jdbc resources in your server weblogic with the full address of rac. It is documented for installation against CARS. http://docs.Oracle.com/CD/E14049_01/doc.9101/e14047/database.htm#insertedID2

    -Kevin

  • ADF 11 g application on Weblogic 10.3 + JDBC for Oracle XE connection

    Hello! I use Jdev 11 g (not tp4) and I applicarion Adf using BC4J, everything in jdev exists to connect to the DB.
    When I run my application in Jdev, it starts Weblogic and deploys my app. And everything works fine!

    When I want to run my Weblogic as stand-alone server using the console of Administration Weblogic domain, deploy my application in the form of archive of WAR

    before you deploy, I was created JDBC DataSource in Weblogic server, using Weblogic webinterface (connection test is OK)

    and now, when I run my application, enter the Url of the application in internet explorer, I see exception has ariced, she is the stack trace

    {color: #0000ff} & lt; October 17, 2008 18:30:49 IS & gt; & lt; Error & gt; & lt; HTTP & gt; & lt; xc002600109 & gt; & lt; AdminServer & gt; & lt; ASSETS ExecuteThread: '21' for queue: "(self-adjusting) weblogic.kernel.Default" & gt; & lt; & lt; Core of WLS & gt; & gt; & lt; 1224257449182 & gt; & lt; BEA-101017 & gt; & lt; [weblogic.servlet.internal.WebAppServletContext@1410e0d - appName: 'nano', name: 'nano.war', context-path: ' / nano', spec-version: ' 2.5 ', request: [weblogic.servlet.internal.ServletRequestImpl@8f5e03 ']
    GET /nano/faces/untitled3.jsp?_adf.ctrl-state=1797442774_7 HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en - us; RV:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en - us, en; q = 0.5
    Accept-Encoding: gzip, deflate
    Accept-Charset: ISO-8859-1, utf-8; q = 0.7, *; q = 0.7
    Keep-Alive: 300
    Connection: keep-alive
    Cookie: oracle.uix = 0 ^ ^ GMT + 3:00; JSESSIONID = wShvL4vT9h40V7TSNH9D84p3v4h48S992vJyWK6p0hnWflfZVpc2! 652912999; ADMINCONSOLESESSION = r440L4XpGDJhhX3G1slmFdSzV3xSH51xGzhy912nTnpP2Zv1yVrQ! 652912999
    Pragma: non-cache
    Cache-Control: no cache

    Root cause]] of ServletException.
    java.lang.NullPointerException
    at oracle.adf.model.bc4j.DCJboDataControl.findVariable(DCJboDataControl.java:2934)
    at oracle.adf.model.binding.DCVariableImpl.resolveSourceVariable(DCVariableImpl.java:69)
    at oracle.adf.model.binding.DCVariableImpl.getVariableKind(DCVariableImpl.java:162)
    at oracle.jbo.common.VariableManagerImpl.doGetVariables(VariableManagerImpl.java:125)
    at oracle.jbo.common.VariableManagerImpl.getVariablesOfKind(VariableManagerImpl.java:259)
    at oracle.jbo.common.VariableManagerImpl.getVariables(VariableManagerImpl.java:253)
    at oracle.jbo.common.VariableValueManagerImpl.doPassivateVariables(VariableValueManagerImpl.java:499)
    at oracle.jbo.common.VariableValueManagerImpl.getPassivatableVariables(VariableValueManagerImpl.java:439)
    at oracle.adf.model.binding.DCBindingContainer.buildFormToken(DCBindingContainer.java:4523)
    at oracle.adf.model.binding.DCBindingContainerState.buildStringBuffer(DCBindingContainerState.java:56)
    at oracle.adf.model.binding.DCBindingContainerState.toString(DCBindingContainerState.java:590)
    at oracle.adf.model.binding.DCBindingContainer.getStateToken(DCBindingContainer.java:4293)
    at oracle.adfinternal.controller.application.model.SaveStateTokenListener.afterPhase(SaveStateTokenListener.java:54)
    to oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$ PagePhaseListenerWrapper.afterPhase (ADFLifecycleImpl.java:529)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:118)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:166)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ PhaseInvokerImpl.dispatchAfterPagePhaseEvent (ADFPhaseListener.java:122)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:68)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:51)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:354)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:203)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)

    {color: #000000} I learned about deployment descriptors and I did some additional files and modified web.xml file:
    {color: #ff0000} web.xml:
    {color: #000000}... {color}
    {color} & lt; resource-Ref & gt;
    & lt; Description & gt; Nano Datasource & lt; / description & gt;
    & lt; RES-ref-name & gt;. Nano_DB_connection & lt; / res-ref-name & gt;.
    & lt; RES - type & gt; javax.sql.DataSource & lt; / res-type & gt;
    & lt; RES-auth & gt; Container & lt; / res-auth & gt;
    & lt; / resources-Ref & gt;

    {color: #ff0000} weblogic.xml: {color}
    & lt;? XML version = "1.0" encoding = "windows-1252"? & gt;
    & lt; WebLogic-web-app xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-web-app.xsd" xmlns = "http://www.bea.com/ns/weblogic/weblogic-web-app" & gt;
    & lt; description of resources & gt;
    & lt; RES-ref-name & gt;. Nano_DB_connection & lt; / res-ref-name & gt;.
    & lt; jndi name & gt;. Nano_DB_connection & lt; / jndi name & gt;.
    & lt; / description of resources & gt;
    & lt; / weblogic-web-app & gt;


    {color: #ff0000} weblogic - jdbc.xml: {color}
    & lt;? XML version = "1.0" encoding = "windows-1252"? & gt;
    & lt; database jdbc xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-jdbc.xsd" xmlns = "http://www.bea.com/ns/weblogic/jdbc-data-source" & gt;
    & lt; name & gt; Nano_DB_connection & lt; / name & gt;.
    & lt; JDBC-driver-params & gt;
    & lt; URL & gt; 10.5.25.169 & lt; / url & gt;
    & lt; driver-name & gt; oracle.jdbc.OracleDriver & lt; / driver-name & gt;.
    & lt; Properties & gt;
    & lt; property & gt;
    & lt; name & gt; user & lt; / name & gt;.
    & lt; value & gt; chaosdb & lt; / value & gt;
    & lt; / property & gt;
    & lt; property & gt;
    & lt; name & gt; servername & lt; / name & gt;.
    & lt; value & gt; 10.5.25.169 & lt; / value & gt;
    & lt; / property & gt;
    & lt; property & gt;
    & lt; name & gt; PortNumber & lt; / name & gt;.
    & lt; value & gt; 1521 & lt; / value & gt;
    & lt; / property & gt;
    & lt; property & gt;
    & lt; name & gt; SID & lt; / name & gt;.
    & lt; value & gt; XE & lt; / value & gt;
    & lt; / property & gt;
    & lt; / Properties & gt;
    & lt; / jdbc-driver-params & gt;
    & lt; JDBC-data-source-params & gt;
    & lt; jndi name & gt;. Nano_DB_connection & lt; / jndi name & gt;.
    & lt; scope & gt; Application & lt; / scope & gt;
    & lt; / jdbc-data-source-params & gt;
    & lt; / source of data jdbc & gt;

    BC4J Model.JPX project says that bc4j using connection named Nano_DB_connection.
    in Weblogic has the same name of data source

    Question: how to link my application in weblogic to existed datasource/connection in weblogic?
    How Jdev deploys and configures Weblogic server, it works fine, but when I run THE SAME server manually, deploying application using JDEV running the application failed (see above the exception)

    Maybe I should use profile EAR instead of WAR, to deploy all connections and other things on weblogic?

    {color: #ff0000} please help! {color}


    {color} {color}

    Hello

    You have configured the module of your application to use a JDBC data source? To do this, right click the app module in the browser, select type from the dialog box that appears and Configurations change the connection to the JDBC Data Source and enter your data source name - which should be the same as the source of data created on the weblogic server.

    Also, I do not pretend you create an EAR file - that's what we tested and certified with. You can find more details in the chapter of deployment of the fusion Developer's guide: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG.

    Hope this helps
    Blaise

  • Confusion in the Docs of Oracle for oracle 11G Release 2

    According to the Oracle Docs Library for Oracle 11 g Release 2 (11.2), in http://docs.oracle.com/cd/E11882_01/server.112/e25494/tspaces005.htm#ADMIN11375, "* when you specify NORMAL in offline mode, the database takes a control point for all data storage files, since need them offline." I tested it in my Studio to Test as shown below:--
    < > > > > > >

    SQL > select checkpoint_change # database v$.

    CHECKPOINT_CHANGE #.
    ------------------
    12915076

    SQL > ALTER TABLESPACE TEST_1 normal offline;

    SQL > select checkpoint_change # database v$.

    CHECKPOINT_CHANGE #.
    ------------------
    12915076
    SQL > alter tablespace TEST_1 online;

    Tablespace altered.


    SQL > select State from dba_tablespaces where nom_tablespace = 'TEST_1 ';

    STATUS
    ---------
    ONLINE

    SQL > select checkpoint_change # database v$.

    CHECKPOINT_CHANGE #.
    ------------------
    12915076


    In short, I took the 'TEST_1' tablespace offline normal mode and back again online, but the number unchanged checkpoint remains that violates the Oracle documentation. Posted below in my versions of Oracle database installed: -.

    SQL > select * from v version $;

    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE Production 11.2.0.2.0
    AMT for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production


    Any comments / entries from anyone here is going to be great!

    Published by: 918868 on July 27, 2012 03:22

    When a data file/tablespace is offline, begin to put in backup mode, only playback mode.

    Aman...

  • Where can I download Oracle 11g R2 for Windows 7 64 bit Client? Thanks in advance.

    Where can I download Oracle 11g R2 for Windows 7 64 bit Client? Thanks in advance.

    http://eDelivery.Oracle.com

  • How to define JDBC Data Sources in Oracle MapViewer for Oracle database 12 c Release 1 (12.1.0.1)

    How to define JDBC Data Sources in Oracle MapViewer for Oracle database Release 1 (12.1.0.1) 12 c?

    Here is my setup in the conf\mapViewerConfig.xml:


    < name map_data_source = "mvdemo12".

    jdbc_host = "127.0.0.1".

    jdbc_sid = "orcl12c1".

    jdbc_port = '1522 '.

    jdbc_user = "mvdemo".

    jdbc_password = "7OVl2rJ + hOYxG5T3vKJQb + hW4NPgy9EN.

    jdbc_mode = 'thin '.

    number_of_mappers = '3 '.

    allow_jdbc_theme_based_foi = 'true '.

    Editable = "true" / >

    <!--  ****  -->

    But it does not work.

    After use "sqlplus mvdemo / [email protected]:1522 / pdborcl", it connected to the Oracle 12 c database.

    Anyone know it?

    Thank you

    11.1.1.7.1 use the jdbc_sid syntax, i.e.

    as described in the README file, mypdb1.foo.com

    -Sources of native data (no container) MapViewer can now use the service name of database instead of SID. To provide a db service name, you will use the same attribute of jdbc_sid, but specify the name of the service with double slashes in front, as follows:

    jdbc_host = "foo.com"

    jdbc_sid="//mypdb1.foo.com".

    jdbc_port = '1522 '.

    ... ...

    />

    Use a container_ds to the 11.1.1.7.0.

    that is, instead of using

    jdbc_host = "mydbinstance".

    jdbc_sid = "pdborcl12c".

    jdbc_port = '1522 '.

    jdbc_user = "mytestuser".

    jdbc_password = "m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q ="

    jdbc_mode = 'thin '.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    use

    container_ds = "jdbc/db12c.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    In my case the Glassfish 3.1.2.2 JDBC connection pool definition has been

    Property

    URL jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name

    Uncheck the wrap JDBC objects in advanced Panel, that is, the page properties change JDBC connection advanced pool.

    Add a resource to that newly created JDBC pool

    Use in mapviewerconfig.xml as above

  • The CPU is not powerful enough for Oracle database 11g?

    The CPU is not powerful enough for Oracle database 11g?

    I installed the datatase Oracle 11 g on my host by using the default configuration of oracle yesterday. Today, I find some the alert message: "CPU usage is 86,79%, through attention (80) or critical (95) threshold.» The average value of the CPU usage is 80.85% and I have to wait for more than 10 seconds for opening a page of the EM.
    My host is HP workstation xw4200. CPU is 3.4 GHz. No other applications on that host.
    I want to know: what is the main reason for the shortage of CPU resources? Because the database Oracle 11g itself is exhausting CPU or because there are a few configuration issues?

    qkc wrote:
    1 is it true that most of the CPU is exhausted by the EM control tool?

    It's quite possible.

    It is also one of the reasons why we encourage people to drop EM Database Console and switch to EM Grid Control. The burden is then on another server.

    2. why this index has been added in advance by Oracle Corporation? It does not seem that each tool is set up perfectly in advance.

    It was probably not required under ideal conditions, in which it has been designed and tested.

    Why is your environment not identical to the designed conditions that use Oracle? ;-)

  • Download oracle 11g / 10g for red hat linux

    Hello

    I have installed VM WARE on my laptop now want to download linux ISO and ISO Oracle.

    could you please tell me what version of linux, I have to install including oracle support for linux.

    where I get that

    installation of linux files-
    -installation of oracle files

    the two above will install on oracle vm ware
    Thank you

    Published by: hard_stone on September 30, 2009 23:33

    hard_stone wrote:
    Thanks karman,.

    can you tell me cnetos5 is any version of linux or what...
    What is redhat linux...?

    is there a difference...

    Please cleafy me difference between cnet 5 OS, linux, and redhat linux...

    I never use linux but I hear and see a while we have to write COMMANDS for linux...
    but in your blog, its look like windows...

    Thanks again.

    Please see the following links:

    http://CentOS.org/modules/SmartFAQ/category.php?CategoryID=2
    http://www.LinuxQuestions.org/questions/Linux-Enterprise-47/difference-between-CentOS-5.2-and-RHEL-5.2-693094/
    http://kamranagayev.WordPress.com/2009/02/22/Linux-commands-for-Oracle-DBA/

  • where can I get the software for oracle database 11g RAC installion

    pls can someone tell me where to download the installation software for oracle database 11g RAC with Yes which has the option of installing RAC database on, I the installation of database 11g software, but it does not include the installation of database RAC inside option, I heard someone say that the installer of oracle database 11g in oracle's Web site is not used to install a RAC database is it true? If that's how to make one that installs the RAC DATABASE.

    Download page:
    http://www.Oracle.com/technology/software/products/database/Oracle11g/111060_linuxsoft.html

    -Oracle Database 11 g Release 1 (11.1.0.6.0) for Linux x 86
    linux_11gR1_database_1013.zip (1,844,527,800 bytes) (cksum - 1044354138)

    -Oracle Clusterware 11 g Release 1 (11.1.0.6.0) for Linux x 86
    linux_x86_11gR1_clusterware.zip (244,660,141 bytes) (cksum - 820583335)

    Maybe you need to download is: Clusterware Oracle 11 g

    Document: Oracle® database 2 day + Real Application Clusters guide 11 g Release 1 (11.1)
    http://download.Oracle.com/docs/CD/B28359_01/RAC.111/b28252/TOC.htm

  • Enabling setting Unicode for Oracle UCM 11g

    Hi all

    I want to activate the setting for Unicode in Oracle UCM true, so that it can identify (international language characters) unicode characters.

    I guess that the adjustment can be made in < WLS_Home > / user_projects/domains/< DomainName > / ucm/cs/config.cfg.

    But what is the entry to add to the config.cfg to enable Unicode for Oracle UCM for this.

    Currently "Use Unicode" attribute is set to false in the database connection details in Confiduration.

    Thanks in advance.
    Dipesh

    Hello

    I don't know if DB encoding can be changed after it has been installed. But what you have now is not the right one for the AAU support international use. It should be AL32UTF8. Maybe just check with your DBA to confirm if it can be changed at all.

    Thank you
    Srinath

  • Should I plan for Oracle 10 G or 11G Oracle OCP Certification now?

    Hello

    I have about 3 years experience as an Oracle DBA and about 6 years of experience as a whole on oracle.
    I finished Oracle 9i SQL Exam a few years ago and took a training course of quality for Oracle 10 G OCP Oracle. I didn't get Oracle 10 G OCA yet.

    I would like to know which option should I choose now? Should I go for Oracle 10 G OCP and upgrade to Oracle 11 G OCP or do I ignore my 10G training and start getting ready for Oracle 11 G OCP?

    Please advice.

    Sarayu K.S.

    I wouldn't not too concerned about 10 g in desupported immediately. Companies continue to use it.

    When the obligation of course has been announced for the cert DBA 9i, I decided to get the cert 8i first, as there was just no way I could have given the class at this time. It turns out, I started a job shortly after that when they were still using 8i.

    Of course, if taking another course is not a problem, this would be the most direct path and should take less time to do.

    Dan

  • Change the port for Oracle BAM(11g)

    Hi all

    After installation, I noticed 9001 is used by another process every night.
    Then I changed it to 29001 in Weblogic and the URL BAM console in Oracle EM to http://eqlpar001.qantas.com.au:29001 too.

    Then I rebooted the server. But when I want to create the connection to BAM in the JDev11.1.1.3, I got the following error.

    Testing HTTP connection... success.
    Purpose of data of navigation... success of the trial.
    Test JNDI connection... failed.
    Processing of the header or incoming short messages has failed; nested exception is:
    java.io.InvalidClassException: oracle.bam.middleware.reportcache.ReportCacheException; incompatible local class: stream classdesc serialVersionUID =-868154888094105170, local class serialVersionUID = 1

    2/3 tests successfully.

    Anyone can advice me what I should do.

    Thank you
    Kerr

    Edited by: Kerrs 05/05/2010 14:27

    The exception is caused by an incompatibility between JDeveloper + SOA update and BAM Server version. Make sure they are at the same version level (for example 11.1.1.3.0).

    Beware that BAM requires manual configuration for the default port numbers no. Refer to the documentation for

    Oracle® Fusion Middleware Installation Guide for Oracle SOA Suite and Oracle Business Process Management Suite
    3.3 manual configuration for Oracle BAM
    3.3.1 custom Oracle BAM configuration with the Port number

    11.1.1.3.0 link: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e13925/configure.htm#CACECBGC

  • Code review for Oracle 11 g Administration Dataguard

    Can all give the code to review for exams for Oracle 11 g Dataguard Administration code.

    Thanks in advance.

    There is no review of Data Guard 11g.  The review of Data Guard Administration 12 c is 1Z0-066:

    Exam1Z0-066

  • How can we export itno csv data file for oracle forms

    Hello

    How can we export itno csv data file for oracle forms

    For example. I have the block called A.what never the data displayed on a block, when I click on a button, displays the block data, must be exported to the csv file.

    My application is running on the unix operating system.

    Please help on this.

    First of all.  What is your version of forms (for example: 11.1.2.2.0 not 11g).  Finally, who will use the .csv file?  If it is a user on their client computer - CLIENT_TEXT_IO TEXT_IO or WebUtil are standard packages used to export data to a file of Oracle Forms.

    The amount of data to be exported?  If you export only a couple hundred lines - export of Froms will be OK.  If you export more lines than that (300 + lines) then the export will be extremely slow to your username.  Keep in mind that forms is not designed to perform data exports - there are better tools available for this...

    Craig...

  • SnapManager for Oracle error when creating profile

    Hi all

    I am deploying Snapmanager for Oracle on Windows and I get the error below, while I am trying to create a profile for a DB. Can help me solve this problem.

    -[WARN] SMO-12104: unable to connect to the database to perform the check. Database may not exist, may not be running, or the listener cannot be executed. Error's Oracle: ORACLE-10005: unable to connect to the instance of database ST88 using JDBC connection string JDBC: thin: snapmanager_ora/XXXXXXXX @(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = HostDB1)(PORT = 1521))) (CONNECT_DATA = (SID = ST88))).  Error: Listener refused the connection with the following error:

    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Used by the client connect descriptor was:

    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = HostDB1)(PORT = 1521))) (CONNECT_DATA = (SID = ST88)))

    .

    -[ERROR] SMO-05075: profile create failed: ORACLE-10005: unable to connect to the instance of database ST88 using JDBC connection string JDBC: thin: snapmanager_ora/XXXXXXXX @(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = HostDB1)(PORT = 1521))) (CONNECT_DATA = (SID = ST88))).  Error: Listener refused the connection with the following error:

    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Used by the client connect descriptor was:

    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = HostDB1)(PORT = 1521))) (CONNECT_DATA = (SID = ST88)))

    Thank you

    Noelie

    > ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    How is the * auditor * configured?

    You try to use a SID in the connection descriptor.  The listener listen to this SID?  Check the STATUS of the listener.

    Hemant K Collette

Maybe you are looking for

  • Unread mail on iMac show 7 when it is really empty

    Hello Show my e-mail program on iMac there 7 unread emails, but in fact, they have all been deleted in the Inbox? How can this be?

  • The update does not apply to your system

    I can't run the help files which require winhlp32.exe. while I was trying to install the same.but I get the message that the update does not apply to your system, I use windows vista SP2 32 bit. Thank you

  • Run 8.6 executables on Windows 7?

    We currently write LabVIEW programs and executable files using version 8.6 on computers running the Windows XP operating system.  Our company upgrades all computers to Windows 7, and we'll upgrade to LabVIEW 2010 or 2011, everything that is currently

  • Liteon Cd ROM completely lacking in 'My Computer'. Help, please! (Someone... Please help!)

    Hello.  I tried to contact the OEM directly, but it has been a week and no response.  I hope someone can help me please.  I copy the email below.  Because I sent this e-mail, I found more "evidence" of the prior exestance of CD ROM  Although it is co

  • Addition of E1550 Repeater

    Hello Forgive the deep ignorace arising from the nature of the questions. I have a Linksys E1550.  I would like to extend its range by using an old Netgear N600 I have laying around.  I know that the Netgear can be used as Repeater.  I don't know wha