Can't install Portal in a 9i Database

Hi
I can get PORTAL to install in an 8.1.7R3 database with no problems. However, when I give the Portal Installer the SYS Password and HOST:PORT:NAME the installer can't log into the database.
Originally, I assumed that it may have to do with SYS must login as SYSDBA requirement and I set O7_DICTIONARY_ACCESSIBILITY=TRUE, bounced the database and restarted the Portal Installer. Still the installer can't login to a 9i database as SYS.
Thank you for your time.

I have 9ias and Portal 3.0.9 running on 9i db on RedHat 7.2.
It was really no problem. The first key is to downgrade your
binutils until the entire install is finished and stable. Then
the 9i install goes in great. Next do the
07_dictionary_accessibility=TRUE thing....
After that, don't even try to let the portal config assistant
run. Even if you get past the can't log in as sysdba thing,
You'll NEVER get past the insufficient pool size thing. So, just
do the install: If enterprise, do not allow Portal to install at
all, do it in another install after. Otherwise, what I did, was
a minimal install. You'll need jdk 1.2.2 from blackdown for this
(even though you need 1.1.8 for 9i and the rest of 9ias). once
the install is finished, the Portal config assistant will kick
off, it WILL error, so just cancel it and do execute the silent
version of the installs (linstall, winstall). After that, it
will run slow and or timeout CONSTANTLY, so, all I did to
finally fix that was to delete or comment out anything that had
to do with the MTS dispatchers.... once that was done, my portal
runs like a shot.
Now if I could only figure out how to bulk load users from a
table from an old system...
Bryancan

