Downloading Oracle9iAS and Oracle Portal

Hello,
I have downloaded the different files of Oracle9iAS v1.0.2.2 including Oracle Portal. When I try opening the different ZIP archive files, I have a message telling me that the ZIP archive file is not valid.
I have the same problem with Oracle9iAS v1.0.2.1.
Could you help me?
Thanks in advance
null

Are you downloading for Windows NT? If so, I had the same exact problem, even after running the 1022ntDiskX.BAT file. I filed a TAR with Oracle and they stated that the download of the software is not supported. So, I had to order the software on CD. It worked fine from the CD.

Similar Messages

  • How to install Oracle9iAS and Oracle Portal

    Can anyone help me to install Oracle9iAS and Oracle Portal?
    In which order must they be installed?
    Are there important things to do before the isntalling?
    Or does anyone know where to find clear documentation for the installation?
    thanks

    Portal is installed as part of the 9iAS install.
    You can find the Installation Guide online at http://otn.oracle.com/products/ias/. Choose the Documentation tab. Select your platform (Solaris, NT, etc.), and click HTML or PDF and you'll have the docs you need for installing 9lAS and Portal with default configuration.
    For more info on custom configuring portal, go to http://technet.oracle.com/products/iportal/. There is a section on the page called Configure 9iAS Portal that has links to all the available configuration documentation.
    Best,
    Jay

  • Urgent : file upload / download functionality in oracle portal page

    Hi friends
    I am new to portal development and am working on oracle portal 9i rel2 . I need to know how to put the file upload and download functionality in any page. the functionality given in oracle portal user guide is not user friendly (i.e in the content area add item of type file" ) .... i need to now is their any way to achieve the simple , one button click upload download functionality ..like we do in yahoo mails etc.
    any help will be highly appreciated.
    regards
    Dheeraj

    Well, I do not know the exact location of the document, however you can find the document to do this in modplsql User Guide ..(File Upload/Download).
    I am pasting some hint:
    e.g.
    Create an html form..code something like this:
    <html>
    <head>
    <title>test upload</title>
    </head>
    <body>
    <FORM      enctype="multipart/form-data"
    action="pls/mydad/write_info"
    method="POST">
    <p>Author's Name:<INPUT type="text" name="who">
    <p>Description:<INPUT type="text" name="description"><br>
    <p>File to upload:<INPUT type="file" name="file"><br>
    <p><INPUT type="submit">
    </FORM>
    </body>
    </html>
    Create a table
    (who varchar2(..).
    description varchar2(..),
    file varchar2(..));
    Your procedure something like this:
    procedure write_info (
    who in varchar2,
    description in varchar2,
    file in varchar2) as
    begin
    insert into myTable values (who, description, file);
    htp.htmlopen;
    htp.headopen;
    htp.title('File Uploaded');
    htp.headclose;
    htp.bodyopen;
    htp.header(1, 'Upload Status');
    htp.print('Uploaded ' || file || ' successfully');
    htp.bodyclose;
    htp.htmlclose;
    end;
    You should be able to download/access the file using the following URL format:
    http://<host>:<port>/pls/<dad>/docs/<file_name>
    Where file name is = Look for the value in the "myTable" > file.
    Do tell how you get on this.
    Thanx,
    Chetan.

  • Oracle.portal.provider.v1 and oracle.portal.provider.v1 confusion

    Hi, i've got a very simple question, i'm very confused with the recent download of the PDK. The problem is that a lot of articles use in their examples the Java API oracle.portal.provider.v1, but the current version of the portal is v2 and in the jar files pdkjava.jar and ptlshare.jar exists an oracle.portal.provider.v2 package and the oracle.portal.provider.v1 package is almost empty and the v2 package is different from the ancient v1, what i really need to know is:
    Its possible to use the v1 package in the new portal release without any addicional work?
    Has the v2 package fully replaced the v1 packaged, and if so why the documentation is not updated?
    Thanks,
    Antonio Cruz

    PDK contains both v1 & v2 and the developer is free to choose
    whichever version he is comfortable with.
    v1 related jpdk information can be found under
    {PDK-EXTRACTED-DIR}/pdk/jpdk
    v1 related urlservices information can be found under
    {PDK-EXTRACTED-DIR}/pdk/urlservices
    v2 related information can be found under
    {PDK-EXTRACTED-DIR}/pdk/jpdk/v2. It contains both JPDK and URLServices
    in it.
    To answer you questions -
    You can use v1 package without any additional code.
    The sample are available in both v1 and v2. So, naturally there is
    no need to change the articles.
    -AMJAD.

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

  • Pl/sql and oracle portal session

    Hi all i use portal      v.10.1.2.2.0 and i would like to play with a session variable. all i do is
    grant execute on wwsto_api_session to myportal from portal schema. and then i want to do
    l_store := portal.wwsto_api_session.load_session (p_domain, p_sub_domain);
    l_store.set_attribute ('myname', 'name');
    l_store.save_session;
    1) i do not know what is the p_domain, p_sub_domain
    2) when i do wwsto_api_session.get_sub_domain and wwsto_api_session.get_domain i get an error.
    How can i read and write to a variable session in oracle portal?
    Thank you in Advance,
    Antonis

    Hi Antonis,
    Perhaps you question is better asked in [Oracle Application Server Portal|http://forums.oracle.com/forums/forum.jspa?forumID=14] forum
    Regards
    Peter

  • Oracle report 10g publsinng on web and Oracle Portal

    I am converting a report that was using oracle OAS9i, we pass to URL(rdf file) userid/password and worked fine. We were not using Portal, even though it is installed by OAS. Now seems we have to use Oracle Portal to publish the same report. Is that right? If not how will I use report servlet to call a rdf file I assume I still need to send oracle user id/password as that is needed to run report(knowing this from old Oracle report 6.0). We really do not want to autheticate any user all users behind use the same Oracle account to print reports. Any hint?
    Another thing I find that now reports are closely linked to Portal and looking at web publishing document it seems one needs to view them thru Portal. Please help me understand this why I can not just see the report as once they are processed they produce pdf that any borwser can show.

    Any one??

  • Oracle Web Center Suite and Oracle Portal

    1)What is Oracle Portal and why it is used?
    2)What is Oracle Web Center Suite and why it is used?
    3)What is the difference between Oracle Portal and Oracle Web Center Suite?

    1) Oracle Portal is the Portal product that was deployed together with the application server before weblogic server. It is still used a lot for corporate intra and extranets. It is mosly used for intranets and extranets. When you bought the licence for the application server you automaticly had the licence for Oracle Portal. That's why it is so popular.
    Oracle portal is not realy standard based. You mostly will create portlets with PL/SQL or PDK and not realy use the JSR168 standard.
    No with Oracle Portal 11g you can consume JSR168 portlets using WSRP.
    2) Oracle WebCenter suite is the next strategical choose of oracle in portal software. Webcenter is an enterprise 2.0 portal environment while oracle portal is more web 1.5 and has limited web 2.0 stuff. Oracle Portal comes with a complete UI for the user to use to create websites and groups but webcenter is more a framework to incoorporate enterprise 2.0 features into your own fusion web application. Webcenter suite comes with Webcenter spaces. THis is a complete UI to create collaborative websites.
    Webcenter framework is a powerfull framework to create complete enterprise 2.0 sites.
    3) The difference... Oracle Portal is an old product and will not be developt anymore. I've heard portal 11g will be the last version meaning support will stop at 2014. Webcenter is a new product to create state of the art enterprise 2.0 websites.
    Oracle portals is not build on standard and is not realy standardbased meaning is you develop portlets for portal you will not be able to use them in other portals.
    Webcenter on the other hand is completly standard based. It is JSR168 compliant and in the near future it will also support JSR286.
    Oracle portal is PL/SQL based while webcenter is completly java based, based upon the ADF framework from oracle.
    Because WebCenter is based upon the ADF framework you can use the complete ADF framework for your application. For example consuming webservices are very easy in webcenter. If you are using a service oriented architecture you will have lots and lots of work to integrate it with portal. With webcenter this is peace of cake.
    Hope this helps you :)
    If you have other questions, just let us know.

  • Webvpn and Oracle Portal 10.1.4.2

    We are attempting to upgrade Oracle portal 9.0.4 however we have got problems accessing our portal via webvpn. We are using a cisco 5500 asa. When using anyconnect , portal works fine. When using webvpn to access the new portal we get "invalid portal session" and other "an error has occurred" error messages. I have looked in the portal activity log and we seems to be getting multiple connections connecting via webvpn and ora 20000 and ora 20001 errors which relate to cookie errors.
    Portal 9.0.4 works without any problems

    Something must be wrong with the consumer, then. Here you can see the portlets consumed by Oracle and NetUnity.
    Peter

  • BPEL and Oracle Portal

    Hello.
    At the moment i try to find a beginning how to display Values from Oracle BPEL Process Manager to Oracle Portal. I would like to use Portlet Specification JSR-168, if it is possible.
    For a better understanding: here is a detailed description of the task i try to do:
    I have a BPEL Process which uses values via WebService. These values will be modified in the BPEL Process. After the values are modified, they should be displayed in Oracle Portal.
    I have installed an Infrastructure, Middle Tier (Portal&Wireless) and Oracle BPEL PM for Middle Tier on a Virtual Machine. At my local PC I installed BPEL PM for Developers to develop BPEL Processes.
    I don't find a beginning to display the Values in Oracle Portal... ;)
    Can anyone help me or give me a hint to find a beginning?
    P.S.: If you don't have an idea about my problem but you
    know a guy who might be know sth about it, please
    contact me. Althoug if my question is not clear
    enough, please contact me, because it is very
    important for me.
    Thanks a lot!
    Message was edited by:
    BenSp

    Hi all,
    Sorry to disturb but I really need help on this, has anybody deployed BPEL portlets 10.1.3 or has anybody developed a portlet with the 10.1.3 workflow services API on Oracle Portal?
    All help will be appreciated.. Thanks in advance..
    Serkan

  • OBIEE and Oracle Portal

    Hi.
    does anyone to tell me if is possible put a Dashboard or report OBIEE or Report Publisher in Oracle Portal?
    If the portal is a free version because included in Technology Foundation Jde, you must have a license to integrate a report OBIEE/Publisher in Oracle Portal?
    Thanks
    Sara

    Hi Sara C,
    I'm not sure of what kind of integration you are hoping for, but OBIEE Dashboards and Answer Requests are highly portable via the GO URL syntax.
    You can embed them into virtually any portal provide users with a highly integrated experience.
    Good luck!
    -Joe

  • DBI and oracle portal

    Has anyone successfully linked Daily Buisiness intelligence with Oracle Portal?
    We are able to see DBI portlets within the application provider but none seem to return any data even though they work when logging directly into the Application.
    Documentation around this subject seems to be particularly difficult to find !!
    Cheers
    Paul

    Hi,
    Its the standard dbi portlets that we are trying to use. We can use the application portlets for navigation to responsonsibilites and workflow notifications ok but when we add a DBI specific portlet we hit an error message in the portlet - which advices us to contact our system administrators. We have the preferences sswa, daily business intelligence administrator, and daily financials intelligence responsibilities assigned to the portaladmin account. We have tried different portlets such as 'profit and loss' - this errors for portaladmin when accessed via a dashboard portlet but works ok when accessed direct via the application responsibility.
    we have now raised an SR for this...
    Any ideas where we can find any basic documentation on how to incorporate DBI portlets in a dashboard, what dashboards need which responsibilities etc?
    thanks
    Paul

  • Seamless Integration Between Weblogic and Oracle Portal Server

    Hi,
    Can someone please give me some insight into Seamless integration from Weblogic Portal Server to Oracle Portal Server.
    The Scenario is as:
    A user logs into the Weblogic Portal, this Portal desktop displays some portlets. Links on these portlets navigate the user to the portlets deployed on Oracle Portal.
    Is this feasible, and what version of the 2 servers would support this feature.
    Can someone please snd across online resources which deal with my doubt.
    many Tx.
    Regards,
    Mukta

    You might want to consider using WSRP to aggregate portlets deployed on
    Oracle into WLP. Check edocs and dev2dev for some info on WSRP in WLP.
    You can use 8.1 SP3 or later.
    Check with Oracle to find out which version of their product offers WSRP
    support.
    Subbu
    Mukta Shetye wrote:
    Hi,
    Can someone please give me some insight into Seamless integration from Weblogic Portal Server to Oracle Portal Server.
    The Scenario is as:
    A user logs into the Weblogic Portal, this Portal desktop displays some portlets. Links on these portlets navigate the user to the portlets deployed on Oracle Portal.
    Is this feasible, and what version of the 2 servers would support this feature.
    Can someone please snd across online resources which deal with my doubt.
    many Tx.
    Regards,
    Mukta

  • Clone and oracle portal user.

    I have a user in oracle portal that is an administrator for the entire page group. I need to create 2 just like them. Is there any way that i can clone this user in portal and have the new user have the same rights??

    Hi
    Login using the existing orcladmin(username) and on the right hand side u ll see Create New User tab
    click on it and select appropriate previleges as there in orcladmin(this can be done by clickin on edit user tab just below create user tab) then submit
    Hope this is usefull for u

  • Section 508, ADA, Accesibility and Oracle Portal

    Does anyone know where I could find more information on Oracle Portal's web accessibility?

    Regarding accessibility Portal is really far from compliant.
    It insert tag in uppercase and this cerate pages that are not XHTML.
    It does not write summary in tebles and this takes it out any chances of passing any validator from WAI.
    The situation is not so good.
    Hope that a patch comes soon since this problem is not so big really (expecially the uppercase of the tags)
    Luca

Maybe you are looking for