Oracle Informix Gateway doesn't work

Hi,
I have to update an Informix DB with data from our Oracle System. My DB-Admin has tried to set up a gateway but something is probably wrong configured. When I try to execute a query, I get this error message:
FEHLER in Zeile 1:
ORA-28500: Verbindung von ORACLE zu Fremdsystem gab diese Nachricht zuruck:
[Transparent gateway for INFORMIX][C077] Could not find symbol 'apt_eut_infint'
in dynamic library
[C079] Failed to load dynamic library 'hsdb_inf'
PATH =
/usr/bin::/usr/local/bin:/usr/local/samba/bin:/opt/SMAW/bin:/opt/SMAW/sbin:/u01/app/oracle/product/10.2.0/db_2/bin:/u01/app/oracle/product/10.2.0/db_2/oui/bin:/u01/app/oracle/product/10.2.0/db_2/OPatch:/opt/microfocus/cobol/bin:/usr/ccs/bin
LD_LIBRARY_PATH =/u01/app/oracle/product/10.2.0/db_2/lib32:/opt/IBM/informix/lib:/opt/IBM/informix/lib/esql
[C077] Could not find symbol 'INFORMIX' in dynamic library
ORA-02063: vorherige 8 lines von IFMX
Any suggestions?
Thanks!

Please be aware the Transparent Gateway has been desupported since 15th of March 2008. We commonly advice customers to switch to the follow up product DG4MSQL V11.
Now regarding the error you get:
- please make sure you've installed Informix Client SDK version 2.8U is required
The gateway release you have does not support a higher version of the 32bit Informix client.
If you use this release of Informix client, please post the listener.ora and best would be to get the part of the truss file where the gateway tries to load the Infomrix libraries.
Commonly you would see in a truss file lines like:
20094:     stat("/opt/IBM/informix/lib/libixsql.so" ... and it is now important to know if the libs are loaded correctly.
A truss file is generated by locating the listner process that spawns the gateway:
ps -ef|grep tns
and then to attach the truss process to the listener process:
truss -fae -o gtw.log -p <listener process id>

Similar Messages

  • I configure the JServ , but Oracle HTTP Server doesn't work agian

    my Oracle HTTP Server doesn't work after i've configured the JServ by Oracle Enterprise Manager.
    when i run flowing command :
    D:\oraias\dcm\bin>dcmctl getstate -v
    and Error message : "ADMN-100999 Base Exception:
    java.lang.ClassCastException:java.lang.Boolean" has shown.
    and i navigate Enterprise Manager web site these Error Message showing:
    "Your browser or operating system is not a supported client configuration for this version of Enterprise Manager. Using Enterprise Manager with your current client configuration may result in incorrect display of data or incorrect updates to configuration settings. See the release notes for information on supported client configurations. Root Cause: java.lang.Boolean. java.lang.Boolean"
    how can i do? please help me.
    THX

    The key message -
    mod_plsql: /pls/htmldb/htmldb_login HTTP-503 ORA-12541
    Looking up that error gives -
    [jes@spdb1 ~]$ oerr ora 12541
    12541, 00000, "TNS:no listener"
    // *Cause: The connection request could not be completed because the listener
    // is not running.
    // *Action: Ensure that the supplied destination address matches one of
    // the addresses used by the listener - compare the TNSNAMES.ORA entry with
    // the appropriate LISTENER.ORA file (or TNSNAV.ORA if the connection is to
    // go by way of an Interchange). Start the listener on the remote machine.So it looks like the listener isn't running for your database to me (i.e. "lsnrctl start")

  • Oracle client 9i doesn't work for windows ordinary user

    Hello All,
    I've installed oracle 9i client on windows xp. Client software works for user belonging to windows administrators group. it doesn't works for ordinary users not belonging to administrators group. Particularly when i run sqlplus from command line i get following error :
    Incorrect environment variable PLUS_DFLT
    Program execution error.
    i also need access to Oracle ODBC driver.
    When i try to configure ODBC source (created by user with administrator privileges) by common user i get following errors :
    The setup routines for Oracle for Oracle in OraHome9i ODBC driver couldn't be loaded due to system error code 5
    Could not load the setup or translator library
    Very appreciate for any help.
    Regards Arkadiusz Masny

    It sounds like the users on the machine do not have access to the Oracle home directory. Check the permissions of the folder by right properties, select the user and check that they have read and then select advanced. Tick the "replace permission entries....." box and apply. This will re apply all user rights in all folders and subfolders. Try again.
    HTH Mark F

  • Oracle standard example doesn't work

    Hi All,
    I am surprsied to see that following standard example from Oracle doesn't work as expected. http://www.oracle.com/technology/products/integration/esb/files/stringtoxml.zip
    Did any one face same error with it?
    Regards,
    Vigni

    Hi,
    The xml string is not valid, you need to place the following part at the beginning of the string:
    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
    So the first line needs to read:
    String in = "&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n<parameters xmlns=\"http://www.tcs.com/WSIF/insurance/IdentifyPolicy/1.0\">\n" +
    You also must change the indexOf parts to >=0 instead of >0. the parseString method should be:
    public static NodeList parseString1(String inputXML) throws XMLParseException,
    SAXException,
    IOException {
    System.out.println(inputXML);
    StringBuffer s4= new StringBuffer(inputXML);
    int index = 0;
    while(s4.indexOf("&gt;") > 0 || s4.indexOf("&lt;") >= 0){
    index = s4.indexOf("&gt;");
    if (index>=0)
    s4.replace(index,index+4,">");
    index = s4.indexOf("&lt;");
    if (index >=0)
    s4.replace(index,index+4,"<");
    System.out.println(s4.toString());
    DOMParser parser1 = new DOMParser();
    ByteArrayInputStream Bis1 = new ByteArrayInputStream(s4.toString().getBytes());
    parser1.parse(Bis1);
    XMLDocument xd1= parser1.getDocument();
    return (xd1.getChildNodes());
    Regards,
    Andre

  • Default Gateway doesn't work when entered in address bar

    I'm trying to get to my router's settings. The default IP address of my router (192.168.1.1) doesn't work when I enter it in the address bar. Neither does the Default Gateway that I got from clicking on start, run, typing cmd and then ipconfig/all. Does anybody know how I can access my router settings without resetting it?

    That seems to be the modem default gateway... is your PC connected to the modem via a USB cable? (sometimes that might be the case)... or what port of the router is your modem connected to?

  • Oracle JDBC OCI doesn't work on Linux

    Hi,
    I'm using Oracle on Linux(RH6, kernel 2.2.13)
    Oracle works fine.
    JDBC Thin driver -OK!
    But java receives SIGSEV when I'm using JDBC OCI. More specific, it seems to be a problem with the so library associated to this driver, cause this SIGSEV happens in a native method.
    Help?

    Have you posted this question to the JDBC/SQLJ Users group on Technet.
    This is a JSP users group.

  • ODBC Drivers for Oracle 8.1.6 Doesn't work on Windows ME

    Hello. I am in the need of running some aplications (ArcView, in fact) that needs connection to an Oracle 8.1.6 installed on a sun ultra machine. My client machine runs that awful Windows ME.
    The matter is that i've tried installing the Oracle 8i Client, the Oracle 8i Enterprise Manager, and even the Oracle Enterprise Manager Cache (that had worked to me earlier over Win98).
    All of that clients use the Oracle Universal Installer (Java-Based) and when is time for choose the oracle_home for installation that doesn't appear, just the box ready for enter the destination path. I did that, the installer reads the package list and then there are en error message: "There was a problem in the staging area. Please check the source an destination paths are correct". And, of course, that paths are good. Trying to install just the odbc driver (downloaded), causes the same. Anyway the driver needs the net client.
    I've tried installing Oracle 8 client (8.0.4), but the drivers doesn't work at all.
    the microsoft ODBC driver is just for 7.3 versions of Oracle, and is too out of date for my purposes.
    Any help will be appreciated. Thanks in advance.

    Last I heard, the Oracle client wasn't certified on Windows ME. There are folks who have posted to the Oracle newsgroups with registry hacks to work around the problem if you're interested in going down that path.
    Justin

  • Subquery for inserting doesn't work in Oracle package

    I have experienced a very strange scenario while inserting data inside a Oracle package.
    I have two tables:
    - table "A"
    Columns: "ID", "Value1", "...."
    - table "A_Backup", which contains backup data for table A. It has one more column "BATCH_NUMBER" than table A
    Columns: "BATCH_NUMBER", "ID", "Value1", "...."
    I created following procedure in a package to backup data from table "A" to "A_Backup".
    procedure proc_backup (v_id in number) is
    declare
    v_batch_number varchar2(20);
    begin
    /** generate a batch number using system date */
    select 'BATCH' || to_char(sysdate, 'YYYYMMDDHH24MISS') into v_batch_number from dual;
    /** insert Batch_NUMBER + data from A into A_BACKUP */
    insert into A_BACKUP (select v_batch_number, id, value1, ... from A where A.id = v_id);
    end proc_backup;
    When I debug the procedure, it will not insert any data into A_BACKUP. Apparently, there are some data in table "A" meets criteria "A.id = v_id".
    The strange thing: If I create same procedure. But this time I didn't put procedure inside the package, insert query will work.
    Please help, I have spent a couple of days on this and never make it work. I also tried cursor, it doesn't work either. It seems Oracle package doesn't support "virtual table" (subquery in insert) or whatever you call it.

    Welcome to the forum!
    Whenever you post provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION).
    I don't see any package or test code that calls the procedure or error messages or results from any procedure calls.
    You say you have a problem with a package but don't post the package version of the code you are having a problem with.
    How is anyone supposed to find a problem in code that you don't post? And when you post use \ tags as discussed in the FAQ.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • URGENT ! Oracle application server document link doesn't  work...

    we can't download these document for 3 day.
    http://download-uk.oracle.com/docs/cd/B10468_04/docs.htm.
    Whole library can be dowloaded as zip file but zip file curropted and doesn't work.
    we are at migration stage of application server and we need these documents upgently.
    (we are from turkey)
    Thanks...

    Hi Ali,
    Our Apologies, the file was indeed corrupt.
    However, the developers spotted the issue and new files are currently being externalized for this Documentation Library. They should be live by 17:00 GMT at the same link on OTN.
    Regards,
    Les

  • The link, Lesson 2 : Examining the Metadata Layers, the tutorial, Oracle Business Intelligence Enterprise Edition Suite Overview, doesn't work

    The link for the tutorial for OBIEE suite is, http://download.oracle.com/technology/products/bi/demos/FoundationSuite/LessonIndex.htm
    Unfortunately, the link for Lesson 2 in this tutorial doesn't work. Could anyone help me on this? Or who should I contact to solve this issue?

    Moderator Action:
    This post has now been moved from "Download Issues" forum space to the "Documentation" forum space for closer topic alignment.
    The problem seems to be a malfunctioning Flash program, not any issue with retrieving such program.
    Thus this is an errata issue.
    Somehow, the maintainer of that page need to correct whatever is there.
    To O.P. (user3801117),
    You may need to open a service request with Support to get through to whoever maintains that page.

  • Xdofo:show-carry-forward number-separators doesn't work in Oracle EBS 11i

    I am displaying the ‘page total’ from within the footer of the xml-report by using the page total syntax ‘<xdofo:show-carry-forward name="pt" format="99G999G999D00"/>’.
    Here the issue is that for report displayed in Spanish we are unable to display the Page Total in the required number format ie. The decimal separator should be ‘,’ and the group separator is ‘.’, since the Page Total is auto calculated and we are not able to save this value to any variable.
    Currently Output is coming like: 12,052.00
    Required output: 12.052,00
    As well as I tried the below statement
    <xdofo:inline-total display-condition="exceptlast" name="pt"><xdofo:show-carry-forward name="pt" format="99G999G999D00" number-separators=",."/></xdofo:inline-total>
    But it doesn’t work in Oracle Applications 11i instance.
    Anyone having any idea?
    Regards,
    Madhurendra

    We had a similar issue and we got the solution.
    Try this
    Got the solution and this is very important one !!!
    <xdofo:inline-total display-condition="exceptlast" name="InvAmt"><xdofo:show-carry-forward name="InvAmt" format="99G999G999D00" number-separators=",."/></xdofo:inline-total>
    <xdofo:inline-total display-condition="exceptfirst" name="InvAmt"><xdofo:show-brought-forward name="InvAmt" format="99G999G999D00" number-separators=",."/></xdofo:inline-total>

  • PreparedStatement.setString doesn't work with Oracle 10g.

    Hi all,
    I newbie question regarding the method setString of class java.sql.PreparedStatement. My process require to pass throught a file and check agaisnt a Oracle table if the product id of the given record exist in the table .
    I use the SQL
    select matnr from zncorart_ap where zartleg = ? and zentrleg = ?
    to do that. When i try to replace the ? with the setString method it doesn't work and the query always return no row as ? is not a valid value.
    Thx for your help.
    // Here code snippet of the caller class
    public class Inventory2SAP {
    private ETLSQL productXRef;
    private ResultSet productXRefResult;
    private String inRecord;
    private String prdCat;
    protected void acquireResource() {
      try {       
    //  Instantiate product XRef object.
        productXRef = new ETLSQL();
        productXRef.loadDriver(ch.getProperties("Inventory2SAP.JDBCDriver"));
        productXRef.connectDB(true);
        prdXRefLookup = "select matnr from zncorart_ap where zartleg = ? and zentrleg = ?";
        productXRef.createPrepared(prdXRefLookup);
      catch (SQLException sqle) {
        sqle.printStackTrace();
        System.exit(-1);            
    // Loop this method until EOF        
    protected boolean transform() {
       try {
          productXRef.setString(1, inRecord.substring(0, 8));
          productXRef.setString(2, prdCat);       
          productXRefResult = productXRef.executePrepared();
          if (productXRefResult.next()) {
             System.out.println("Nerver branch here because setString doesn't work");
          else {
             System.out.println("Always row not found");
       catch (SQLException sqle) {
          sqle.printStackTrace();
          System.exit(-1);
    protected void releaseResource() {
       try {
          productXRef.disconnectDB();
       catch (SQLException sqle) {
          sqle.printStackTrace();
          System.exit(-1);
    public class ETLSQL {
        private static Connection con;
        private PreparedStatement pstm;
        private ResultSet rs;
        protected ETLSQL() {
        protected void loadDriver(String driverID) {
           try {
              if (driverID.equals("oracle")) {
                 Class.forName(ch.getProperties("OracleDriver")).newInstance();
           catch(ClassNotFoundException cnfe) {
              cnfe.printStackTrace();
              System.exit(-1);                  
          catch (InstantiationException ie) {
             ie.printStackTrace();
             System.exit(-1);  
          catch (IllegalAccessException iae) {
              iae.printStackTrace();
             System.exit(-1);               
    protected void connectDB(boolean isReadOnly) throws SQLException {
       if (driverID.equals("oracle")) {
          con = DriverManager.getConnection(ch.getProperties("OracleURL"),
          ch.getProperties("OracleUser"), ch.getProperties("OraclePassword"));         
        else {
           System.out.println("Can't connect to the Database");
           System.exit(-1);                
    protected void createPrepared(String SQLString) throws SQLException {
       pstm = con.prepareStatement(SQLString);
    protected void setString(int pos, String s) throws SQLException {
       pstm.setString(pos, s);
    protected ResultSet executePrepared() throws SQLException {
       rs  = pstm.executeQuery();
       return rs;
    protected void disconnectDB() throws SQLException {
       if (pstm != null) {
          pstm.close();     
       if (!con.isClosed()) {
          con.close();
    }

    Ever solve this problem? Seems I'm having the same problem. I'm at a bit of a loss.
    **** Specifically, I get this
    Jan 23, 2007 12:49:51 PM test.JdbcTestHarness doItGood
    INFO: ======= doItGood =======
    Jan 23, 2007 12:49:52 PM test.JdbcTestHarness doItGood
    INFO: It worked...my name is mvalerio
    Jan 23, 2007 12:49:52 PM test.JdbcTestHarness doItBad
    INFO: ======= doItBad =======
    Jan 23, 2007 12:49:52 PM test.JdbcTestHarness doItBad
    INFO: It didn't work my name is mud
    **** When I do this
    package test;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    public class JdbcTestHarness {
         private Logger logger = null;
         * @param args
         public static void main(String[] args) {
              JdbcTestHarness jdbcTest = new JdbcTestHarness();
              jdbcTest.doItGood();
              jdbcTest.doItBad();
         public JdbcTestHarness() {
              this.logger = Logger.getLogger("test");
         public void doItGood() {
              logger.log(Level.INFO, "======= doItGood =======");
              Connection conn = null;
              PreparedStatement stmt = null;
              ResultSet rs = null;
              try {
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   conn = DriverManager.getConnection(
                             "jdbc:oracle:thin:@db1-dev.lis.state.oh.us:2521:test",
                             "dir", "dir");
                   stmt = conn
                             .prepareStatement("select username,password,'true' from account where account.username = 'mvalerio'");
                   rs = stmt.executeQuery();
                   if (rs.next()) {
                        this.logger.log(Level.INFO, "It worked...my name is "
                                  + rs.getString(1));
                   } else {
                        this.logger.log(Level.INFO, "It didn't work my name is mud");
              } catch (ClassNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (SQLException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } finally {
                   if (conn != null) {
                        try {
                             conn.close();
                        } catch (SQLException e) {
                             // TODO Auto-generated catch block
                             e.printStackTrace();
         public void doItBad() {
              logger.log(Level.INFO, "======= doItBad =======");
              Connection conn = null;
              PreparedStatement stmt = null;
              ResultSet rs = null;
              try {
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   conn = DriverManager.getConnection(
                             "jdbc:oracle:thin:@db1-dev.lis.state.oh.us:2521:test",
                             "dir", "dir");
                   stmt = conn
                             .prepareStatement("select username,password from account where account.username = ? ");
                   stmt.setString(1, "mvalerio");
                   rs = stmt.executeQuery();
                   if (rs.next()) {
                        this.logger.log(Level.INFO, "It worked...my name is "
                                  + rs.getString(1));
                   } else {
                        this.logger.log(Level.INFO, "It didn't work my name is mud");
              } catch (ClassNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (SQLException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } finally {
                   if (conn != null) {
                        try {
                             conn.close();
                        } catch (SQLException e) {
                             // TODO Auto-generated catch block
                             e.printStackTrace();
    Any help would be appriciated.......

  • [Oracle Web Service Manager] Issues working with gateway

    Hello,
    Whenever we create a gateway which have a component id other then "C0003001" then we have to create its entry in "gateway-config-installer" and restart soa suite, Why its like that? Ofcourse we can not restart the soa suite on production.
    Moreover, we created a second gateway, it was assinged with id "C0003003" (first one was having if "C0003002") , also we created its entry in "gateway-config-installer" and restarted soa suite, then it was observed that services with gateway C0003003 are working but services with gateway idC0003002 have stopped working. Does this means that only one gateway can be active at a given time?
    Also on some developer machines, service urls provided by the gateway are not working (Page not found error occurs). What can be the possible reasons?

    Hai munir,
    I have some doubt on registering with the gateway and an registering the webservice. I think you have done the same.
    I specify my hostname and ports. I am working on Oracle SOA 10.1.3.3.0.
    Hostname: http://DWH-34316-K2.wipro.com or (10.118.70.181) Port: 7777
    Component Name: - user defined gateway name or what?
    Component type : - gateway
    Component URL : I have doubt on giving this In my case If I give like this is it correct. http://DWH-34316-K2.wipro.com:7777/gateway
    After this we will be registering a webservice.
    In that it will be asking the following details.
    service name : CallHelloWorld (In my case)
    service version: 1.0
    service description : user defined.
    WSDL URL : --> Here how we must want to give. I have given the wsdl taken from the Enterprise manager console. I have taken it while we test the web service we will find the service decription and I clicked it and taken that it is working one.
    http://dwh-34316-k2.wipro.com:7777/orabpel/default/CallHelloWorld/1.0?WSDL
    After I all this and click Next and It will go to the Http messenger page and in this page in URL column the same WSDL url given is auto populated and save and commit this.
    When I go to test page and paste the URL got from the Service WSDL Url and give submit query it is displaying the following error message.
    Failed to read WSDL from http://dwh-34316-k2.wipro.com:7777/gateway/services/SID0003017?wsdl:WSDL not found
    Please specify any other changes do I need make some changes in the server otherthan changing the Id in the gateway-config-installer.properties
    Can you help on this please. It is somewhat urgent.
    Regards,
    Mahes.

  • Oracle and php 5.4 doesn't work

    Description:
    I was using php 5.3 with oracle client 11g and everything works fine. I have a wep app already in production with php5.3. I tried upgrade to php5.4, so I install in another folder XAMPP 1.8 who uses php 5.4. I tried everything to make oracle works, but I cannot connect in the database. Its really strange because in the same machine with the same remote database php 5.3 works just fine.
    I am using in php 5.3 o php_oci8.dll with oracle client 11g
    and with php5.4 I tried use php_oci8.dll. The error is:
    ORA-12154: TNS:could not resolve the connect identifier specified
    after I tried php_oci8_11g.dll and the the error is:
    ORA-24315: illegal attribute type
    I on a Windows Vista 64bit Machine,
    Both php are 32bis,
    oracle client is 32bits
    The database is in another machine.
    I think that everything that you need to simulate the problem is install XAMPP 1.8, enable php_oci8.dll and try run the test script.
    Test script:
    print_r(get_loaded_extensions());
    print_r(get_extension_funcs('oci8'));
    echo system('env');
    echo "Client Version: " . oci_client_version();
    print_r(oci_pconnect(DBUSER, DBPASSWORD, DBTNS));
    print_r(oci_error());
    die();
    Expected result:
    I was expecting that the oci_pconnect works, because the same script with php 5.3, works.
    Actual result:
    Array
    [0] => Core
    [1] => bcmath
    [2] => calendar
    [3] => com_dotnet
    [4] => ctype
    [5] => date
    [6] => ereg
    [7] => filter
    [8] => ftp
    [9] => hash
    [10] => iconv
    [11] => json
    [12] => mcrypt
    [13] => SPL
    [14] => odbc
    [15] => pcre
    [16] => Reflection
    [17] => session
    [18] => standard
    [19] => mysqlnd
    [20] => tokenizer
    [21] => zip
    [22] => zlib
    [23] => libxml
    [24] => dom
    [25] => PDO
    [26] => bz2
    [27] => SimpleXML
    [28] => wddx
    [29] => xml
    [30] => xmlreader
    [31] => xmlwriter
    [32] => apache2handler
    [33] => Phar
    [34] => mbstring
    [35] => exif
    [36] => gd
    [37] => gettext
    [38] => mysql
    [39] => mysqli
    [40] => oci8
    [41] => pdo_mysql
    [42] => pdo_sqlite
    [43] => soap
    [44] => sockets
    [45] => sqlite3
    [46] => xmlrpc
    [47] => xsl
    [48] => mhash
    Array
    [0] => oci_define_by_name
    [1] => oci_bind_by_name
    [2] => oci_bind_array_by_name
    [3] => oci_field_is_null
    [4] => oci_field_name
    [5] => oci_field_size
    [6] => oci_field_scale
    [7] => oci_field_precision
    [8] => oci_field_type
    [9] => oci_field_type_raw
    [10] => oci_execute
    [11] => oci_cancel
    [12] => oci_fetch
    [13] => oci_fetch_object
    [14] => oci_fetch_row
    [15] => oci_fetch_assoc
    [16] => oci_fetch_array
    [17] => ocifetchinto
    [18] => oci_fetch_all
    [19] => oci_free_statement
    [20] => oci_internal_debug
    [21] => oci_num_fields
    [22] => oci_parse
    [23] => oci_new_cursor
    [24] => oci_result
    [25] => oci_client_version
    [26] => oci_server_version
    [27] => oci_statement_type
    [28] => oci_num_rows
    [29] => oci_close
    [30] => oci_connect
    [31] => oci_new_connect
    [32] => oci_pconnect
    [33] => oci_error
    [34] => oci_free_descriptor
    [35] => oci_lob_save
    [36] => oci_lob_import
    [37] => oci_lob_size
    [38] => oci_lob_load
    [39] => oci_lob_read
    [40] => oci_lob_eof
    [41] => oci_lob_tell
    [42] => oci_lob_truncate
    [43] => oci_lob_erase
    [44] => oci_lob_flush
    [45] => ocisetbufferinglob
    [46] => ocigetbufferinglob
    [47] => oci_lob_is_equal
    [48] => oci_lob_rewind
    [49] => oci_lob_write
    [50] => oci_lob_append
    [51] => oci_lob_copy
    [52] => oci_lob_export
    [53] => oci_lob_seek
    [54] => oci_commit
    [55] => oci_rollback
    [56] => oci_new_descriptor
    [57] => oci_set_prefetch
    [58] => oci_set_client_identifier
    [59] => oci_set_edition
    [60] => oci_set_module_name
    [61] => oci_set_action
    [62] => oci_set_client_info
    [63] => oci_password_change
    [64] => oci_free_collection
    [65] => oci_collection_append
    [66] => oci_collection_element_get
    [67] => oci_collection_element_assign
    [68] => oci_collection_assign
    [69] => oci_collection_size
    [70] => oci_collection_max
    [71] => oci_collection_trim
    [72] => oci_new_collection
    [73] => oci_free_cursor
    [74] => ocifreecursor
    [75] => ocibindbyname
    [76] => ocidefinebyname
    [77] => ocicolumnisnull
    [78] => ocicolumnname
    [79] => ocicolumnsize
    [80] => ocicolumnscale
    [81] => ocicolumnprecision
    [82] => ocicolumntype
    [83] => ocicolumntyperaw
    [84] => ociexecute
    [85] => ocicancel
    [86] => ocifetch
    [87] => ocifetchstatement
    [88] => ocifreestatement
    [89] => ociinternaldebug
    [90] => ocinumcols
    [91] => ociparse
    [92] => ocinewcursor
    [93] => ociresult
    [94] => ociserverversion
    [95] => ocistatementtype
    [96] => ocirowcount
    [97] => ocilogoff
    [98] => ocilogon
    [99] => ocinlogon
    [100] => ociplogon
    [101] => ocierror
    [102] => ocifreedesc
    [103] => ocisavelob
    [104] => ocisavelobfile
    [105] => ociwritelobtofile
    [106] => ociloadlob
    [107] => ocicommit
    [108] => ocirollback
    [109] => ocinewdescriptor
    [110] => ocisetprefetch
    [111] => ocipasswordchange
    [112] => ocifreecollection
    [113] => ocinewcollection
    [114] => ocicollappend
    [115] => ocicollgetelem
    [116] => ocicollassignelem
    [117] => ocicollsize
    [118] => ocicollmax
    [119] => ocicolltrim
    Client Version: 11.1.0.6.0
    <b>Warning</b>: oci_pconnect(): in <b>C:\xampp18\htdocs\config\aguaCheiro.php</b> on line <b>25</b>
    Array
    => 24315
        [message] => ORA-24315: invalid atribute type
        [offset] => 0
        [sqltext] =>

    It strongly sounds like you have multiple versions of Oracle libraries and are seeing some kind of clash.

  • Screen sharing doesn't work without a gateway

    I'm back from a short trip and find that my gateway died in the meantime.
    I have a LAN with quite a few Macs, some of them being Mac minis used as servers with no attached screens.
    I can't use screen sharing anymore on my LAN to control any Mac that has not been set up to use my failover gateway. Only the Macs whose network set up has been changed to fully use the failover gateway can be controled. Unfortunately, this gateway and has limitations not allowing me to use it with every Mac/iPad etc. here. If I set up a Mac to use the failover gateway, but with no internet access allowed, that Mac remains uncontrolable with screen sharing.
    So I'd like someone more experienced to answer these questions:
    - How is it that an operational gateway with a working internet access is mandatory for LAN screen sharing ?
    - Are authentication services responsible for the troubles here ?
    Help would be greatly appreciated,
    JM

    While I understand the terms, I do not yet fully understand what your IP network looks like.
    By "usual gateway", are you referring to a hardware device — commonly called a "gateway router" — that's been replaced here, or to the IP gateway settings present within most (all?) hosts on an IP network?
    IP needs a gateway for traffic outside of the subnet.  That commonly includes DNS traffic, either from the DNS server(s) on your LAN, or for IP hosts that are communicating more directly.  This can also include determining the source of in-bound IP traffic, as that involves DNS translations.
    Swapping gateway routers can also sometimes require flushing the ARP caches, depending on what hardware and software is involved.  (Normally the new device will broadcast that on the LAN and thus update the caches, but sometimes things get a little wonky.)  This if it's at the same address.  If it's at different addresses, then the DHCP server, DHCP clients and static-addressed hosts all need to be updated.
    In general (and because I'm not certain of your configuration), I prefer to avoid using Macs as IP routers, as they're expensive for and comparatively clumsy at that task.  I prefer to use dedicated devices for that, and often preferanly including an embedded VPN server as I'd mentioned earlier.
    Again, I'm not clear about your configuration, so the above might not address your question.

Maybe you are looking for

  • I need a code to run a report from a forms on 10G...

    Hi!! I´m migrating from 6i to 10G and i cant run a report... can someone send me a sample code to run a report from a form in 10G?? Thanks!! Regards!

  • Update for lumia 710

    Hi I want to know that can I update my lumia 710 to WP8? Solved! Go to Solution.

  • Weblogic 11g on Windows - very slow admin server start

    Hello, It takes upwards of 15 minutes to fully start the admin server on my Windows box. I have read that it's a bug in the Java security random number/crypto api. There are various work arounds for the Linux environments, but no mention of Windows.

  • Can I remove these packages after installation?

    Hi, I checked packages installed on my laptop. The followings are explicitly installed but I do not know whether they are useful to me. So I am wondering whether I can remove them without affecting my work. Can anyone give me some advices? xfsprogs 2

  • Database manual clone steps

    Hi, Can anyone list down steps for manual clone of database. I need to clone my UAT RAC 2 node DB to DEV RAC 2 node DB. Please let me know if below steps are correct: 1. Shutdown source database. Take fresh cold backup. 2. start the database. Shutdow