PHP connections  using "zend" generates information on database logs

Hi
A customer has detected a strange issue on his database with PHP connections.
Lots of messages like next are reported on the shared server logs:
*** TRACE DUMP CONTINUES IN FILE /oradata/oraaa002/admin/bdump/oraaa002_s001_24956.trc ***
Dump file /oradata/oraaa002/admin/bdump/oraaa002_s001_24956.trc
*** TRACE DUMP CONTINUED FROM FILE /oradata/oraaa002/admin/bdump/oraaa002_s001_24956.trc ***
This is a problem as the files grown and grown until the filesystem is full.
After a lot of testing they have confirmed that these messages are generated by the connections from application connected to database using zend. Other applications using PHP without zend doesn't generate these messages.
Do you hear about similar issues?
Do you know about any difference on connections which could generate this behaviour?
Is there any kind of certification?
- The database is 10.2.0.5
- oracle oci8 used = 1.4.5
- PHP is 5.2.14 64bits.
Thanks in advance
Mercedes

Sorry for the delay
I was not able to work on this issue again until now.
Yes, the non-Zend PHP applications also connect to oracle database but they don't generate this information.
I work on Oracle Support but rhere isn't any information about this problem on our knowledge database and unfortunately there is few information about Zend connection. I have open this thread to know if anyone could help us to know the differences between this connections which could help us to identify the cause.
what is the difference between these connections?
Thanks
   Mercedes

