PHP  Oracle editor/administration

Jeg har installeret Oracle XE og PHP og det går helt fint, men jeg kunne godt tænke mig en PHP-Oracle editor/administrator. Jeg har før brugt PHPMyadmin mellem PHP og Mysql og mener at der findes noget tilsvarende til Oracle, men kan ikke umiddelbart finde det. Er der nogen der kan hjælpe.
HBC

Hi, pbarut I modified the settings of browsers and added the html code below:
<?php
header("Expires: Thu, 17 May 2001 10:17:17 GMT");
header ("Last-Modified: Thu, 17 May 2001 10:17:18 GMT");
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
?>
But the problem continues.
When I update the site (CTRL + F5) results viewing, but do not appear when the redirect or click any link.
Tanks

Similar Messages

  • Where to find documentation related to php-oracle

    Hi , i have been working with oracle ,and with php -mysql but never with php-oracle. I would like to ask if there are any samples application with orale-php and wich i can download.
    Another question is wich editor is better to use to program codes? I have been using dreamweaver. What else can you suggest me?
    Thanks in advance

    You can start with Oracle Underground Manual:
    http://www.oracle.com/technology/tech/php/pdf/underground-php-oracle-manual.pdf
    I also wrote a book on the topic, available from Amazon.

  • Oracle BI Administration Tool Unix

    Hi ,
    Does anyone have an idea how to launch 'Oracle BI Administration Tool' on UNIX.
    Under Winows it is "Start > Programs > Oracle Business Intelligence > BI Administration" , but in the official doc, launching it on UNIX env is not mentionned ...
    Thx all !

    Admin tool is Windows based only.
    To open rpd online mode from Windows you need to have DSN pointing to your Linux/Unix box.
    Check these
    http://www.ascentt.com/2011/10/to-open-obiee-11g-rpd-in-online-mode/
    http://onlineappsdba.com/index.php/2011/07/26/configure-obiee-11g-client-to-connect-to-11g-rpd-in-online-mode/
    pls mark if helps

  • Creation of a Custom Folder in Oracle Discoverer Administration Edition

    Hi
    Could anybody help me in solving this problem while creating a Custom Folder in Oracle Discoverer Administration Edition ?
    My Requirement is :
    I Connect to EUL_US/EUL_US@<HOST_STRING> under Oracle Discoverer Administration Edition.
    I selected a Pre-Defined Business Area Eg. General Ledger
    There i created a Custom Folder by Name Test Custom Folder
    The Query which i used in my Custom Folder is
    SELECT NAME FROM GL.GL_JE_BATCHES
    When i Used this Query it says Table or view does not exist.
    The Folder is getting created but without a Query.
    I am not able to preceed further.
    Any Help would be appreciated
    Regards
    Nakul Venkataraman

    Hi Nakul, you may be running into a problem with the sql for your custom folder. For some reason Discoverer Admin will allow you to create a custom folder with sql, but then if you change it and it has any advanced sql, i.e. grouping sets, analytic functions etc., you probably receive an error.
    An option is to create a view using the same sql and create a folder from the database using this view.
    Hope this helps.
    Brent.

  • PHP- Oracle not working- Call to undefined function OCILogon() ERROR

    Hi,
    I am trying to just do a test program to test php - oracle connection,
    My versions are: php5.2.1-Win32 and Oracle 10g
    I have made the following settings:
    1.) Uncommented the following lines in php.ini:
    extension=php_oci8.dll
    extension=php_oracle.dll
    2.) Set extension_dir = "C:\php-5.2.1-Win32\ext"
    Changed the httpd.conf file as: ADDED
    1.)LoadModule php5_module C:/php-5.2.1-Win32/php5apache2.dll
    2.)PHPIniDir "C:/Program Files/Apache Group/Apache2/conf-"
    3.) LoadFile "C:/php/php5ts.dll"
    4.)<IfModule php5_module>
    <Location />
    AddType text/html .php .phps
    AddHandler application/x-httpd-php .php
    AddHandler application/x-httpd-php-source .phps
    </Location>
    </IfModule>
    5.) AddType application/x-httpd-php .php
    AddType application/x-httpd-php .phtml
    AddType application/x-httpd-php-source .phps
    But when I am tryin to run the following program:
    <?php
    echo "<h1>OCI Test</h1>\n";
    $conn=OCILogon("system", "sheetal16", "orcl");
    $stmt = OCIParse($conn, "SELECT table_name FROM user_tables ORDER BY table_name");
    OCIExecute($stmt, OCI_DEFAULT);
    while (OCIFetch($stmt)) {
         $table_name = OCIResult($stmt, "TABLE_NAME");
         echo "$table_name<br />\n";
    OCIFreeStatement($stmt);
    OCILogoff($conn);
    ?>
    I am getting the following error:
    OCI Test
    Fatal error: Call to undefined function OCILogon() in C:\Program Files\Apache Group\Apache2\htdocs\test2.php on line 3
    Please help me to solve this problem.
    Thanks,
    Sheetal

    See Re: PHP- Oracle not working- Call to undefined function OCILogon() ERROR

  • Oracle BI Administration tool has stopped working

    Just now finished the 11g installation.But im not able to open BI Administrator.Im getting this error.Please help.
    "Oracle BI Administration tool has stopped working
    A problem caused the program to stop working correctly.Please close the program"

    I followed the below steps(taken from this forum) for installing OBIEE11g 64 bit version in a 64 bit machine.Installation completed successfully.But not able to open BI Administration tool.Any suggestions???
    There is not a particular 64bit installation. I think it works like this: if you are using a 64bit JDK the apps server is also running 64 bit.
    You can find the generic jar here: http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html and take the generic one (http://download.oracle.com/otn/nt/middleware/11g/wls1033_generic.jar)
    You install this by a command like this (you have to look up the documentation): java -XXm.... .... wls1033_generic.jar
    Then a installer pops up.
    So these were my steps:
    - installed RCU
    - installed 64 bits JDK (jdk-6u21-windows-x64.exe)
    - installed Weblogic (wls1033_generic.jar)
    - installed OBI as "software only"
    - configured OBIi (config.bat you can find in <obi11g home>\Oracle_BI1\bin)
    All together it does not take much longer then the 32bit install. Only some extra steps to do.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------

  • How to access MS SQL in Oracle BI Administration?

    Hi All,
    I'm a new in Oracle BI, I've just created an business application using Oracle BI Administration Tool of Oracle BI Server version 10.1.3.4.1:
    Steps:
    1. building repository (through Physical, Business model and Mapping, Presentation),
    2. making Answers from Presentation Services.
    => It ran well and beautiful reports, charts. But now, my DB is stored in Microsoft SQL Server, help me how to access MS SQL in Oracle BI, more details steps, are there any useful links?
    Appreciate All.

    Hi
    Do the following
    Control panel> Administration tool> ODBC>SystemDSN > ADD > select the driver>Your SQL SERVER credentials
    Then test the connection
    Go to the BI tool
    IMPORT from Database>Select the SQL server connection you have just created>Locate your desired schema> configure the connection pool> import
    regards
    Roy

  • Errors in PHP/Oracle article

    Hi,
    There are a few errors in the article dealing with PHP/Oracle located at http://otn.oracle.com/oramag/webcolumns/2003/techarticles/hull_php.html
    In the listing for the section called "How to use a database":
    - $mycursor ora_open ($conn);
    should be
    $mycursor = ora_open ($conn);
    - echo "RESULT: ora_getcolumn ($mycursor, 0), ora_getcolumn ($mycursor, 1) <br>";
    The above is not the way it works in PHP and you won't get the expected results. You can throw variables in between your double-quote delimited strings, but not function calls. You'll have to concatenate the function calls like this:
    echo "RESULT: ".ora_getcolumn ($mycursor, 0).", ".ora_getcolumn ($mycursor, 1)."<br>";

    Leendert:
    Thanks for the comments. The first one is an obvious typo. The second
    is a pretty obvious mistake which I missed while reviewing this. Although
    PHP will expand variables in a string like that, it will not handle
    function calls. How could it. I just tried it, and concatenation works
    just as you suggest. Thanks for the corrections, and we updated the
    article.
    Sean

  • Php, oracle connectivity.

    Hello All,
    I have a webserver that has php4,apache1.3 and oci8 instant client installed, and have a seperate oracle 10g db server, the php-oracle connectivity is fine when i run php code from db server but it gives me connectivity error when it runs from web server, error " ocifreestatement(): supplied argument is not a valid OCI8-Statement resource in /apache/htdocs/.....php on line..." while even when i made telnet to my db server 1521 port from web server it shows that listener is working, any idea ? thanks

    Hello,
    My developers have changed all the API´s to OCI8 and the code is able to connect with oracle 10g with php4 but, i am still getting this warning .i.e
    Warning: ocifreestatement(): supplied argument is not a valid OCI8-Statement resource in /apache/htdocs/English/tender_list.php on line 340
    i am unable to figure it out, every thing is working fine but still i am getting it ?
    thanks

  • Difference between Oracle Weblogic Administration and Ofm Soa Admin

    Hi,
    what is the difference between Oracle Weblogic Administration and Oracle Fusion Soa Weblogic server Administration?
    pls help me anyone, i want to learn weblogic Administration, but having some confusions..........
    thanks,

    The below is just for your reference. Actual content may vary....
    Weblogic Administration:
    Manage a WebLogic Server installation.
    To install weblogic server in one or multiple instances
    Installing on single or multiple physical machines
    How to handle administration console, utilities, APIs, hangling security, database connection, messaging and transaction.
    How to do runtime configuration for your applications.
    How to use the monitoring tools to check the health of the servers and ensure maximum availability and performance.
    Install and Configure WebCache 11g as Load Balancer
    and Much more..
    OFM SOA Administrator:
    Manage a WebLogic Server installation (Administration Server and Managed Server).
    To install weblogic server in one or multiple instances
    Installing on single or multiple physical machines
    How to handle administration console, utilities, APIs, hangling security, database connection, messaging and transaction.
    How to do runtime configuration for your applications.
    How to use the monitoring tools to check the health of the servers and ensure maximum availability and performance.
    and
    File System and Directory Structure in Fusion Middleware
    Installing Oracle Database, Configuring RCU, weblogic server and SOA Suite.
    Deploying SOA Applications.
    Deploying and Undeploying Java EE Applications
    Configuring Node Manager and starting Managed Servers using Node Manager
    Monitoring OFM Server, admin server, managed server and composites
    Configuring HA and Security (Creating users, assigning responsibilities)
    Monitoring performance of SOA composites
    Install and Configure WebCache 11g as Load Balancer
    and much more..
    Thanks,
    Vijay

  • Oracle 10g Administration workshop I course

    I am wondering if anyone has studied Oracle 10g Administration workshop I course via self study?
    My company is willing to sponsor me for Oracle Database Administration courses. I have a got a option to attend the Oracle hand on training courses or go for Oracle self study courses.
    I have done OCA PL/SQL (9i) Certification in the past and at the moment I am not thinking about doing any DBA level certification.
    (Administration workshop I & II (instructor lead) course is one of the OCP certification requirement)
    What are the pros and cons of Self Study course and how is that different to instructor lead course?
    Is there any duration limit on self study course?
    Should i go for 10g course or 11g? We mostly use 10g.

    orion_123 wrote:
    I am wondering if anyone has studied Oracle 10g Administration workshop I course via self study?
    My company is willing to sponsor me for Oracle Database Administration courses. I have a got a option to attend the Oracle hand on training courses or go for Oracle self study courses.
    I have done OCA PL/SQL (9i) Certification in the past and at the moment I am not thinking about doing any DBA level certification.
    (Administration workshop I & II (instructor lead) course is one of the OCP certification requirement)
    What are the pros and cons of Self Study course and how is that different to instructor lead course?
    Is there any duration limit on self study course?
    Should i go for 10g course or 11g? We mostly use 10g.
    There are a few things available from Oracle, some of which are eligible as training requirement for DBA Certification:
    - Traditional Oracle Classroom - Eligible for satsifisfying the training requirement
    - Oracle Classroom presented online in real time (LVC) - Eligible for satsifisfying the training requirement ( Quite new ... about 2 years)
    - Oracle Self Study CD ROM - This does NOT satisfy the training requirement. (SSCDs do not count towards your course requirements for certification and should be used as a study aid only.)
    - Training on Demand (This is a new training format. The course must be listed in the list of approved courses http://bit.ly/wyajDv.)
    Ref: {message:id=10215249}
    My personal view would be to go for 11g. It generally suspersets 10g and gets you more future orientated. But that might not be the best decision for everyone. It is also useful to have 11g training which can be used against 10g or 11g DBA certification.

  • Oracle Express Administrator 6.3.4

    I just installed the Express Admin tools and when I open Oracle Express Administrator, I get a "run-time error 380 invalid property value" and then it kicks me right out of the tool. Any ideas how to fix this? Should I re-install?
    Thanks,
    Carla

    The Installer will probably force you to install AWM into a separate oracle home; if it doesn't, then choose to put it into a separate oracle home from your Express products.
    --Sharon

  • Cannot view data on physical layer on Oracle BI administration tool

    Hi everyone
    I have a schema1 and table1, table2, table3.
    I have connect in odbc using the schema username and password and it was successful.
    I can view the data using toad and sql oracle developer with schema username and password.
    I also import the tables in Oracle BI administration tool with my schema username and password.
    But my problem is i cannot view the data on the table in physical layer using my schema username and password.
    Please help,
    Thanks in advance
    Edited by: hanson on Sep 16, 2009 7:15 AM

    Hi,
    I'm confused about the last bit, you did a database import to get the tables into the RPD, which worked, but now they are not showing in the phsyical layer of the rpd? They should be there under a database with the name of the ODBC/OCI that you used when you imported them.
    If they are not there then this would make me think that the import of the tables has not worked, try importing just one and see what happens.
    Regards,
    Matt

  • AWM and Oracle BI Administration Tool

    What's the relation between Analytic Workspace Manager and Oracle BI Administration Tool?
    They both can build cubes.
    So can I use BI Administration Tool of OBIEE only not in combination with Analytic Workspace?
    If I only use BI Administration Tool of OBIEE to create cube is there any other problem?
    My database is 10g not 11g and I use Analytic Workspace Manager 10.2.0.3.0A.
    I feel all functions of AWM are included in OBI-EE administrator, so for what do we use AWM? Can we use OBI-EE administrator only?
    I am exploring every aspect of OBIEE usage.
    What's the difference between "building" and "defining" the cube? Physical data generation?
    I feel in 10g AWM is use less at all...
    Edited by: wbb826 on Apr 8, 2010 1:24 PM

    Both comments are correct.
    You can build your cubes in AWM which will map data from your relational tables and allow you to aggregate the numbers.
    In 11g cube views are created already and can be imported into OBIEE to create a reporting layer. The plugin works well. In 10g you need to define a whole heap of metadata on the OLAP side to expose the data within cubes to then import into OBIEE.
    You are correct in saying OBIEE can create and report on multi-dimensional data, but the problem is with performance. OBIEE will have to aggregate the data on the fly and then return results. Whereas if you leave the aggregation to the OLAP side you will be able to report on pre-aggregated data inside of OBIEE using the cube views.
    If you are starting this exercise, then i suggest you go with an 11g level-based hierarchy setup and use the plugin for OBIEE.

  • Merging with Oracle BI Administration Tool

    I have specific question about merging with Oracle BI Administration Tool.
    At first, I copied rpd by merging with no common parent. After that, I renamed all objects in business layer and presentation layer, renamed name of database, name of connection pool, name of scheme in physical layer and deleted old aliases. And now, I want to merge my original rpd and final rpd, but I got this error:
    Following objects didn't merge properly:
    Logical Column ...
    Logical Column ...
    Logical Column ...
    Logical Column ...
    How can I solve this problem?
    Edited by: kubes on 29.01.2012 23:58

    Hi,
    check whether you are merging as "No common parent " or with "Common parent".
    Thanks
    Kishore P

Maybe you are looking for