HELP : OAS 4.0 & Oracle Express on NT

Hi,
I am trying to run the example Samples application in Oracle Express Web Agent User's guide on IE 5.0 web browser. I have installed Oracle Express 6.3 along with its Web agent component. After starting Oracle Express service & installing OAS 4.0 & starting all its services & HTTP listeners from its Administrator's applet, I try to open the first page of the Samples application(it has the title: Oracle Express Web Agent {Samples}) which is opened successfully but when I click on any of the two links on that page I get a page not found error. The OAS administration applet shows that all the services are running except the Web agent & Web agent RPC services which are shown as not running(red flags). How do you start the Web agent services ? Is configuration & set up for web agent easier on Solaris ?
Also I don't have access to "Oracle Express Web Products installation guide" as its link(http://technet.oracle.com/docs/products/exp_server/doc_index.htm) is broken. I don't know whether having this guide would make any difference. I am desperately trying to make the Web interface work without any success so far. Please let me know how to fix this problem.
Thanks in advance,
Aejaz
null

Check the following things:
1. Express Server 6.3 is up and running.
2. OAS 4.0 is installed in its own home directory.
3. You have un-commented the correct html line in .../sample/index.html file. CGI or cartridge???
4. You have moved oowa.cfg and oowa.exe in the OAS executable directory, and edited oowa.cfg with correct configuration.
Express Web Products installation guide explains all the steps for NT in detail.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by aejaz:
Hi,
I am trying to run the example Samples application in Oracle Express Web Agent User's guide on IE 5.0 web browser. I have installed Oracle Express 6.3 along with its Web agent component. After starting Oracle Express service & installing OAS 4.0 & starting all its services & HTTP listeners from its Administrator's applet, I try to open the first page of the Samples application(it has the title: Oracle Express Web Agent {Samples}) which is opened successfully but when I click on any of the two links on that page I get a page not found error. The OAS administration applet shows that all the services are running except the Web agent & Web agent RPC services which are shown as not running(red flags). How do you start the Web agent services ? Is configuration & set up for web agent easier on Solaris ?
Also I don't have access to "Oracle Express Web Products installation guide" as its link(http://technet.oracle.com/docs/products/exp_server/doc_index.htm) is broken. I don't know whether having this guide would make any difference. I am desperately trying to make the Web interface work without any success so far. Please let me know how to fix this problem.
Thanks in advance,
Aejaz<HR></BLOCKQUOTE>
null

