Setting up the Weblogic portal with Oracle Database

I am creating weblogic portal domain using oracle database
a) At the “configure JDBC Data Source “ I have changed all database sources to oracle and before this I have created the weblogic/weblogic user id and required tables spaces also
1) cgDataSource
2) cgDataSouce –nonXA
3) p13nDataSource
4) portalDatasource
5) portalDataSourceAlwaysXa
6) portalDataSourceNeverXa
b) Test JDBC Data Source
for all the data sources test has passwd
c) Run the database scripts run and created the objects
and when I try to start startWebLogic.sh from portal domain
I got the below errors looking for <Test "SELECT COUNT(*) FROM SYSTABLES"
Best Regards
RAJ
<Nov 24, 2010 3:58:17 PM MYT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource-nonXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource-nonXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource-nonXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource-nonXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "cgDataSource-nonXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "p13nDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:18 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "p13nDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:19 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "p13nDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:19 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "p13nDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:19 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "p13nDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:19 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "portalDataSource" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:19 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "portalDataSourceAlwaysXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:19 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "portalDataSourceNeverXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:20 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "portalDataSourceNeverXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:21 PM MYT> <Error> <JDBC> <BEA-001112> <Test "SELECT COUNT(*) FROM SYSTABLES" set up for pool "portalDataSourceNeverXA" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
".>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <LoggingService> <BEA-320400> <The log file /home/orawlp/Oracle/Middleware/user_projects/domains/portal01/servers/AdminServer/logs/portal01.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/orawlp/Oracle/Middleware/user_projects/domains/portal01/servers/AdminServer/logs/portal01.log00002. Log messages will continue to be logged in /home/orawlp/Oracle/Middleware/user_projects/domains/portal01/servers/AdminServer/logs/portal01.log.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:216:3eff:fe4e:9ac9:7001 for protocols iiop, t3, ldap, snmp, http.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.8.8.116:7001 for protocols iiop, t3, ldap, snmp, http.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "portal01" running in Development Mode>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Nov 24, 2010 3:58:23 PM MYT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>

Hi,
When i try to bring up the portal doman i am getting this errors :
================
<Dec 3, 2010 7:23:29 PM SGT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'cgDataSource-nonXA' due t
blogic.application.ModuleException: .
weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
Truncated. see log file for complete stacktrace
Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: DataSource 'cgDataSource-nonXA' can not be c
is non-transactional and so can not use XA-aware pool 'cgDataSource-nonXA'
at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:236)
at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
Truncated. see log file for complete stacktrace
Caused By: weblogic.common.ResourceException: DataSource 'cgDataSource-nonXA' can not be created. It is non-transactional and
t use XA-aware pool 'cgDataSource-nonXA'
at weblogic.jdbc.common.internal.DataSourceManager.checkPoolConfig(DataSourceManager.java:434)
at weblogic.jdbc.common.internal.DataSourceManager.checkDSConfig(DataSourceManager.java:389)
at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:233)
at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
Truncated. see log file for complete stacktrace
>
==================================
Can I ignor this error or i have to fix ????
Best Regards
Raj

