IIS PHP4.3.3 ORACLE9

Have Problem with oracle 9 and php,
a fetch on an blob field results in an iis and php crash,
has anyone some idea ?

Hi,
About the IIS question please post to the IIS forum.
IIS support forum
http://forums.iis.net/
Thanks for your understanding and support
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • ORA- 12154 Error: while php connect to oracle?

    While I use OCILogon connect to Oracle9i,show error message as follow:
    Warning: ociopen_server: Error while trying to retrieve text for error ORA-12154 in /var/www/html/inc/sev.inc.php on line 57
    most of people think of its tnsname' problem,but I modify my tnsnames.ora,and sqlplus can connect with correct username and password.
    page source as follow:
    <?
    function db_connect()
    //putenv("ORACLE_SID=test");
    //putenv("NLS_LANG=SIMPLIFIED CHINESE.ZHS16CGB231280");
    putenv("ORACLE_HOME=/home/oracle/OraHome1");
    $connect = OCILogon("system","manager","test");
    if ($connect)
    return $connect;
    else
    return -1;
    ?>
    server Env: linux red hat 8.0,apache 2.0.44,php4.3.1,oracle9.2.0
    please! Thank in advance!

    Do you have more than ONE oracle homes created?
    Does your PATH env. variable correctly references the ORACLE_HOME directory?

  • How-to install Oracle9i on W2k with IIS ?

    I would like installing Oracle9i Personal Edition on my W2k workstation BUT using IIS webserver (so NOT installing the with Oracle9i delivered Apache webserver). I suppose I need to do a Custom install? But what options do I need to deselect? I already tried it once deselecting some options, I thought that were related to Apache, but the system told me that it were necessary options.
    So please who can me exactly tell how to achieve the installation 9i with IIS?
    Thanks for your help.
    Guy

    There are two options
    1. If you don't want the HTTP Server (Apache Server), go to the Custom and deselect the HTTP Server.
    If you cannot do this, then Install Oracle 9i and then follow the following Step.
    2. After Installing Oracle 9i, Restart the Machine. Login to the System Using Administrator User Login, Go to the Administrative Tools which will be in Contorl Panel, and Open the Services and Select the "OracleOraHome90HTTPServer" Service and Stop this Serivce and then go to the properties of the same service and change the Automatic startup mode to Disabled. Then Go to the IIS and Restart the IIS now. Know IIS Will Run.
    Problem with Apache is, it is also using Prot 80, since IIS is least software Apache is Dominating the IIS. I am also Getting the Same problem I am trying to change the port of the Apache Server if i found any solution for this, I will let know about the Same.
    Regards,
    Radhakrishnan K
    Reply the status so that i can under stand about Ur status

  • PHP5 + IIS 5 + Oracle9i don't work together

    Please help!
    I've got IIS, and I've installed php using installer. It's working, even when I'm using some libraries (for ex. php_pdf.dll).
    But when I uncomment php_oci8.dll, something happens. Browser's trying to do something for a long time, but then just writes something like "CGI Error. ... timeout...". And nothing happens. I even can't run script, that has worked before.
    How do you think, what should I do?
    PS. I've copyed instant client to my mashine, and put in it's directory tnsnames.ora. And changed regedit (added TNS_ADMIN). Nothing works.
    Hope you'll be able to help. Thank you in advance. :)

    What do you mean - dll is installed? I've placed it to the directory c:\php\ext and wrote this path in php.ini. Do I need any other things to do whith dll?
    What I tried:
    I downloaded libraries oci.dll, oraociei10.dll and orannzsbb10.dll and put them to spesial directory (c:\instantclient) and made this directory available to everyone.
    I also put there file tnsnames.ora.
    Added this directory to the PATH, and c:\php also added.
    I added in regedit tns_admin and wrote there c:\instantclient.
    I've got no idea what else can I do.
    Please, help!

  • Oracle9i HTTP server no longer works now AS 9i v1.0.2.2.2a is installed

    Hi there,
    I am trying to set up an Oracle system without much success.
    I managed to install the Enterprise Oracle9i database no
    problems and the HTTP apache server was working fine using
    ports 8080 and 4444.
    I then tried to install the Oracle9i Application server v1.0.2.2.2a
    (core). The HTTP apache server for this is set for ports 80 and 443.
    This second Apache server works great but the first one no longer
    works.
    Having looked at the services running it appears that OracleOraHome90Agent
    and OracleOraHome90HTTPServer are no longer running even though they
    are set to automatic. When I try and run them I get the following errors:
    OracleOraHome90Agent : Service could not be started. Error 2140: An internal
    window NT error occurred.
    OracleOraHome90HTTPServer : Could not start the service. Error 1067 - the
    process terminated unexpectedly.
    I then went to c:\oracle\ora90\Apache\Apache in MSDOS and typed apache. I
    received the following:
    [Thu May 02 16:11:16 2002] [warn] pid file c:/oracle/ora90/apache/apache/logs\httpd.pid
    overwritten - - Unclean shutdown of previous Apache run? Apache.pm version 1.26
    required! c:/oracle/isuites/apache/perl/site/5.0053/lib/apache.pm is version 1.27.
    Perhaps you forgot to 'make install' or need to unistall an old version?
    Found c:/oracle/isuites/apache/perl/site/5.0053/lib/apache.pm
    Not quite sure what is happening as there is an apache.pm located at
    c:/oracle/ora90/apache/perl/site/5.0053/lib/apache.pm which is version 1.26 so I can't
    see why the database should be pointing to the version in the application server.
    Cheers,
    Maggie

    A Golden rule , at all times you must ONLY ONE web server on the machine , when installing Oracle Engine deselect the Apache and install it with the App. Server ( better ) ,, if you are using Windows platform you must first uninstall IIS and if Linux use the pre-installed with linux , HTTP users port 80 and ports are not sharable.
    Good Luck

  • Oracle9i Enterprise Edition Release 9.2.0.1.0 - OracleSessionStateStore

    Hi,
    I have the Oracle9i Enterprise Edition Release 9.2.0.1.0 version of Oracle DB installed.
    The client is an ASP.net 3.5 AJAX enabled web application using IIS (Developer m/c is XP SP3 with IIS 5.0 installed).
    I am trying to use the Oracle Provider for .NET for storing ASP.net sessions in Oracle Database.
    The ODP version that i have installed to the GAC and am using is : 11.1.0.7.20
    However, once i turn it on via web.config, i get the following error:-
    Unhandled Execution Error
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
    Exception Details: Oracle.DataAccess.Client.OracleException:
    Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [OracleException (0x80004005)]
    Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck) +2657
    Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src) +80
    Oracle.DataAccess.Types.OracleBlob.get_Length() +609
    Oracle.DataAccess.Types.OracleBlob.get_Value() +476
    Oracle.Web.SessionState.OracleSessionStateStore.GetSessionStoreItem(HttpContext context, String id, Boolean getExclusive, Boolean& locked, TimeSpan& lockAge, Object& lockId, SessionStateActions& actionFlags) +2395
    Oracle.Web.SessionState.OracleSessionStateStore.GetItemExclusive(HttpContext context, String id, Boolean& locked, TimeSpan& lockAge, Object& lockId, SessionStateActions& actions) +54
    System.Web.SessionState.SessionStateModule.GetSessionStateItem() +117
    System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +487
    System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +66
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
    Someone else has posted a similar error before but there are no responses to that thread.
    Hence i am creating a new thread for this.
    Does anyone have any clues related to this error? All suggestions welcome :-)
    Thanks!

    Hi Greg,
    WOW..i think that just might be it. That does give me something to look into instead of just tearing my hair out.
    I did read the documentation for the 11g Client components when it downloaded it from the OTN and they just had a generic statement saying that it supports 9i provided its release 2.
    I found the doc your were referring to (Doc ID 207303.1). Will try out by upgrading to a newer oracle and see if that helps!
    Thanks!
    Edited by: user8904887 on Jun 22, 2010 1:07 AM

  • How to connect Oralce9i on Linux from PHP4.3.9

    We have a Linux Server runnng on Redhat Advanced Server 4. Oracle9i is loaded on this server. PHP4.3.9 is available in this server. We would like to connect Oracle using PHP. How to go about ? What rpm should be installed ? Give us as much details as possible.
    Kanish

    Install Zend Core for Oracle. Make sure that you know where your ORACLE_HOME is. The problems with the windows is that you don't know
    where is your ORACLE_HOME.

  • How can i start my apache with ORACLE9.2?

    I have installed Oracle9.2 php4.3.4 and apache(Ver2.0.48);now i want my apache2 to use oracle,but have an error:Unknown():Unable to load dynamic library 'd:\PHP\extension\php_oci8.dll'-ÕÒ²»µ½Ö¸¶¨µÄÄ£¿é¡£I have insted Oracle PHP and Apache in d:driver.

    Looks like your php.ini is out of date. In PHP5 the extension DLLs
    are in php\ext instead of php\extensions. Edit the extensions_dir
    directive in php.ini.
    -- CJ

  • How to configure OCI of Oracle9i to work with PHP or ASP on IIS5

    I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
    I used to have Oracle8i on my machine and it worked fine with both PHP and ASP on IIS5. Then I decided to change to Oracle9i. So I install Oracle9i in seperate home. And they worked fine. But one day I couldn't access some of my websites via "localhost/mywebsite". And I thought there is something wrong with IIS coz I ran very huge queries. So I reinstall IIS5. Then everything crash. PHP and ASP can't work with OCI. So I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
    Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
    extension_dir = "c:\OraHome9\Bin"
    And it still doesn't work. I'm kinna new to ASP so I don't know how to fix this problem.
    Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.

    I've been trying to make OCI of Oracle9i to work with PHP for all week. I went thourgh millions of documents and forums. And I still can't make them work. Anyone, please help me.
    I used to have Oracle8i on my machine and it worked fine with both PHP and ASP on IIS5. Then I decided to change to Oracle9i. So I install Oracle9i in seperate home. And they worked fine. But one day I couldn't access some of my websites via "localhost/mywebsite". And I thought there is something wrong with IIS coz I ran very huge queries. So I reinstall IIS5. Then everything crash. PHP and ASP can't work with OCI. So I uninstalled every Oracle component (database and services) and PHP out of my machine. Then I installed Oracle9i database, redownload "php-4.3.1-installer.exe" , and install PHP.
    Since I can't seem to find "php_oci8.dll" in "c:\php\" after I installed, I assume that oracle9i must provide OCI and I found the file "oci.dll" in "c:\OraHome9\Bin" directory. So I changed the extension directory in php.ini to
    extension_dir = "c:\OraHome9\Bin"
    And it still doesn't work. I'm kinna new to ASP so I don't know how to fix this problem.
    Anyone, would you please give me any suggestion how to solve this problem or where to find the solution for this problem? I'd be very appreciated.

  • Erro to connect oracle 9i on IIS

    Dear all,
    i install oracle9i database on window xp pro.
    and i install IIS on same machine.
    but when i open my IIS it whoes mefollowing error.
    Technical Information (for support personnel)
    Error Type:
    Microsoft OLE DB Provider for Oracle (0x80004005)
    Oracle client and networking components were not found.
    These components are supplied by Oracle Corporation and are part of
    the Oracle Version 7.3.3 or later client software installation.
    Provider is unable to function until these components are installed.
    and also i install oracle9i client as well.
    i am using globle.asa file to cnnect oracle.
    so i don't know why this happen. bcz oracle and IIS is on same pc.
    mygloalconnection string is :
    application("globalconnectionstring")="Provider=MSDAORA;Data Source=orcl;Password=tiger;User ID=scott;Persist Security Info=false"
    what do i have to write t in data source ???
    server name or ay thing else ??
    please help me i m stuck with this and i have to give demonstration of y project.
    regards frm,
    xxx

    Can you connect in sql*plus to your instance?
    c:> sqlplus /nolog
    sql> connect scott/tiger@orcl

  • Php+oracle9i+w2k+apache connectivity?

    hello folkes,
    I got a small project to do by using php and oracle9i with w2k and apache server. first of all i start to connect php to oracle9i.. but cannot get success..
    if any people can answer me how to create the connectivity, i appreciate a lot..
    most solution on-line is about linux/unix.. but my current platform is w2k.. how to do it then?
    i insert three lines into httpd.conf of apache server
    SetEnv ORACLE_HOME "C:\oracle9"
    SetEnv TNS_ADMIN "C:\oracle9\network\ADMIN"
    SetEnv ORACLE_SID "ipool"
    and compile a php code
    <?php
    echo "ORACLE_HOME : ". getenv("ORACLE_HOME")." <br>";
    echo "TNS_ADMIN : ". getenv("TNS_ADMIN")." <br>";
    echo "ORACLE_SID : ". getenv("ORACLE_SID")." <br>";
    if (!$conn = ora_logon("system@ipool", "ipool"))
    echo "cannot connect with oracle";
    exit;
    ?>
    then i get such a result
    ORACLE_HOME : C:\oracle9
    TNS_ADMIN : C:\oracle9\network\ADMIN
    ORACLE_SID : ipool
    Fatal error: Call to undefined function: ora_logon() in c:\programme\apache group\apache\htdocs\oracle\php_oracle.php on line 6
    i dunno what to do then.. really anxious..
    thanks in advance
    sun

    I'm trying to set up an Oracle 9i database and PHP 4.2.3 in an IIS 5 on a W2K Server.
    Everything went well till I tried to actually connect to the database. When using the php_oracle.dll from PHP it gives me an error ORA-01019
    and for using the php_oci8.dll I receive an ORA-12154
    but it is not connecting to the database.
    Can somebody please help me with the setup of this connection. I simply don't find an answer to the problem

  • IIS and iSQL*Plus

    Is iSQL*Plus only usable under the Apache server and not with IIS? I saw an topic from 2 years ago that answered 'Yes'. Also, my lack of finding support material leads me to believe it is still true. If this is the case are there any future plans for it to run under IIS?
    Thanks for any insites.
    Chris

    iSQL*Plus only works with the web server delivered with the database release. In the case of Oracle9i it was Oracle HTTP Server, based on Apache.
    There are no plans to have iSQL*Plus work with other web servers.
    If you have a requirement that iSQL*Plus should work with other web servers, you should log an enhancement request with Oracle.
    Alison

  • SSO to partner application running under IIS

    Hi,
    We have a complete set-up for 9iAS Release2 where some applications are running. In parallell we have an application running under IIS, and would now like to enable the IIS application as a partner application to 9iAS letting the 9iAS SSO server handle the authentication.
    In the documentation of Oracle Proxy Plug-in I read that this proxy plug-in can be used to proxy requests from IIS to Oracle http server (OHS) and also in this way enable SSO.
    My question is if this can be done only for applications running under 9iAS but having IIS as web server, or if it is also possible like in our case to enable SSO via the proxy plug-in to applications runnind under IIS?
    If this is not supported is the only available solution to use the SSO SDK in my IIS application?
    Thanks and regards,
    Rikard

    Here's a DIY answer.
    See Metalink Note 269820.1 which shows you how to use Perl to overwrite the host name in the HTTP header and remove the port number.

  • IIS 7.5 URL Rewrite: Hit specific page of a web application but should be redirected to another application's page

    I have deployed 2 different web application on IIS 7.5 running on Windows Server 2008 R2 but on different port numbers i.e. one application deployed on port no. 1776 and another on 8091. I want to rewrite URL in such a way that if i hit any page of first
    application such as default.aspx then it will be redirected to particular page of another application along with some changes in url.
    Example: if i access any page from first application like:
    http://g2wv126rbsc:1776/sites/main/commercial/commercial-solutions/financing/default1.aspx
    then it should redirect to specific page of another application along with some changes in url:
    http://g2wv126rbsc:8091/main/commercial/commercial-solutions/financing/default2.aspx
    Note: In above mentioned url, also removed "sites".
    I tried to create a inbound rule through URL Rewrite module (installed on IIS 7.5) by selecting Action as "Rewrite" but didn't find any success.
    I need some examples if anyone has come across same kind of issue.
    Thanks in advance.

    Please post ASP.NET questions in the ASP.NET forums (http://forums.asp.net ).

  • SSO With XI 3.0 on IIS

    I've searched these forums and finding bits and pieces of information so I'm hoping someone can help me out.
    I've successfully installed XI 3.0 on a new server.  We're trying to get SSO to work from our custom application so that users won't have to sign onto BO seperately.
    Most of the documentation I've found has been related to XI 2.
    I'm very new to administrating BO.  I'm assuming that the SSO on XI 2 (which we currently have our users using) cannot simply be copied over (I've tried.).  Also, I'm assuming that the SSO is part of a SDK or API.  If so, are these installed by default or are they seperate downloads?
    Can someone point me in the right direction?
    Thanks

    3.0 does not support IIS for infoview, only java app servers. We can enable SSO for those.
    As far as what migrates over from XIR2, the users, groups, plugin config, but the SSO settings do have to be applied on the web/app server(s)
    If you get 3.1 (same license code) that does support IIS/SSO. You should get 3.1 regardless 3.0 was the very 1st version of 3.x and therefor has the most bugs.
    Regards,
    Tim

Maybe you are looking for