Similar Messages

  • Oracle express file copy

    I need help i am using oracle express objects and the file copy command. i am trying to copy a file from my harddrive of my pc on to the express server which is in unix i am using the following command but all i get is permisson denied.
    FileCopy "D://test.txt","\\D_LRIC\Version_7\test.txt"
    however i have managed to get this command working using a local server and my hardrive.
    i have tried back and forward slashes for the unix file and even placed an empty text file in unix to populate.
    i would be great full for any help.
    Thanks
    Alex

    I figured out what the problem was. I simply needed to auto-extend the tablespace for WWW_FLOWS_FILES. It seems obvious now, but the fact that APEX popped me out to a 404 - Page not found instead of the usual ORACLE error threw me off.
    I put this explaination here just in case someone else has the same problem.

  • Trouble with Oracle Express Administrator

    Hello!
    Please help! I have Oracle Express Administrator v. 6.3.1.0.0. When I try
    modifying program I'm getting the error:
    "MXMSERR) XP_GETOBJTEXT does not exists in any attached database". I have got no idea,
    help please.
    Thanks indeed.
    Michael
    null

    I'am very sorry. I've sent message to the
    wrong tred!
    Michael
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Michel Makarkin ([email protected]):
    Hello!
    Please help! I have Oracle Express Administrator v. 6.3.1.0.0. When I try
    modifying program I'm getting the error:
    "MXMSERR) XP_GETOBJTEXT does not exists in any attached database". I have got no idea,
    help please.
    Thanks indeed.
    Michael<HR></BLOCKQUOTE>
    null

  • How can I login to Oracle Express Ed 11g Rel 2 on windows XP 32bit?

    I installed Oracle Express Ed 11g Release 2 32bit on windows XP 32bit and I can not login ito it. Installation asked for a password to be created at installation which I used to login with.
    The login window is started from a shortcut that installation created on my desktop. I tried to download and install three times. I went thru a SW removable before another download. The login responds with "Invalid Login Credentials"
    I have admin rights to my PC. What could be the issue?
    Please help.
    Thanks.

    What could be the issue? Could be many different causes. Mistyping the password is one, or the database could be offline but in most cases that will give a different error message. Open a command box, Start/Run/cmd and try:
    $ sqlplus /nolog
    connect system
    ... Password ... <the one used with the installer> ... Connected.
    select name from v$database;
    login window is started from a shortcut If you're talking about the Apex page, the one that opens a web browser to http://<hostname>:8080/apex and that one needs Apex credentials, not database user credentials. Apex users can be mapped to database users but that is something done via the apex administrator.
    Two database accounts "out of the box" are SYS and SYSTEM users, those are special- SYS owns the catalog, SYSTEM is a user with dba role privileges, almost as powerful within the database as the SYS user.

  • How to use unixODBC with Oracle Express on Ubuntu 8.10?

    I downloaded Oracle Express a couple of days ago, so I am totally new to Oracle.
    I tried connecting via unixODBC, using dsn=oracledsn, user=dba, password=abcd and received error info:
    1: st=01000, nerr=0, msg=
    [unixODBC][Driver Manager]Can't open lib '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1' : file not found
    but the shared 'so' library actually does exist at the path above. I also set
    ODBCINI=/etc/odbc.ini;export ODBCINI and immediately checked it was in the environment.
    The .ini files are:
    /etc/odbcinst.ini
    [OracleExpressdrv]
    Driver = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1
    Description = Oracle 10g express driver
    /etc/odbc.ini
    [ODBC Data Sources]
    oracledsn = Oracle Express DSN
    [oracledsn]
    Driver = OracleExpressdrv
    Note: The dsn and the driver names are enclosed within square brackets but came out as web links above in the preview.
    After many hours of googling I have not been able to find how to connect via ODBC to a local (on my PC) Oracle Express.
    Advice would be most welcome.

    hello
    I have the same problem. My system is Fedora 11
    I set the odbcinst.ini and odbc.ini files as you mentioned. I also set the LD_LIBRARY_PATH :
    $ echo $LD_LIBRARY_PATH
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/
    when I try to connect using isql, I get that error:
    [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1' : file not found
    [ISQL]ERROR: Could not SQLConnect
    I couldn't figure out what I am missing.
    May someone help please?

  • Oracle Express Server v.6.3.1.0 installation problem

    I downloaded oes6301nt.exe - Oracle Express Server - NT (118MB) from the Oracle web site, unzipped it and start using Universal Installer to install it for stage/product.jar. I specified Oracle Home as OraExpress81 and path as F:\Oracle Express\olap and chose a typical installation.
    At about 98% completion, I got an error: Invalid Search Spec or no DLLs found F:\Oracle*.dll on a error meassge box with an OK button. I clicked the OK button and the installation went to 100% and gave me a message "The installatio of Oracle Express Server was successful. I then re-booted the machine.
    But when I tried to run the Express Instance Manager, it wouldn't start. It just blinked for 5 sec then quited.
    I checked the programs, the installed programs are:
    Program -> OracleExpress81 ->Application Development ->INTYPE File Assistant
    NetWork Administration -> Net8 Assistant
    Net8 Configuration Assistant
    Net8 Easy Config
    Express Instance Manger
    Express Server 6.3.0 -> Express Instance Manager
    Express Language reference
    Could you please tell me what could probably be wrong with the installation. Thanks for your help in advance.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Christopher McClellan ([email protected]):
    Is the Express Agent running ?
    Do you have any other Java 'things' on the machine ?<HR></BLOCKQUOTE>
    Chris,
    Sorry, I gave you wrong information eariler.
    I just checked.
    Oracle Express Agent Started Automatic
    Oracle Express Server 6.3.0.1.0 Manual
    OracleOraExpress 81 ClientCache Manual
    OracleOraHome81Agent Manual
    OracleOraHome81ClientCache Manual
    OracleOraHome81DataGatherer Manual
    OracleOraHome81TNSListener StartedAutomatic
    OracleServiceORACLE StartedAutomatic
    OracleWebAssistant() StartedAutomatic
    Those are all the services for Oracle.
    Any suggestions on how to start the Instance Manager ?
    Thanks
    null

  • Problem in installation of Oracle Express

    I have problem in installation of Oracle Express 6
    My problem is that when i click the setup file it doesnt go anyfurther and the computer does not hang even.And even if i try to run the setup file again i get the same response.
    i am installing all this on Windows Server 2000.
    Can anyone help me.

    It's rare to get apps assistance in the database forum. You might have better luck going to 'http://forums.oracle.com' and asking in the appropriate foum. Look for
    E-Business Suite
    Applications Technology
        * •  XML Publisher
        * •  Managing Oracle Applications
        * •  OA Framework
        * •  Install and Upgrade <-------
        * •  More...

  • Corrupt Data1.cab in Oracle Express 10g Universal  for Windows

    Hello Oracle Folks,
    I downloaded several times Oracle Express 10g Universal for Windows (OracleXEUniv.exe) and tried to install it and I get every time the same error message: "Error 1335. The required file "Data1.cab" is corrupt and cannot be used ...". When I download the Western European Edition (OracleXE.exe) the installation works! I downloaded the file on different local disks to exclude the risk that my disk is damaged.
    Can you please check if this download is sane!
    Thanks and best regards Thomas Mayr

    kalyat wrote:
    Amazing reply Hans.
    I have seen some arrogent smart mouth answers in my time. But this really takes the cake. Also judging from the icon you are some kind of employee of oracle. Wow! Now that shows respect for your users.
    Sorry to disappoint you - I am not an employee of Oracle. Much of your rant is irrelevant.
    I am simply a person who has volunteered enough time to provide over 8,000 repsonses in these forums and many more in other forums.
    Many, many, many of the questions are pure repetition due to the extreme laziness, incompetence or inability to do basic thinking by the questioners. There are also a lot of questions by 'newbies' who have obviously made an attempt to research the problem.
    My approach to answering questions is simple and two-fold:
    - make the person angry enough, or aware ennough, that they will think a bit when asking the next question;
    - if they ask a question intelligently (http://www.catb.org/~esr/faqs/smart-questions.html) I usually am convinced to help.
    (And yes, I do take longer breaks when I find myself being frustrated enough to provide answers like the above.)
    The stupid installation program for your stupid database was supposed to check the version of the Operating System. Anyway how does the operating system version matter if a cab file is corrupted? which was incidently packed in that stupid download link which you have happily given to all customers all this time. I was hoping to find that since you guys are too lazy to make the installation file properly you might have atleast bothered to put up a download link for that stupid Data1.cab. But nooo... The 'stupid installation program' is indeed that - a stupid installation program. It does a certain amount of checking, but definitely not enough. In that I do agree with you. It was also released too early - basrely understands how to spell Vista.
    Also, there is an assumption by Oracle that the person downloading reads the documentation, especially the installation guide, that is available at the same location as the download. It is amazing and extremely disappointing to note how many people will not even attempt to look at the link.
    The real sad part for me is that I frequently download software (and did again in this case) to verify that the user has a legitimate complaint. The 'data1.cab' that I received was not corrupt. Therefore I conclude the original poster made some huge assumption that is likely invalid. Now, I did install into an XP machine, and that could make a difference.
    As for the 'you guys' statement - perhaps you should take that up with Oracle or an Oracle employee. Directing at me is an unsubstantiated assumption on your part. <g>
    >
    I wasted some time thinking I would check out the db for development, got the same error and after seeing your mealy mouthed response to that poor guy who was asking a valid question, I think I won't bother anymore. You see, there is this amazing thing called Linux and MySQL..
    Yup. You could easily go there. Shows yet another assumption. (In fact, my company is centered around Linux and Oracle. And I have made a conscious decision, based on 3 decades of experience, to toss MySQL and stick with Oracle. And now that Sun, which owns MySQL, seems to be on the auction block, the future of MySQL is definitely up in the air.)
    However, given how many assumptions you make and how valid they are, you may find it easier to stick with MySQL. Oracle Express edition potentially could save huge buckets of time and effort in the long run, but it does require reading, research and other skills to get up to speed.
    Now, as to your problem
    1) This is not the forum to discuss issues with installation. (If the problem is traced to the download source, then this is the right spot.)
    2) There is a dedicated forum for Oracle Database 10g Release 2 Express Edition (Oracle Database Express Edition (XE)
    3) You are absolutely correct that the installer should be smart enough to check the OS. It does not.
    4) Since it does not, and since there are differences, knowing which version AND edition of Windows (or which Linux distro and release) is critical to troubleshooting.
    Edited by: Hans Forbrich on Mar 21, 2009 4:32 PM

  • Display blob field image in Oracle Express

    Hi,
    I upgraded the apex in my Oracle express edition to 3.2 and tried to display image in blob field following the step in the Apex tutorial,
    but the error '*The requested operation is not allowed* ' prompt.
    I save the image file in a table with fields mime1,picture1=> blob field.
    I created a problem as follow:
    CREATE OR REPLACE PROCEDURE download_my_file(p_hotel_id in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    --execute immediate
    --'SELECT MIME_TYPE'||to_char(p_picture)||', picture'||to_char(p_picture)||', '||to_char(p_picture)||',DBMS_LOB.GETLENGTH(blob_content) '||
    --'INTO v_mime,lob_loc,v_file_name,v_length FROM hotels_pic '||
    --'WHERE hotel_id = '||to_char(p_hotel_id);
    select mime_type1,picture1,'test/picture1',DBMS_LOB.GETLENGTH(picture1)
    INTO v_mime,lob_loc,v_file_name,v_length
    from hotels_pic where hotel_id=1;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'),FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment;
    filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end download_my_file;
    GRANT EXECUTE ON download_my_file TO apex_PUBLIC_user;
    GRANT EXECUTE ON download_my_file TO public;
    I tried display the image by using <img src="#OWNER#.download_my_file?p_hotel_id=1" height=60 width=40 /img>
    But the image don't display...
    if I type http://127.0.0.1:8080/apex/HOTEL.download_my_file?p_hotel_id=1 to display the picture , the error " Forbidden,The requested operation is not allowed" prompt.
    Am I miss out anything? Anyone can help?
    Thanks
    Vincent

    Hi,
    I use a slightly difference code to display images: [http://apex.oracle.com/pls/otn/f?p=267:11]
    It is possible that your GRANT command needs to be for PUBLIC instead of public - some things are case-sensitive.
    Also, have you checked in SQL Workshop, Object Browser, Procedures to see if your procedure is valid?
    Andy

  • How to extract data from dmp file to oracle express edition database

    Hi,
    I wanted to extract a oracle dump file in oracle express edition database. Is it possible? If yes, then can anyone please guide me how to do it?
    Thanks

    Hi,
    This might help
    Backup/Export Question!
    Br,Jari

  • Oracle Express Edition 10g on Ubuntu

    Since I installed Oracle Express edition 10g on Ubuntu 9.04 Linux I have had a problem with gdm and x-server not wanting to start.
    at present working but most times refuses to start.
    I guess that the problem could be that some of /etc/init.d/gdm files are not acessabale as Now there is a oracle user and dba.
    Can anyone help?
    Thanks
    Sam

    Try using another decompressor. Or istall rpm file roller and try to decompress rpm package instead of deb.
    $ apt-get install rpm

  • Basic connection of data of oracle express with oracle BPA suite

    hello,
    by this means I ask for its aid to be able to solve the following problem, have oracle express edition and business process architect besides business process to publisher and need that both connect to the base of express edition,
    can help me? ,
    thank you very much

    If you want to load HTML file content as structured data, you have 2 basic choices.
    If the HTML is XHTML compliant, then you can process it using the XML functions and XDB features of Oracle. The likelihood that it conforms to XHTML is slight though - very few web systems and services (to my knowledge) dish up XHTML. And plain HTML is not compliant.
    The 2nd choice - well, a dirty one as you will need to find some kind of method to change HTML data into structured data. You can use a HTML parser that builds a HTML DOM - Gecko can be used for example. However, this is not a trivial exercise.
    So instead you can also look at creating code that specifically support the HTML content that you need to process (these should use a static formatting model for the same page types). You can use string processing (Perl, lex, awk, regex, etc) to extract the usable data content from the HTML file and then load that into Oracle as structured data.
    Whatever the method - if not XHTML, then you can expect a fair deal of complexity loading structured data from HTML content.

  • Deploying Oracle Express and Java Application in one installation

    Is there a way to deploy a Java application using Oracle express as the back end in one installation? So in other words, rather than installing oracle express separately from the application, we are looking to install from one executable including both the java application and all the necessary components for oracle express to run.
    Your help is greatly appreciated.
    Thank you,
    Mahmoud

    Hello,
    you can install the database using a response file. Depending on the installer of your Java application you could create a kind of meta-installer that creates a response file for the database as well as one response/parameter file for your application installer and hence run both in one step.
    See the [url http://download.oracle.com/docs/cd/E17781_01/install.112/e18802/toc.htm#BABCCGCF]corresponding section of the Installation Guide for details on the response file.
    -Udo

  • Using OBIEE with Oracle Express Edition Database? SOLVED

    I have a client that wants a quick demo of OBIEE. They sent us some csv files as the data source. I migrated them to Excel files for easier use, but the Excel files seem to have limitations on how I can combine the columns, such as concatenating and formatting.
    I then loaded them into an Oracle Express Edition database, assuming more "database" functionality would be available to me. I was able to load them into the Administration Tool, but Answers gives me the following error when I try to view any results from the Express database:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT COURSE_ENROLLMENT.CAMPUS saw_0 FROM BI_DEMO ORDER BY saw_0
    Thanks for any help. This is my first non-guided attempt using OBIEE.
    Edited by: markstuartnelson on Sep 29, 2008 5:22 PM

    Thanks. I got some assistance from a co-worker that is also using Express Edition. (This is also my first use of Express Edition.)
    Here is the tnsnames entry that I created, in case it helps someone else:
    DEMO_XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
         (SERVER = DEDICATED)
         (SERVICE_NAME = xe)
    )

  • Oracle Express Limitation

    Good day
    As specified in the documentation Oracle Express offers the following space storage limitations. To clarify what defines the storage space, can you please answer the questions below. Here are the four limitation as specified in the Oracle Express documentation
    1- User data cannot exceed 4 gigabytes in size (in addition to Oracle system data).
    2- Each computer can host only one instance of Oracle Express.
    3 - Oracle Express may be installed on a multiple CPU machine, but it will execute (run) only on a single processor or a single processor core if multi-core processors are used.
    4- Oracle Express may be installed on a server with any amount of memory, but will use only up to 1 GB of available RAM memory.
    User data cannot exceed 4 gigabytes in size (in addition to Oracle system data).
    QUESTION 1 - Please confirm that the ENTIRE 4 GIG is allocated for user storage not oracle files storage?
    QUESTION 1 - Please confirm that the 4 GIG limitation DOES NOT include space used by Oracle system files (SYS and SYSTEM)?
    QUESTION 2 - Please confirm that the 4 GIG limitation DOES NOT include space used by Oracle Temp files and Undo / Redo files (TEMP and UNDO)?
    QUESTION 3- Please confirm that the 4 GIG limitation DOES NOT include space used by Oracle CONTROL FILE and BLOCK CHANGE TRACKING files?
    QUESTION 4 - What query can I run to identify the used space within the 4 GIG allocated storage space?
    I have also heard that the overall Physical size is limited to 5 GIG (Need to know is this is true. It is not mentionned in Oracle Express documentation)
    QUESTION 1 - Does Oracle Express limits the overall database physical size to 5 GIG?
    QUESTION 2 - If Question 1 is true -- Please confirm that the 5 GIG limitation DOES NOT include space used by TEMP and UNDO / REDO files?
    QUESTION 3 - If Question 1 is true -- Does the 5 GIG limitation includes space used by SYS and SYSTEM files?
    QUESTION 4 - If Question 1 is true -- Does the 5 GIG limitation includes space used by CONTROL FILE and BLOCK CHANGE TRACKING files?
    QUESTION 5 - What query can I run to identify the overall database size?
    Thank you in advance for your help. I really appreciate it.

    What query can I run to identify the overall database size?Try this :SQL> select sum(bytes) from dba_data_files
      2  where tablespace_name not in (select tablespace_name
      3  from dba_tablespaces where contents = 'UNDO');

Maybe you are looking for

  • J2ee installation problem on windows ME

    I have downloaded the j2sdkee1.3 and have set all of the variables but when I type in j2ee -verbose or j2ee.bat -verbose ( as I have read about in peoples past problems ). I get the lines out of environment space *2 syntax error * 3 exception in thre

  • Error while registering SOA Composite

    Hi all I used OOTB AutoApproval composite and added mail stuff to that composite. And run the composite and deployed it successfully. I don't want approver, task should be auto-approved. But for other custom composite i deployed and registered the co

  • Unable to restore Satellite laptop running Windows 8.1

    I have recently acquired some malware on my laptop, and after several unsuccessful attempts to remove it have decided to try to restore the machine to factory settings. Unfortunately, I did not create backup media when the laptop was new and the reco

  • Photoshop CS3 delete issues

    I am having issues in photoshop. I can select a background of a photo but when I hit delete or cut nothing happens. I reset the preferences but still no luck. This has been going on for months and I need to get it fixed. Had the same problem today in

  • Adobe updates fail:

    Here is the error log.  Windows 7 64-bit.  Have tried cleaner tool to no avail.  Have removed Adobe story beta. Encore CS6 update Update is not applicable. Error Code: U44M1P28 Adobe CSXS InfrastructureCS6 Update is not applicable. Error Code: U44M1P