Similar Messages

  • Integrating Weblogic Portal with Oracle BPMS

    Hello,
    I need to integrate the Weblogic Portal with the OBPMS, but i need to show only the portlet with the work list. Anyone here already did something like this ?
    I have a tutorial at Oracle with that but in this document says that i need to :
    Add the following portlets by dragging and dropping them from the Design Palette View:
    Menu Action
    Work List
    Instance Detail
    The tutorial is :
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html?t=modules/enterprise/wlp/t_WLP_Config_Overview.html
    But i need to show only the worklist , its possible ?
    the section with the portlets is : http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html?t=modules/enterprise/wlp/t_WLP_Config_Overview.html

    Here's my thoughts on how I think this works. I think you need to have an Authentication Provider or Identity Asserter that plugs into the WLS Security Provider framework that understands the Oracle Access Manager provided token (or whatever mechanism OAM is using to pass the user credentials). That piece will be responsible for creating the principal and groups in the WLS security framework. In WLP, you use Visitor Entitlement Roles to secure things like portlets. The visitor entitlements roles can be defined by many attributes (user profile, date time, request, etc). One of which is the groups that the Authorization Provider or Identity Asserter reports. You might want to post this in the WebLogic Portal forum as well.

  • Install Oracle Application Server on the same machine with Oracle Database

    Hello!
    I have already have installed on my laptop the oracle Database 10g, and i want to install on the same machine Oracle Application Server; can I do that? After i look on some threads on this forum I understand that all I have to do is to change the default port 1521 of the database to antoher ..let's say 1523...how can I change the port? what files do i have to modify? Oracle Application server can work in good conditions with Oracle XE or I will have the same problem?
    My SO is Windows XP Professional SP II, all updates, 512RAM, 2Ghz-CPU
    Thanks!

    Well, you'll have some problems to run simultaneously Database and AS with 512 Mb...
    Apart from that, you don't need to start two listeners, you can use just one (the highest version) for both DBs.
    If, for any reason, you want to use two, you can change the port within LISTENER.ORA file, normally in ORACLE_HOME\network\admin.

  • Upload file in JSP with Oracle Database 10gR2

    How to upload file with oracle database 10gR2??
    i can't find how to upload..
    i've tried to create a procedure in oracle and execute in netbeans but the file save in directory and then from directory save to database.
    it means the file save in 2 location, in directory and database..
    does anybody know how to save file direct from the JSP file into database without save in directory?
    this is the procedure..
    create or replace PROCEDURE load_file (
    p_id number,
    p_photo_name in varchar2) IS
    src_file BFILE;
    dst_file BLOB;
    lgh_file BINARY_INTEGER;
    BEGIN
    src_file := bfilename('DIR_TEMP', p_photo_name);
    -- insert a NULL record to lock
    INSERT INTO temp_photo
    *(id, photo_name, photo)*
    VALUES
    *(p_id , p_photo_name ,EMPTY_BLOB())*
    RETURNING photo INTO dst_file;
    -- lock record
    SELECT photo
    INTO dst_file
    FROM temp_photo
    WHERE id = p_id
    AND photo_name = p_photo_name
    FOR UPDATE;
    -- open the file
    dbms_lob.fileopen(src_file, dbms_lob.file_readonly);
    -- determine length
    lgh_file := dbms_lob.getlength(src_file);
    -- read the file
    dbms_lob.loadfromfile(dst_file, src_file, lgh_file);
    -- update the blob field
    UPDATE temp_photo
    SET photo = dst_file
    WHERE id = p_id
    AND photo_name = p_photo_name;
    -- close file
    dbms_lob.fileclose(src_file);
    END load_file;

    Well your Oracle procedure is designed to load a file, so that's what it does. If you want it to load from a data stream such as an upload, you need to rewrite it accordingly.
    So far this is not a Java question at all.

  • WebLogic Portal vs Oracle Portal

    Anyone know the differences in term of features of WebLogic Portal and Oracle Portal?
    i) WebLogic Portal supports Web 2.0 while Oracle Portal doesn't?
    ii) Oracle Portal provides SSO to oracle applications while WebLogic Portal doesn't?
    Any other different features?
    Please advise, thanks.

    There are lots of differences, but I think you should post your question in the WebCenter and Web 2.0 Technology forum with some additional detail as to why you are asking:
    WebCenter Portal
    For example, are you making a technology choice for a particular project? What portal requirements do you have? What are the skillsets of those who will be implementing, etc.
    The long term strategy is to converge on the WebCenter product, but there are nuances that may make other portal products a better fit in the short-term.

  • Problem with ORACLE database

    Hi all,
    I am facing some problem with ORACLE database while configuring one JDBC scenario in the receiver side. I have configured one JDBC scenario like FILE TO JDBC. As JDBC is at receiver side i have provided the input file with the following format ,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>employee</table>
              <access>
                    <flag>NO</flag> 
                    <ID>567</ID>
             <NAME>134</NAME>
                 </access>
         </dbTableName>
      </StatementName1>
    </root>
    But in the ORACLE database all my columns are in the uppercase.
    So when i have tried to send this input file to process through JDBC receiver side then i have faced the below error :
    FATAL ERROR: Column 'flag' does not exist in table 'employee'
    Then I have tried to check with sender side processing of JDBC adapter. By using the SQL statements as
    SELECT * FROM EMPLOYEE WHERE flag='NO'
    UPDATE EMPLOYEE SET Flag='YES'  WHERE flag='NO'
    Here it worked fine.
    Now my question is,
    If the same adapter is working when we are writing a query directly(sender side), then we must also allow case independence in the auto generated SQL part(receiver side).
    The JDBC drivers for both SQL server and Oracle, supports the same java code, for accessing the DB, irrespective of the case of the column names.
    Please clarify this doubt as soon as possible.
    Thanks,
    Soorya.

    Hi Dharmaveer,
    When I go with the following input file,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>EMPLOYEE</table>
              <access>
                    <FLAG>NO</FLAG> 
                    <ID>666</ID>
                    <NAME>SSS</NAME>
                 </access>
             </dbTableName>
      </StatementName1>
    </root>
    I will get the following query with succesfull processing.
    INSERT INTO  EMPLOYEE (FLAG, ID, NAME) VALUES (NO, 666, SSS)
    when i go with this input file,
    <root>
      <StatementName1>
         <dbTableName action="INSERT">
             <table>EMPLOYEE</table>
              <access>
                                    <flag>NO</flag> 
                                   <ID>777</ID>
                        <NAME>TTTT</NAME>
                        </access>
                   </dbTableName>
      </StatementName1>
    </root>
    Then i am facing this problem,
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'EMPLOYEE' (structure 'StatementName1'): java.sql.SQLException: FATAL ERROR: Column 'flag' does not exist in table 'EMPLOYEE'
    Here I cant get any SQL statement as it is not successfull.
    I have gone through your link but it also says to modify the column in the input file which is not possible for me. Can you please help me in this regard?
    Thanks,
    Soorya

  • Document or link for the Weblogic Portal Administration version 10

    Hi,
    This is Kalyan . I need to know is there any document for the Weblogic Portal Administraton Version 10 .I will be thankful if you send me link or any pdf document..
    Thanks & Regards

    Hi Kalyan
    Easy way to start is create and deploy a simple portalEAR with portalWeb project on a Portal Domain. Then access the Portal Admin Console for your portal EAR. Once you are logged in, on the top right hand side, click on Help Link, and this open a big html page with list of topics for all the areas in Portal Admin Console. The link will be some thing like this: http://localhost:7001/iodEARAdmin/helpTools/locales/en/portal/help/toc.html (Here iodEAR imy portal application deployed on this domain).
    Here is a link just on how to Extend portal admin console: http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/extendadmin/index.html
    One More Link: http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/portals/creating_staging.html#wp1009960
    HTH
    Ravi Jegga

  • Pre-requisites required for the local configuration of the Weblogic portal

    Hi All,
    I have got the code from the client. It is appenntly came to know that Code has been developed in Weblogic workshop.
    When we build teh application we are getting the following web services related Errors:
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    ERROR: ERROR
    ERROR: DESCRIPTION:An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NullPointerException:null
    WARNING: SUGGESTION:An unexpected error occurred. Please contact [email protected] for further assistance.
    PortaleWebApp: Created control beans for 19 controls in 12703 milliseconds
    BUILD FAILED
    ERROR: Build failed with 15 error(s).
    When we deploy in the Portal weblogic server, Application is deploying with out any errors. But it is not showing any login page when I start the PTLoginMain.portal file.
    As I am completly new to this Weblogic Portal server, Please let me know, Do i need to configure the any setting before starting the application. I mean to ask you that Pre-requisites required for the local configuration of the Weblogic portal Server.
    Any Help would be much appriciated.
    Regards & thanks,
    Nirmala Vijaay Sekhar Varre

    and your server address can be resolved or not?
    Are you accessing the server from Windows or Linux?
    - On Linux try editing the /etc/hosts file and add something like: 10.241.110.105 server1.etcetera
    - On Windows try editing the C:\WINDOWS\system32\drivers\etc\hosts file and add something like: 10.241.110.105 server1.etcetera
    When this works, contact your system administrator and ask him or her to map an ip to your hostname in DNS and DHCP
    such that the servername automatically resolves the ip-address

  • What is the Weblogic Portal Admin URL

    Hi,
    I am learning the Weblogic Portal using workshop. I Installed Weblogic Portal 10.3.2 with Workshop and created a sample portal application, configured the Workshop to start the weblogic server and start the server,Run my application EAR into server and saw theopen administration console.
    Please clarify the following quesitons
    1. How do i deploy the portal application and access my application without using Workshop?
    2. What is the portal admin console url,port number?
    3. What is the purpose of using application specific console in WLP i.e http://localhost:port/myappAdmin ?
    4. is there any common administrator console in WLP i.e without using application specific console like http://localhost:port/myappAdmin ?
    Your help is greatly appreciated.
    Thanks a lot
    Suresh

    Suresh -
    1. To deploy without Workshop/Eclipse, you will generally create an EAR of your application (via the Export Wizard under the File > Export menu) and deploy that with either the WLS console, WLST, or the weblogic.Deployer utility class. http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14245/deployment.htm#i1027718 has a fair amount of information.
    2. The WLP admin portal is a webapp deployed as part of your application, via the wlp-tools-admin-app-lib.ear shared library. So, its host and port number are the same as wherever you deploy your application. The url path of the admin portal is controlled via your application's META-INF/weblogic-application.xml file; there's a <wls:library-context-root-override> element for the 'tools' context-root.
    3. Since the WLP admin portal is a webapp deployed as part of your application, it needs to have a unique context-root to support deploying multiple WLP applications. The ear wizard in Eclipse defaults to specifying the context-root as [appname]Admin to support this, but you can always change the context-root as I described above.
    4. No, currently, the WLP admin console is application-scoped and controls the configuration and behavior for that application. So, for multiple applications, you will have to use multiple admin console urls.
    Greg

  • Tablesusing in the work practice of Oracle Database 10g-SQL Fundam 1

    I want scripts sql builder for the tables (LOCATIONS, DEPARTMENTS, JOB_HISTORY, COUNTRIES, EMPLOYEES, JOBS, REGIONS, JOB_GRADES) use in the work practice of Oracle Database 10g-SQL Fundamentals(I)
    I thank you
    Youssef BENABDELLAH

    These exist in the HR schema.
    You may need to log in as SYS user and unlock the HR user account so you can log in with it (and set a password too if appropriate/necessary)

  • How to Connect Forms or any version with Oracle Databases 8/6i/9i/10i/11i

    I want to know that how can i cannect Developer Forms / Reports with Oracle Databases with various versions and say developer 2000 to Oracel 6i/9i/10i/11i etc

    Using the appropriate setting in tnsnames.ora file located in your [Forms_Home]\network\admin directory.
    Sim

  • How to build libphp4.so with oracle database library ?

    Hi there ,
    I am hoping to build a PHP+ORACLE enviroment to carry on performance testing,the configuration as belows:
    Oracle Database 10.2.0.4 Release, Oracle Application Server 10.1.3.4, php 4.4.9.
    Referring to http://www.oracle.com/technology/products/ias/ohs/htdocs/php_ohs.htm#4.2
    1. tar xvf php-4.4.9.tar
    2.Set the following environment variables ORACLE_HOME, OAS_HOME,PERL5LIB, LD_LIBRARY_PATH
    export OAS_HOME=/home/oracle/ias1013
    export ORACLE_HOME=/home/oracle/db1024
    export PERL5LIB=$OAS_HOME/perl/lib/5.8.3:$OAS_HOME/perl/lib/site_perl/5.8.3
    export LD_LIBRARY_PATH=/home/oracle/db1024/lib:$OAS_HOME/lib:$LD_LIBRARY_PATH
    3.Edit the apxs file to modify the CFG_INCLUDE value in $OAS_HOME/Apache/Apache/bin/apxs
    4.configure and install
    cd /home/oracle/php-4.4.9
    ./configure with-apxs=$OAS_HOME/Apache/Apache/bin/apxs prefix=$OAS_HOME
    with-config-file-path=$OAS_HOME/Apache/Apache/conf with-oci8=$ORACLE_HOME --disable-rpath
    5.'configure' succeeded without any errors then issue "make install-sapi" at command prompt.
    Once the make command is executed properly libphp4.so is generated at the /home/oracle/php-4.4.9/libs/ location and copied to $OAS_HOME/Apache/Apache/libexec/ location
    6.Activates php4 module for http server by adding entry "LoadModule php4_module libexec/libphp4.so" in http server config file $OAS_HOME/Apache/Apache/conf/httpd.conf
    7.Post install
    cp /home/oracle/php-4.4.9/php.ini-dist $OAS_HOME/Apache/Apache/conf/php.ini
    Navigate to the $OAS_HOME/Apache/Apache/conf. Edit the httpd.conf file as follows:
    # And for PHP 4.x, use:
    AddType application/x-httpd-php .php .phtml
    AddType application/x-httpd-php-source .phps.
    After i have done all above steps , i checked the dependency of share object file:libphp4.so
    $ ldd libphp4.so
    /usr/lib/libcwait.so (0x00e5f000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x00aa5000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00979000)
    libm.so.6 => /lib/tls/libm.so.6 (0x0041d000)
    libdl.so.2 => /lib/libdl.so.2 (0x00f8b000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x00b3e000)
    libclntsh.so.10.1 => not found
    libc.so.6 => /lib/tls/libc.so.6 (0x00458000)
    /lib/ld-linux.so.2 (0x00930000)
    "libclntsh.so.10.1 => not found" makes me very confused, i think it should be "libclntsh.so.10.1 =>/home/oracle/db1024/lib/libclntsh.so.10.1" as expected.
    I am not sure the libraries uesed for building libphp4.so come from application server lib or database lib,
    I will appreciate for your any helps!!
    Regards,
    Edward

    Did the shell running ldd have LD_LIBRARY_PATH set?
    Last time I tried this, I built PHP with the libraries from Instant Client, not $ORACLE_HOME. See the section on Installing OCI8 with Oracle Application Server on Linux in http://www.oracle.com/technology/tech/php/pdf/underground-php-oracle-manual.pdf
    Perhaps try removing the --disable-rpath option?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to create a Macro in excel to store the excel data to Oracle Database

    Hi All
    Does anyone has created a macro in excel which on being run stores the excel data to Oracle database. In my project I need to create one such macro for updating oracle database with excel data and another for inserting excel records.
    I tried doing this using a macro in MS access but Client wants its to be done using Excel Macro only.
    Any help would be highly appreciated.
    Thanks in advance..
    Shikha

    Please read Chapter 19.7 Creating Selection Lists (http://download.oracle.com/docs/html/B25947_01/web_complex007.htm#CEGFJFED) of the Oracle® Application Development Framework Developer's Guide For Forms/4GL Developers 10g Release 3 (10.1.3.0)
    Cheers,
    Mick.

  • OIM 9.1.0.1870.1 with Oracle database 11.1.0.7 - Hung threads

    Anyone seen issues like hung threads using OIM9.1.0 with Oracle Database 11.1.0.7?

    Thanks guys for the quick responses.
    But I have tried both the options for putting the jar in Third Party and also by uploading using the OOTB utility UploadJar.sh.
    But it is giving the same error.
    I have tired rebouncing the server and also Purge cached, but no success.
    Just to mention again, I have tried with all the last 3 postgres JDBC4 driver available on the site (u mentioned).
    So, any other clue?
    Thanks in advance.

  • How to find out the date when an oracle database is upgraded

    Hi,
    I would like to know the date when an oracle database is upgraded (for example 10.2.0.4 to 11.2.0.3).
    Can you help me to find out these details.
    Thanks,
    Sarayu

    user13312943 wrote:
    Hi Ed and SB,
    Thanks for your replies. How about this option?
    Let us assume I am interested in checking when my database is upgraded to any 11g version.
    Will this query help?
    select min(first_usage_date)  from  dba_feature_usage_statistics where  version like '11%';
    I understand this may not be a generic solution , but with this idea I may be able to build up a query to get the result.
    Thanks,
    Sarayu
    How is it that you or nobody knows when the DB was upgraded?
    I would have expected a formal testing & upgrade plan.
    Does the organization practice safe software & utilize any source code repository?
    Does everyone suffer from amnesia?
    How could a MAJOR database upgrade slip by everyone who should care about such a detail?

Maybe you are looking for