Similar Messages

  • Can I install Portal server 6.1 with Directory server 5.2

    Hi,
    Can I install Sun ONE Portal Server 6.1 with Sun ONE Directory Server 5.2 that is an existing installation? I have checked iPS 6.1 installation guide that mentioned iDS version should be 5.1.
    Thanks a lot,
    Yu Mao

    Identity server 6.0 SPx has not been certified/tested on DS 5.2.
    IS 6.1 will support DS 5.2.

  • How can I install portal only in oracle9AS

    Is there anybody can answer my question?Thank you very much

    Portal already comes with Oracle9iAS...So there is really no separate installation procedures to get it installed, especially in 9.0.2. To access the portal, after you've installed both the infrastructure and the mid tier and started up the following processes in the Mid-tier:
    1. OHS
    2. WebCache
    3. OC4J_Portal
    In the Infrastructure:
    1. OHS
    2. OC4J_Das
    3. Internet Directory
    Ensuring the IASDB/TNSListener is up.
    Acessing Portal is http://<hostname>.domain<port 7777, 7778 or 7780>/pls/portal.
    Pls. repost if you have further questions.
    Thanks,
    Sudi Narasimhan
    Oracle9iAS Portal Partner Services

  • Very Basic:  Can I install OEM 12c in a 'Database Control' style?

    Environment:
    Oracle 11.2.0.3 EE on Solaris 5.10 u10
    No experience with OEM, yet ...
    I would like to set up OEM 12c for one (1) Test database but want to make the installation as easy as possible and without as much of the 'Cloud' control 'stuff' for managing several databases. Kind of like the 11g Database Control versus Grid Control.
    We're in the planning stages of setting up a 'real' OEM 12c environment but I wanted to get a jump on things using this small test database.
    I've been reading the Basic and Advanced Installation manuals but haven't seen anything about a leaner/smaller installation type.
    Oh yes, I need to use the 'silent' install method as we did for the databases.
    Pointers to other docs I'm missing are appreciated.
    Any suggestions are most welcome.
    Thanks very much.
    -gary

    Thanks very much for the confirmation! I feel better that I couldn't find anything in the documentation.
    I appreciate your taking the time to respond.
    -gary

  • Can i install the Portal Server 7 on Red Hat Enterprise Linux 4 ?

    hi all,
    Can i install Portal Server 7 on Red Hat Enterprise Linux 4 ?
    Thnx in Advance.

    Hi All,
    After tearing my hair out for about 3 weeks I've figured following are the steps for installing Sun Portal Server 7 on RH Linux 4. These though help successful installation I am still struggling to get the Single Sign On for the sample applications working.
    1. Boot linux with the network cable disconnected. (cable disconnected or wireless disabled is very important).
    2. set Hostname to localhost.localdomain
    3. Start INstaller (I always used the root login).
    4. Once the components list comes up "select All" then unselect "Sun POrtal Server 7" and "Sun Java System Portal Secure Remote Access". (trust me firends I am not kidding around).
    5. Follow steps of installation. Provide a password wherever requested. Highly suggested that you note down the options and the values you are entering in each step. Its about 20 page installer. Also whereever host and domain is asked for use localhost.localdomain. IP should be 127.0.0.1. Valid IP and valid domain name will also work but I haven't gone that route yet.
    6. Take special note of the LDAP Admin Password and LDAP user password. Note the usernames too. The admin password and user passwords HAVE to be different. DO NOT Forget the admin password. Default admin name is amAdmin.
    7. Go ahead and let the installation complete.
    8. I always used localhost.localdomain as domain name and host name and IP to loopback address 127.0.0.1
    Once the installation is complete start newly installed server in the following sequence
    A. To start localhost slapd:
    cd /var/opt/sun/directory-server/slapd-localhost/
    ./start-slapd
    cd /var/opt/sun/directory-server/
    ./start-admin
    (you can test here by running ./startconsole and loggin in using the admin username and password (you you should have remembered those... don't tell me I didn't warn you :)...)
    B. To start Sun Java System Application Server
    cd /opt/sun/appserver/bin
    ./asadmin start-domain --user [username] --passwordfile [a simple txt file with only the password in it] [domain name]
    e.g.
    ./asadmin start-domain user admin passwordfile adminpassword.txt domain1 OR
    ./asadmin start-domain user admin password pass123 domain1
    takes a few seconds to kick it off.
    open browser and go to http://localhost.localdomain:8080/ to check if application server is running
    C. To start Identity Server
    cd /opt/sun/identity/bin
    ./amserver start
    Now go to the SunPortal Server installer again and run it.
    9. In the screen that asks whether you want to install only or configure select configure now.
    10. Fill in required parameters like password. and user name. ( I kept ALL default and used the same password all throughout except for LDAP admin, I am doing this for a PoC so security be damned at the moment ).
    11. Be sure to fill in the correct LDAP admin and user passwords because else installation will fail.
    12. Let the installation roll
    13. At about 38% it will give a popup warning configuration may take upto an hour. If you get to click on this popups ok button good things are progressing fine. If not some server didn't start right.
    14. Takes about 15 minutes (depends on machine config) after you hit okay for the configuration to complete. Anything lesser check logs for any failure notices.
    15. IF all success reported congratulations!!!
    16. Goto http://localhost.localdomain:8080/portal/ to go to portal home page
    IT STILL DOESN"T WORK!!! HELP!!!
    Folks after all I said above it still doesn't work. When I go to any of the portal server Sample Applications and try to log in using the default usernames
    Community Samples has test/test
    Enterprise Sample has mary/mary ed/ed etc
    I cannot log in... The screen simply refreshes but doesn't go anywhere.
    I am suspecting this is because the domain and host is pointing to localhost.localdomain instead it should be given a valid domain name and a valid host and a valid IP instead of 127.0.0.1. If anyone can throw anymore light on this I'll be grateful.

  • How many OC clusters can in installed / implemented on a node & RAC DBS

    In a cluster,
    How many OC clusters can be installed and How many RAC Database can a single OC cluster can support.
    Can i share single VG & LV to manager two OC clusters each with one RAC Database.
    Thanks in Advance.
    Regards
    Satish

    What are referring to here as "OC clusters"? By any chance, are you referring to Oracle Clusterware? If yes, you can install only one Oracle Clusterware in a cluster, and I don't think there is a hard limit on number of databases it can support as far it is not constrained by the OS resources and the entries it can make in the OCR.
    Can i share single VG & LV to manager two OC clusters each with one RAC Database.Since you can not install more than one Clusterware on a cluster, this question doesn't arise.
    Hope this helps.
    Thanks
    Chandra

  • Install Portal into remote 9.2.0.3.1 database

    Has any successfully installed portal into a remote 9.2.0.3.1 database? My O/S is Windows 2000. I've got IAS Rel 2 9.0.2.0.1 installed and patched up to 9.0.2.2 I've been working with MetaLink, but so far they haven't been able to solve the problem. The issue is that the DAD will not work. Everything appears to install correctly, but after creating the DAD and bouncing the http server, the DAD won't come up. Yes, I can connect with sqlplus, yes there are valid tns entries. I've even created a DAD to my existing portal30 install in my 8i database and that works. Its just this 9i install that refuses to work.
    Does anyone have any ideas?

    I turned on debugging in the DAD and this is the message:
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.
    Proxy log On failed.
    Please verify that you have specified correct connectivity information i.e. username, password & connect-string in the DAD
    Error-Code:12638
    Error TimeStamp:Wed, 28 May 2003 12:31:15 GMT
    The Apache error log has this in it:
    [Wed May 28 07:54:49 2003] [error] mod_plsql: /pls/pallportal/pallportal.home HTTP-503 ORA-12638 <B>Proxy log On failed.</B><BR>Please verify that you have specified correct connectivity information i.e. username, password & connect-string in the DAD

  • Can OAS9i and Portal be installed on Linux RedHat(kernel 2.2.19) platform?

    Hi,
    My question is the same as the subject written.
    Can OAS9i and Portal be installed on Linux RedHat(kernel 2.2.19) platform? Basically, first, I can't find the OAS9i "*.cp" image files for RedHat Kernel 2.2.16 or later use, second, what I can download from OTN site is V1.0.2.2.1 which is for Linux RedHat Kernel 2.4.3-12 or later use. And I downloaded all the files which OAS9i version is V1.0.2.2.1, and failed to install on my platform. So I want to know is there anybody installing OAS9i and Portal successfully on RedHat 6.2(Kernel 2.2.19, glibc 2.1.3)? Or can share on other RedHat version had any successful installation processes or suggestion. Thanks in advance.
    Regards!
    Frank

    9iAS 1.0.2.x is only supported on Redhat 7.0 and Suse 7.2
    Portal PM

  • Can we install Oracle Database 10g 32 bit on Windows 2008 64bit

    Can we install Oracle Database 10g 32 bit on Windows 2008 64bit will there be any disadvantages, will all the features of Oracle database work ( Like Data Guard , OEM, Grid Control).
    Solution will be appriciated.

    Hi,
    If it is true can you please give me some reference doc, as per my knowledge installing Oracle Database 10g 32 bit on Windows 2008 64bit must be possible.
    Thanks & Redards

  • Can we install oracle 10g database on Windows Vista Home Edition?

    Can we install oracle 10g database on Windows Vista Home Edition?

    You didn't specify which Oracle10 Edition.
    In the case of SE/SE one/EE, with a paid license Supported has a mean impact on production environments with paid licenses, since you wouldn't run on an unsupported platform facing the risk of being left without technical support from Oracle in case of an emerging issue.
    For the XE Edition, this is not a certified combination, since the only certified editions are the Business, Enterprise, and the Ultimate editions, but you can try it, you don't have nothing to loose, supported, certified vs. unsupported in this case makes no difference since this XE is not supported either way (no patchsets, no bug fixes, no technical support from metalink), just an AS IS free software.
    On the license agreement terms displayed when you download the XE software it states:
    "No Technical Support
    Our technical support organization will not provide technical support, phone support, or updates to you for the programs licensed under this agreement."
    and
    "THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. WE FURTHER DISCLAIM ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."
    In case someone would be able to win a trial against oracle due to damage from the use of this software, the amount paid at maximum is 1,000.00 USD, not enough to even pay the lawyer's lunches.
    For the XE users the primary source of 'kind of support' is the oracle forums, either the installation forum, the general database or the specialized XE forum.
    Of course if this is for your own personal use for learning and testing and there are no third parties you could damage by doing this and if you don't have a paid license for this installation you may try it, but don't expect the Enterprise Manager to behave as defined by the manual, most of it won't work since the Home Edition doesn't have the privileges required for EM to work.
    If this is your personal computer and when you bought it the computer provider installed from factory Home Edition, and if you want something to work there, you can try to install a Virtual Machine and install Oracle 10g on a supported guest OS.
    ~ Madrid

  • Can I able to install many instances in one database. If yes please let me

    Hi,
    Can I able to install many instances in one database. If yes please let me how to do in Oracle 10g and *9i*.
    Thanks,
    Senthilnathan.

    Can you clarify what you trying to accomplish please? An instance consists of the memory structures, while a database consists of the memory structures and data files. Hence a RAC is a single database, with a instance per node (since each node will have the memory structures but all nodes access the same, single database).
    If you are referring to multiple schemas or applications inside the same database then yes, that is perfectly fine and done generally.

  • Can I install Metadata Repository for 10.1.2.0.2 on Oracle 10.2.0 database

    Does any one know if the Metadata Repository of OracleAS 10.1.2.0.2 can be install on an existing Oracle 10.2.0 database ?
    The MRCA tool is giving me this message "Oracle Metadata Repository cannot be loaded into this version of the database. Please see the installation guide for more information on supported database versions ...."
    Kim

    According to the Installation Guide, Oracle9i Release 2 (9.2.x) and Oracle Database 10g Release 1 (10.1.x) are supported. See the following for more specific information:
    http://download-west.oracle.com/docs/cd/B14099_19/sol.1012/repca.1012/repca/intro.htm#CHDEAJFB

  • Install Portal and Database with modem turned off?

    I am about to install Oracle Portal 9iAS with Oracle 8i database in a Win2000 PC. I have a cable internet connection that uses DHCP to dynamically assign IP and DNS addresses. Would DHCP be a problem? Should I make the installation with the modem turned off?
    Thank you very much,
    Melissa

    I installed Portal and Database on my machine at home which has both a public and private IP and there were NO problems doing it with the modem on and connected.

  • Can't Start Portal After Install

    After downloading and installing the of evaluation Portal 4.0 SP1, I get the following message upon startup when I enter the system password that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the same message.
    What password should I use to start the server?

    I've followed the directions and am experiencing the exact same problem. Brand
    new installation of Weblogic server 6.1 SP2 with examples. That install is working.
    Then added Portal 4.0 SP1, updated the license file and I have the same issue
    with the Illegal access exception resulting in the "Fatal initialization exception"....
    Hmm!
    [email protected] (Bowrat) wrote:
    Below listed are the common errors you run into during installation
    process:
    - You need to have the correct version numbers of both the weblogic
    server and the portal server. For instance the portal server 4.0 (eval
    copy) will only run on WebLogic 6.1 SP1. So check the edocs for
    supported platforms
    - Make sure you have the installed the full version of the weblogic
    server (including examples)
    - Finally, you need to run the UpdateLicense.cmd file to update the
    license.bea under ur Bea Root
    Give it a shot after u have checked all of the above three - goodluck
    - Bowrat
    www.Bowstreet.com
    Steve Anderson <[email protected]> wrote in message news:<[email protected]>...
    From: Steve Anderson <[email protected]>
    Newsgroups: weblogic.support.install
    Subject: Can't Start Portal After Install
    References:
    NNTP-Posting-Host: 209.11.114.150
    X-Original-NNTP-Posting-Host: 209.11.114.150
    Message-ID: <[email protected]>
    Date: 13 Feb 2002 20:25:53 -0800
    X-Trace: 13 Feb 2002 20:25:53 -0800, 209.11.114.150
    Organization: BEA SYSTEMS Inc
    Lines: 18
    XPident: firewall-user
    Path: newsgroups.bea.com!209.11.114.150
    Xref: newsgroups.bea.com weblogic.support.install:9600
    After downloading and installing the of evaluation Portal 4.0 SP1,I get the following message upon startup when I enter the system password
    that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the samemessage.
    What password should I use to start the server?

  • Oracle Database 11g version 11.1.0.6.0 can be installed on windows 7

    Hi,
    I would like to ask if Oracle Database 11g version 11.1.0.6.0 can be installed on windows 7 32-bit.
    if it could please how?

    Welcome to the forums !
    Officially, Oracle has not certified any database software for Windows 7 as of today.
    That does not prevent folks from trying to install :-) see Oracle 11g on Windows 7 as an example.
    Use the search feature to find other threads.
    Pl note that if you run into issues, you are on your own.
    HTH
    Srini

Maybe you are looking for