Similar Messages

  • CS3 mysql database connection using php

    Hi, this is my first time trying to connect to a database.  I have created a mysql database with my hosting provider.  I am also configured to use php. I have ready numerous threads on this topic, but am still confused.
    I am getting the following error message:
    When I enter the following information into the connection string, I get the following error Error http error code 404 file not found. The site does not map to ftp.readyhosting.com/_mmserverscripts/mmhttdb.php Is the location of mysql server correct? Connection name ? user defined ?aosprod?
    Mysql server = aoswebeditor.readyhostingmysql.com.  Also, this is not the same location as the web server. 
    The hosting company provides the following php code to connect to the database. 
    <?php
    $link = mysql_connect('aoswebeditor.readyhostingmysql.com', 'aosweb', '*password*');
    if (!$link) {
        die('Could not connect: ' . mysql_error());
    echo 'Connected successfully';
    mysql_select_db(aos);
    ?>
    Because of the connection dialog boxes in CS3, I have not used this php code but only used the mysql server aoswebeditor.readyhostingmysql.com.
    My requirements are very simple, I want to use the same remote database for the dreamweaver connection for the remote and testing server.
    Any ideas would be appreciated.
    Thanks. George

    First of all, you seem to be mixed up about terminology. ASP stands for Active Server Pages, and is a type of server technology similar to PHP. I think you mean ISP (Internet Service Provider). However, this is not correct, either. An ISP provides your connection to the internet. Although some ISPs also host websites for their customers, your website is normally located at a hosting company. You need to get that mixup out of the way. Otherwise, you might confuse people with future questions about ASP, when you actually mean something completely different.
    OK, lecture over...
    Your hosting company is following standard procedure by preventing remote access to MySQL databases. However, Dreamweaver does make it possible to use your remote database and website for testing purposes. It does so by uploading a hidden folder called _mmServerScripts to your remote server. This performs a local connection with your database, and then sends the results back to your local computer. When setting up your testing server definition in Dreamweaver, you need to provide the details as I indicated before. When creating a MySQL connection in Dreamweaver, fill in the server name and account details as given to you by your hosting company. If everything is set up correctly, you should be able to use your remote server and database for testing.
    Having said that, it is much better to install a local testing environment. You'll find it faster, and it also lets you make mistakes (an essential part of the learning process) in the security of a closed environment. For details of how to set up a local testing environment, see this article in the Adobe Developer Connection.

  • In the ReportDocument.Load method it tries to connect using the using the connection information embedded in the Report File

    Post Author: bhaveshbusa
    CA Forum: Crystal Reports
    In the ReportDocument.Load method it tries to connect using the using the connection information embedded in the Report File. When the application calls ReportDocument.Load(reportFileName). This
    tries to connect to the database using the connection information embedded in
    the "reportFileName". This was only realised on checking the ODBC Trace
    Log. The connection itself is not a problem. The problem is that the embedded
    connection information is related to OLD production system. And failed
    connections had raised some concerns.
    Note: I am using
    SetDataSource to populate the data for the report. So I don't need the
    connection.
    Is there any way I
    can disable this auto-connect?
    Thanks and
    regards,
    Bhavesh

    960738 wrote:
    I need a help in answering one of the issue encountered last week.
    I have created a database link and tried to access the information from a table using the program written in another language. The password provided was incorrect for that user while creating database link. So we expected that,while retrieving the data, Database connection has to be errored out as password provided is incorrrect.
    But unfortunately, user account was locked out. When i checked with DBAs they mentioned that it tries to connect 16 ports with in a min of time.we were shocked as it STOPS another scheduled jobs with that user. and affects production badly.
    As per the program, it has to connect only one time and yesterday we tried to execute the program in DBAs observation and it errored out as expected. Didn't tried for multiple ports.
    Now the question is, WHY the database connection established 16 times last week and caused user account locked. DBAs are unable to answer it. Any EXPERTs opinion on this would greatly appreciated.
    I have verified managing ports in oracle documentation, it was mentioned that if one port is busy it will try to connect to another port in the range of ports mentioned during the installtion. DBAs verified ports related file and it was blank. and they are not agreeing with this reason. Please HELP me in finding the correct REASON for this.
    is it a NETWORK issue or issue with DATABASE SERVER only?
    Thanks
    SSP
    Edited by: 960738 on Sep 22, 2012 9:13 PMDBLINK is 100% oblivious to the fact any port exists.
    DBLINK only contains username, password & TNS Alias.
    can you post actual SQL & results?

  • Connecting A Dreamweaver site to a database using localhost

    I have created a number of websites that connect to a databasde on localhost using the Windows\database utility built into Dreamweaver with no problems.
    Recently my version of Dreamweaver started crashing and DW Support did some work to rer4solve that.
    Now I cannot create a database connection to localhost and support say they are not trained to help.
    Here are the steps and error message
    Server Name: fhm
    Connect Using: Local/Network
    Server Folder: D:\FullHouseMarketing\
    Web URL: http://fhm/
    Server Model:PHP MYSQL
    In the Database Panen there are ticks against
    1) Create a site for this file
    2) Choose a document type (PHP)
    3) Set up the site's testing server
    Fill in the form and click select database
    Http Error Code 404 Filoe Not Found
    1) There is no testing server running on the server machine. (There is only one machine, the server is localhost, it is running and I can access the database)
    2) the testing server specified for this site does not map to the http//fhm/_mmServerScripts/MMHTTPDB.php&Type=MYSQL&ConnectionString=host=locaslhost.uics5 write.pwd=Smp URL. Verify that the URL Prefix maps to the root of the site. ( I have no idea how to do that)
    Any help appreciated

    mr.ztch wrote:
    Are you saying there is a new way to coonect with a database? If so could you point me to the documentation.
    Yes BUT you have to code it by hand.
    Start here, a 9  part video tutorial:
    https://www.youtube.com/watch?v=BEbKji_pSZM
    Connecting to a database is in part 3.
    You cannot mix up msql and mysqli so if you connect using mysqli which the video covers you need to use mysqli to query the database which is also covered in the video series. DW used mysql to connect and query.
    I stopped using the DW server behaviours some time ago............best thing I ever did.

  • How ADBC connection is benefits by using SAP HANA as secondary database ?

    Hi,
    I have one more important question.
    How ADBC connection is benefits by using SAP HANA as secondary database in terms of performance wise for the access of data from HANA database as a secondary database.
    I have 2 options and which is better for the good performance for accessing the data-
    1 .  In ABAP Reports in the SELECT statements by using CONNECTION (“HDB”) will this improve the
         performance.
          e.g : select * from BSEG into TABLE IT_TAB CONNECTION (“HDB”).
    2. Will Create the Stored procedure in HANA studio and Call
       from ABAP as below by using NATIVE SQL–
         EXEC SQL
          SET CONNECTION (‘HDB’).
         ENDEXEC.
        EXEC SQL.
          EXECUTE PROCEDURE proc (IN    p_in1                       
                                 OUT   p_out1   OUT   p_out2 )
       ENDEXEC.
    Regards,
    Pravin
    Message was edited by: Jens Weiler
    Branched from http://scn.sap.com/thread/3498161

    Hi Pravin,
    Option 1: In this case ADBC might even worsen the performance due to the overhead in the ADBC framework. OpenSQL is the method to go here, as OpenSQL - from the ABAP point of view - features the optimal communication with the database while ADBC has overhead like constructor-calls for the statement, parameter binding, etc.
    Option 2: In this case ADBC is comparable with EXEC SQL but features more options, e.g. clean concept of multiple connection (connection objects via CL_SQL_CONNECTION), exception handling, etc. So I strongly propose to favour ADBC over EXEC SQL, but not simply for performance reasons. You might have a look at the ABAP Language Help in your system on more information on ADBC and the advantages over Exec SQL.
    Cheers,
      Jasmin

  • How can I use SQL TOOLKIT concurrently with Database Connectivity ?

    I have installed LabVIEW 6.1 with the Database Connectivity Toolkit and the SQL Compatibility Toolkit (e.g. _SQL folder). I am trying to make the transition from the SQL Toolkit VIs to the Database Connectivity toolkits, but for compatability with existing systems I would like to be able to run the two sets of VIs concurrently (but not in the same app).
    When I read into 6.1 a connection VI that I wrote with LabVIEW 6.0 and the SQL toolkit the connection reference type gets changed from a number to type connection (see attachments) . Does compatbility mean that my SQL toolkit VIs are converted to a form compatible with the new ADO ?
    Can I use the SQL Toolkit VIs or the Database connectivit
    y VIs in the same installation of 6.1 ?
    Can I have the SQL Toolkit VIs appear on the functions pallette and function as they did when only the SQL toolkit was installed ?
    Attachments:
    CNNCT.vi ‏20 KB
    CNNCT.vi ‏22 KB

    In response to your #2 below:
    Actually it is possible to have the old SQL Toolkit and new Database
    connectivity in the same installation of LabVIEW. I have only tried it on
    6i, but don't see why it wouldn't work on 6.1. The trick is not to install
    the SQL toolkit compatabitily VI's. The old SQL toolkit uses the Intersolve
    dll through ODBC while the new Database connectivity uses ADO so it is
    possible to use both methods not only in the same LabVIEW install, but it
    the same running application. It has been a while since I originally did
    this, so I am posting only to mention that it is possible and not exactly
    how to do it. If anyone is interested in more details just respond.
    Brian
    "Jeff B" wrote in message
    news:[email protected]...
    > First, direct answers to your direct questions:
    >
    > 1. Does compatbility mean that my SQL toolkit VIs are converted to a
    > form compatible with the new ADO ?
    >
    > Yes
    >
    > 2. Can I use the SQL Toolkit VIs or the Database connectivity VIs in
    > the same installation of 6.1 ?
    >
    > No
    >
    > 3. Can I have the SQL Toolkit VIs appear on the functions pallette
    > and function as they did when only the SQL toolkit was installed ?
    >
    > No
    >
    >
    > Now an elaboration:
    >
    > Having the old SQL Toolkit and the new Database Connectivity Toolset
    > installed on the same version of LabVIEW on the same computer is not
    > supported.
    >
    > Once you install the Database Connectivity Toolset, any VIs written
    > with the SQL Toolkit will run, but with the ADO layer, as you
    > suspected.
    >
    > Internally, the only way we can have both the SQL Toolkit and the
    > Database Connectivity Toolset installed on the same computer for
    > troubleshooting customer issues is to have them installed on different
    > versions of LabVIEW. I, for example, have LabVIEW 5.1.2, 6.0.3, and
    > 6.1 all installed on my computer, and I have the SQL Toolkit install
    > on LabVIEW 5.1.2, and the Database Connectivity Toolset installed on
    > LabVIEW 6.0.3. In this configuration I can still run SQL Toolkit VIs
    > independent of the Database Connectivity Toolset if I open and run
    > them in LabVIEW 5.1.2.

  • How to create database connection using DB2Driver in JDeveloper 10.1.2.1.0?

    I am trying to create a JDeveloper/Data Connection using com.oracle.ias.jdbc.db2.DB2Driver. The driver is registered from a User Libraries: DataDirect JDBC. I have the following class path for the library:
    E:\DataDirect\3.4\lib\YMdb2.jar;E:\DataDirect\3.4\lib\YMbase.jar;E:\DataDirect\3.4\lib\YMutil.jar
    I have no trouble configuring the connection but when I test it and I got ‘No suitable driver Vendor code 0’. What’s wrong? I have successfully created several database connections using Oracle thin driver. This is first time I am using a third party driver. Has any one successfully create a database connection using the com.oracle.ias.jdbc.db2.DB2Driver?

    Hi
    Since the error points to the unavailability of the driver class,can you double check your library claspath entries again.
    I just tried a DB2 connection using the following properties and the connection went through fine:
    Driver class name: com.oracle.ias.jdbc.db2.DB2Driver
    URL: jdbc:merant:db2://<host_name>:50000;DatabaseName=SAMPLE
    Thanks
    Prasanth

  • Database connection using sqlplus

    Hi All,
    Can someone please do explain why am getting different result with the following scenarios:
    scenario 1
    1. I installed a database server and created a user ops$user1 identified externally.
    2. I created a unix user user1 (on the same machine) and make it member of oinstall and dba groups, set the environment variables the same as the oracle user.
    3. I create a database user user2 identified by password2
    4. Login as user1
    5. run sqlplus /nolog
    6. conn / <----- connection successful
    7. conn user2/password2 <---- connection successful
    scenario 2
    1. I created instantclient group and user (nologin) with home directory at /opt/instantclient (perm 750).
    2. I installed instantclient together with sqlplus and put it in /opt/instantclient.
    3. I modified the group profile of user1 by removing oinstall and dba, member it to instantclient group.
    4. set environment variables PATH, ORACLE_SID, LD_LIBRARY_PATH, CLASSPATH to include /opt/instantclient folder.
    5. Login as user1
    6. run sqlplus /nolog
    7. conn / <----- got an error, it says ORA-12545: Connect failed because target host or object does not exist
    8. conn user2/password2 <---- the same error
    9. conn user2/password2@oracle_sid <-- successful
    How come when using instantclient I need to supply the oracle sid? What we need is to connect using instantclient and need not to specify the oracle sid. Is this possible?
    Many thanks for those who will reply.

    Here it is:
    SQL> show parameter authent
    NAME_COL_PLUS_SHOW_PARAM
    TYPE
    VALUE_COL_PLUS_SHOW_PARAM
    os_authent_prefix
    string
    ops$
    remote_os_authent
    boolean
    FALSE

  • How many number of database connections used in a transaction

    Hi All,
    We are using weblogic 8.1 with Oracle 9i both running on windows 2000. We are trying to estimate the potential resource usage in the system we are building. As part of this activity we want to find out how the database connections are used for entity beans -
    If a session bean calls more than one entity beans
    (each method in the entity bean doing one update) does weblogic use the same database connection for all the entity beans or does it use seperate connections ? Is such behaviour documented somewhere ?
    Here the assumption is all the entity beans are linked to the same datasource.
    If the (default) behaviour is to use seperate connections is there a way to make it use one connection across multiple entity beans.
    Thanks
    Kingshuk

    Hi Bodapati,
    Sorry for the delay in replying to this.
    There is optimization, which will use the XA
    connections from the pool. Can you tell me what your
    observations are? I may be able to see if we can tune it.From our tests the XA driver too appear to make use of one connection only for the life of the transaction. There is a good document here explaining how it is ensured that only one connection is used - http://e-docs.bea.com/wls/docs81/oracle/trxjdbcx.html#1083132
    Quoting from the above URL :
    When a thread attempts to use a connection, the XA jDriver calls xa_open (and xa_start) to create the connection and associate it with the thread. After the database connection is created, the connection remains associated with the thread; the driver does not call xa_close. When the thread subsequently needs a database connection, it uses the same database connection associated with it, even though it appears to get and return a connection from the JDBC connection pool
    I am not sure why you say the connections will be
    blocked. One connection will be blocked only if you are > using non-XA driver to setup the pool, until the
    transaction commits. For XA there is no need to reserve
    the same connection for the transaction.Probably my understanding on this is incorrect and I need to read up. I was under the impression that - once a transaction begins, each connection used within that transaction, is enlisted as a part of that transaction and can not be used by in another transaction until the transaction commits or rollsback.
    Thanks
    Kingshuk

  • How to make new database connection using Oracle BI Interactive Dashboards

    Hi,
    I install Oracle BI Intelligence on my system.
    I am using Oracle BI Interactive Dashboard. Here we have default database connection.
    but now i want to use it for my own database. Can any body give me guideline how to
    make a new data base connection using this s/w or how to connect to my database so
    that i can make my own reports.
    I am using
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    this link.
    i make odbc connection which is fine.
    but
    Restoring the Business Intelligence Presentation Catalog and Updating Metadata
    The third point blow above heading is not clear.
    Thanks

    Umesh - in order to build Answers and Dashboard content you must first setup a Physical model, then a Business model, followed by a Presentation Catalog/Subject Area.
    All these tasks are carried out using the Repository Administration Utility.
    1) Import your physical tables using OCI/ODBC into the physical layer.
    2) Build your model
    3) Deploy
    Then you're ready to start building answers/dashboards.
    Good Luck.

  • Edit the database that RH10 uses to generate the CPD file

    Is it possible to edit the database that RH10 uses to generate the CPD file? I've got one weird entry in the topics list in the Project Manager pod. I've deleted the CPD file and let RH10 rebuild it but the entry is still there.  My team leader would like me to get rid of the entry before we send the project to translation. Thanks.

    Dang, I saw that same problem occur with a project I was trying to fix but eventually I had to start over on a fresh copy of the broken project and did not create the problem again.
    If you are using an agency that translates and uses RoboHelp, the last thing I would have done is delete the snippet. They would have translated that once instead of everywhere it is used thus keeping costs down. That is an aside though.
    Do you have a backup of the project so that you can recreate the Snippet in the hope that the project is good with that in and you can then delete again to check you used the right option?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • 11g R2(11.2.0.2)-Not able to connect using SID - Win 7 32 bit

    Hi Experts,
    I have installed 11gR2(11.2.0.2) on Win 7 32 bit OS.
    I am able to start database and listener services without any problem. ORACLE_BASE and ORACLE_HOME variables are set.
    I am even able to connect to database using "sqlplus user/pass". (With ORACLE_SID variable set)
    However, sqlplus command hangs when I try to connect using SID "sqlplus user/pass@o11gr2".
    (No error, after waiting for >20 minutes I have to kill the command.)
    =================
    Following in "C:\Oracle\product\11.2.0.2\dbhome_3\RDBMS\trace\o11gr2_ora_6352.trc"
    - "2012-04-05 09:50:55.846: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\ocr cannot be opened. error 2"
    Following in "C:\Oracle\product\11.2.0.2\dbhome_3\log\machinename\client"
    - 2012-04-26 14:35:18.781: [ default][1216]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][1216]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    "tnsping" returns OK for "tnsping o11gr2", "tnsping localhost", "tnsping 127.0.0.1", "tnsping 192.168.0.1"
    Output of LSNRCTL:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Production
    Start Date 26-APR-2012 14:35:17
    Uptime 0 days 0 hr. 4 min. 6 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\product\11.2.0.2\dbhome_3\network\admin\listener.ora
    Listener Log File C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    Services Summary...
    Service "O11GR2" has 2 instance(s).
    Instance "O11GR2", status UNKNOWN, has 1 handler(s) for this service...
    Instance "O11GR2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    =================
    This was working earlier. One day it stopped working all of a suddent and I am not able to connect using SID till now.
    I tried re-installing in different home multiple times. But no luck even after disabling firewall completely.
    Any suggest/help is greatly appreciated on this.

    ------------------------------tnsping-------------------------
    C:\>tnsping o11gr2
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 26-APR-2012 14:54:32
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\11.2.0.2\dbhome_3\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = J1009615W7LT.jda.corp.local)(PORT = 1521
    ))) (CONNECT_DATA = (SERVICE_NAME = O11GR2)))
    OK (30 msec)
    C:\>
    -----------------------------ping-------------------------------
    C:\>ping J1009615W7LT.jda.corp.local
    Pinging J1009615W7LT.jda.corp.local [fe80::20c9:b748:311a:95e4%14] with 32 bytes of data:
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Reply from fe80::20c9:b748:311a:95e4%14: time<1ms
    Ping statistics for fe80::20c9:b748:311a:95e4%14:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\>ping 10.60.200.221
    Pinging 10.60.200.221 with 32 bytes of data:
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Reply from 10.60.200.221: bytes=32 time<1ms TTL=64
    Ping statistics for 10.60.200.221:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\>
    -----------------------------C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\alert\log.xml---------------------------------
    </msg>
    <msg time='2012-04-26T14:35:18.855-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:26.200-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:35:26 * ping * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:43.204-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:35:43 * ping * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:55.952-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-04-26T14:35:55.953-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:35:55 * service_register * O11GR2 * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:37:08.732-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:37:08 * ping * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:38:34.943-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:38:34 * (CONNECT_DATA=(SERVICE_NAME=O11GR2)(CID=(PROGRAM=C:\oracle\product\11.2.0.2\dbhome_3\bin\sqlplus.exe)(HOST=J1009615W7LT)(USER=j1009615))) * (ADDRESS=(PROTOCOL=tcp)(HOST=fe80::20c9:b748:311a:95e4%14)(PORT=51907)) * establish * O11GR2 * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:39:23.627-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>WARNING: Subscription for node down event still pending
    </txt>
    </msg>
    <msg time='2012-04-26T14:39:23.628-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:39:23 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=j1009615))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * status * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.550-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>System parameter file is C:\Oracle\product\11.2.0.2\dbhome_3\network\admin\listener.ora
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.551-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Log messages written to C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\alert\log.xml
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.552-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Trace information written to C:\Oracle\diag\tnslsnr\J1009615W7LT\listener\trace\ora_11640_3776.trc
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.553-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Trace level is currently 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.553-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.555-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Started with pid=11640
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:25.560-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:26.695-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Listener completed notification to CRS on start
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:26.712-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:29.880-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=J1009615W7LT.jda.corp.local)(PORT=1521)))
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:29.881-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:54:29 * service_register * O11GR2 * 0
    </txt>
    </msg>
    <msg time='2012-04-26T14:54:32.090-04:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='J1009615W7LT'
    host_addr='fe80::20c9:b748:311a:95e4%14'>
    <txt>26-APR-2012 14:54:32 * ping * 0
    </txt>
    </msg>
    Edited by: 850920 on Apr 26, 2012 11:59 AM

  • Information about databases available through portal?

    I am an Oracle Portal novice so please excuse the question. What type of information can I extract from a database using Oracle Portal so that it can be published to the web? I am interested in things such as (to name a few):
    Instance Alias
    Instance Name
    Server
    Port
    DB Version
    SGA Size and Status
    Tablespace information
    Connected Sessions

    Most of this information (and more) can be retrieved through the portal immediately. There is a portlet for database information in Portal Admin Pages (portal30.home).
    Regards,
    Bram

  • Connecting To Zend AMF Backend Via HTTPS

    Environment:
    - Flash Builder 4
    - Flex 4 Beta 2
    - Zend AMF (the one that gets automatically downloaded in Flash Builder 4)
    Issue:
    Using Flash Builder's "Connect To PHP" wizard, I can connect to my Zend AMF backend via HTTP but not HTTPS (and yes, my domain does have a valid SSL certificate from a trusted CA - it is not self signed).  Upon selecting the PHP class (using a SFTP mount to my web host) via the wizard, Flash Builder dies when "introspecting the service" and it throws this error:
    Make sure that Zend Framework is installed correctly and  the parameter "amf.production" is not set to true in the amf_config.ini file  located in the project output folder.
    Warning:  require_once(Zend/Loader/Autoloader.php) [function.require-once]: failed to open stream:  No such file or directory in /home <blah>
    If I change my PHP backend's URL from https://<domain> to http://<domain> then it works but I obviously need to use SSL for this application.

    I upgraded to Zend Framework 1.10, which didn't help.  I also just installed Flash Builder 4 Premium (which was just released today) and that didn't help my situation either although I believe the problem is how I'm attempting to get my Flex client to communicate to my hosted web server.
    All the examples I've seen demonstrate how to connect a flex client and PHP backend (via Zend AMF) to LOCALHOST.  I need to develop my Flex client on my laptop and hook into my PHP backend running on a hosted web server (not localhost).
    Here are my server properties:
    - Application server type = PHP
    - Server location:
         - web root = Y:  (this maps to my Y: drive on windows which is a SFTP mount to my web host)
         - root URL = https://cl21.<web_host>.com/~<username>
    - Output folder = Y:\<app>-debug
    I can get this to work if I use my dedicated domain name www.<my_domain>.com but I haven't yet purchased a dedicated IP and SSL certificate so I'm attempting to use my web host's shared SSL certificate (which is valid).  The problem seems to be related to the setting "root URL".  Can you not point the flex client to anything other than a root URL?  Most server-side development happens on a shared dev server (e.g. sandbox.company_name.com/developer1, sandbox.company_name.com/developer2, etc.)

  • HS : Connecting from 9.2.0.8 database on AIX to  MS SQL 2008R2

    Hello ,
    We have a requirement to connect from 9.2.0.8 database on AIX to MS SQL 2008R2 .
    Source :
    Oracle : 9.2.0.8 (64 bit)
    OS : AIX - 4.3.3.0/5.3.0.0 (64-bit)
    Target :
    MS SQL : 2008R2
    OS : Windows 2008 (64-bit)
    1] Can we use - Database Gateway for SQL Server for the above set up ? If so , does this require a separate license ?
    2] Where Do we need to install the "Database Gateway for SQL Server " -- soruce or target server ?
    3] Is there any other solution apart from using "Database Gateway for SQL Server " ?
    THanks,
    shashi

    Shashi,
    To answer your questions -
    1] Can we use - Database Gateway for SQL Server for the above set up ? If so , does this require a separate license ?
    Yes, you can use DG4MSQL and it does require a separate license.
    Your best option would be to use the latest version which is 11.2.0.3 but this requires you to apply patch 5965763 to your 9.2.0.8 RDBMS. See this note in My Oracle Support -
    Note.549796.1 Desupport of Oracle Transparent Gateways (Doc ID 549796.1)
    You also need to be on a particularAIX version as shown in the certification matrix -
    http://www.oracle.com/technetwork/database/gateways/certmatrix-168347.pdf
    if you install the gateway on AIX.
    2] Where Do we need to install the "Database Gateway for SQL Server " -- soruce or target server ?
    You can install DG4MSQL on any machine and connect to it from the RDBMS on AIX using database links. So, you can install on either AIX or Windows where SQL*Server is running. There is no difference in the performance.
    3] Is there any other solution apart from using "Database Gateway for SQL Server " ?
    You could also use the Database Gateway for ODBC (DG4ODBC) which uses a third party ODBC driver to make the connection between the gateway and the non-Oracle database. This is included with your RDBMS license but you need to supply the ODBC driver
    The following notes on My Orcle Support have further details and information -
    Master Note for Oracle Gateway Products (Doc ID 1083703.1)
    Options for Connecting to Foreign Data Stores and Non-Oracle Databases (Doc ID 233876.1)
    Functional Differences Between DG4ODBC and Specific Database Gateways (Doc ID 252364.1)
    Gateway and Generic Connectivity Licensing Considerations (Doc ID 232482.1)
    Depending what you want to do you could also use the GoldenGate product to replicate between Oracle and SQL*Server -
    http://www.oracle.com/technetwork/middleware/goldengate/overview/index.html
    This also requires aa separate license.
    Regards,
    Mike

Maybe you are looking for

  • Outgoing Payment  and Bank Reconcilaition.

    HI All,          I have an issue regarding the bank account balance shown in the Bank G/L account. In case, cheques issued for outgoing payment but do not get cleared for more than a month, how do i carry forward it to the next month so that after re

  • How do I erase a toolbar I created?

    I created a toolbar that I don't need anymore, but I can't find a way to erase it, how can I do this? Thanks.

  • Webcam not working

    Hello, not surewhere to post this but i have the hp g42 475dx and i recently reset it. Everything else works fine but the built in webcam will not, im more than likely missing a driver, and it doesnt pop up in device manager. Hp wants me to pay them

  • Moving from SQL Express to SQL Server

    Our Robosource Control v3.1 database just hit the 4GB limit with SQL Express. Could anyone pass along any advice for changing to from SQL Express to SQL Server 2008? Many Thanks!

  • Epson Perfection "Supported Twain Driver"

    I moved my Epson Perfection 1670 over to my new Apple Mini Server, installed the Epson Software, and get this message when trying to scan:  "Please install the supported Twain driver."  I have looked everywhere on Epson's web site for the "Supported