De-installing 9iAS infrastructure tier

I have a server that has the 9iAS infrastructure installed. None of the 9iAS mid-tier instances require SSO or clustering. The questions I have is:
- Do these 9iAS mid-tier instances use the infrastructure if they are not using SSO or clustering?
- If they're not, is there any impact on any of the mid-tier instances if the 9iAS infrastructure is de-installed
- If they do, is there a safe way to remove the 9iAS infrastructure without impacting the mid-tier instances?
Thanks
James

However, once you have associated any mid tier with infrastructure, it is not supported to remove the infrastructure except in one case. If you want to use FOrms and Reports without Infrastructure, following the instructions you can find in the white paper available on OTN, you can remove Infrastructure. This means you will not be able to use SSO capabilities with forms and reports.
So, if you are using J2EE and Web Cache and do not care about SSO or database managed clustering feature, you have to make that decision during install and do not associate with infrastructure.
Regards
Pavna Jain
Oracle9iAS Product Manager

Similar Messages

  • Problems with installing 9ias infrastructure

    Iam trying to install oracle 9ias application server on a windows 2000 professional edition.
    so before installing application server iam trying to install 9ias infrastructure.
    my initial attempts have failed so iam trying to reinstall it again after deinstalling the existing infrastructure.
    the error iam getting is that the user who installed earlier is different from current user.
    i use only one account on the machine. how can i correct the problem.
    thanks
    chakri

    The server has 2 500mhz Pentium Processors.
    Actually, I was able to bypass the issue by forcing the OUI to use 1 processer (Note 229478.1), but I am now having issues with the Infrastructure Schema Configuration Assistant. Even though it says it succeeded, the log says otherwise.

  • Help: problem trying to re-install 9iAS Infrastructure

    I'm using Windows 2000.
    A while ago I installed 9iAS Infrastructure, and later I deleted the entire installation.
    Since then, I have changed my computer's name. Now, when I try to re-install the Infrastructure, I'm getting an error message which says that I must use the same user login to install the Infrastructure as I originally used. I'm getting this message even though I deleted all the files (that I'm aware of) associated with the original installation, so, clearly, my computer still has a "memory" of the deleted installation somewhere.
    Can you please tell me which additional file or files I must delete from my system to destroy this trace of the original installation? Please note that I am using the same downloaded files now to try to perform the installation as I originally used.
    Thank you for your assistance.
    Hugh

    Hugh, here's the info you wanted:
    PURPOSE
    This article describes the procedure how to manually perform the actions to
    create a "clean machine" on Microsoft Windows 95/98/NT/2000/XP and how to
    manually remove all Oracle components (e.g.: oracle RDBMS database server,
    IAS, OEM, client installations, etc) and services from your computer.
    SCOPE & APPLICATION
    This article is intended for DBA's on the Microsoft Windows platform.
    WARNING:
    1. Remove all Oracle components from your computer only as a last resort,
    and only if you want to remove ALL Oracle components from your system.
    2. These instructions remove all Oracle components, services, and registry
    entries from your computer. In addition, any database files in the
    subdirectories under ORACLE_BASE\ORADATA\ are also removed.
    3. These procedures will also remove Oracle network configuration files,
    user written scripts and any other user generated files that may be stored
    in Oracle_Base directories.
    4. Exercise extreme care when removing registry entries. Removing incorrect
    entries can severely compromise your computer.
    MANUALLY REMOVING ALL ORACLE COMPONENTS AND SERVICES FROM YOUR COMPUTER
    Section A (steps 1-6) describes the removal of all Oracle components on
    Windows NT,2000 and XP.
    Section B (steps 1-4) describes the removal of all Oracle components on
    Windows 95 and Windows 98.
    A. Removing Components on Windows NT/2000/XP.
    To remove all Oracle components from a computer on Windows NT/2000/XP:
    1. Check privileges:
    1.a. Ensure you are logged in as a user with Administrator privileges.
    2. Stop all Oracle services (if any are running):
    2.a. NT: Choose Start > Settings > Control Panel > Services.
    2000,XP: Right click My Computer > Manage > Services and Applications >
    > Services
    2.b. If any Oracle services (their names begin with Oracle) exist and have
    the status Started, select the service and click Stop.
    2.c. Click Close to exit the Services window.
    2.d. Close the Control Panel/Computer Management window.
    3. Remove the entries in the Windows registry:
    3.a. Start the registry editor:
    Choose Start > Run > regedit
    Note: On Windows NT you can use regedt32 instead. The searching
    capabilities of regedt32 is limited compared to regedit. It will be
    needed to be able to edit 32-bit entries in the registry. Since we
    are not going to update any 32-bit entry it is not needed.
    3.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    Note the value of the key INST_LOC, this is the location of the
    Oracle Universal Installer (OUI). The default location is
    C:\Program Files\Oracle\Inventory. If this value is different, make
    note of it, so we can delete these files later.
    Delete this ORACLE key.
    3.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
    remove all keys under here which are related with the
    "Oracle ODBC Driver"
    3.d. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove
    all keys under here that begin with ORACLE or ORAWEB.
    3.e. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\...
    ...\Application and remove all keys under here that begin with ORACLE.
    3.f. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\...
    ...\Uninstall and remove any entries related to Oracle.
    3.g. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Ora or ORCL
    (e.g. Oracle..., ORADC..., ORAMMC..., OraOLE..., OraPerf... and ORCL...).
    3.h. Close the registry.
    4. Clean up the environment settings:
    4.a. NT: Choose Start > Settings > Control Panel > System > Environment tab
    2000,XP: Choose Start > Settings > Control Panel > System > Advanced tab >
    Environment variables.
    4.b. At "System Variables" click on the variable PATH in order to modify
    the value. For example, you may see a path similar to this one:
    C:\ORACLE\ORA81\BIN;C:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN
    4.c. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
    4.d. If JRE was installed by Oracle, remove the JRE path.
    4.e. If there is a CLASSPATH variable under "System Variables", first make note
    of the path defined, then delete it. This variable can be added back at
    a later date if needed.
    4.f. Check if there are any other Oracle variables set in "System Variables",
    ORACLE_HOME, ORACLE_SID, TNS_ADMIN, JSERV or WV_GATEWAY_CFG. If these
    exist, delete them also.
    4.g. Click on APPLY and OK.
    4.h. Close the Control Panel window.
    5. Delete the software and icons:
    5.a. NT: Choose Start > Programs > Windows NT Explorer.
    2000,XP: Choose Start > Programs > Accessories > Windows Explorer.
    5.b. NT: Go to %SystemDrive%\WINNT\PROFILES\ALL USERS\START MENU\PROGRAMS
    2000,XP: Go to %SystemDrive%\DOCUMENTS AND SETTINGS\ALL USERS\...
    ...\START MENU\PROGRAMS
    Note 1: These locations depend on whether OS was upgraded from NT, or
    this was a fresh install of 2000/XP.
    Note 2: To locate your System Drive, type in DOS-box: echo %SystemDrive%
    and delete the following icons:
    - Oracle Installation Products
    - PRODUCT_NAME - HOME_NAME e.g.
    Oracle for Windows NT - Dev6i
    Oracle Reports 6i - Dev6i
    Oracle Olap Client 2.2 - Dev6i
    Oracle9i Lite
    Oracle - OraHome92
    5.c. Go to %SystemDrive%\Program Files\Oracle or the location of INST_LOC as
    noted earlier in step 3.b. and delete this directory.
    Note: In order to successfully delete all files, you may have to reboot
    your computer first, in order to clear Operating System locks
    on those files.
    5.d. Go to the temporary directory and delete all files and directories in here
    (see note in 5.c.).
    NT: %SystemDrive%\Temp
    2000,XP:
    %SystemDrive%\Documents and Settings\<username>\Local Settings\Temp\
    5.e. Go to the drive where the Oracle software is installed on your machine
    and delete all ORACLE_BASE directories on your hard drive (see note in
    5.c.).
    5.f. Close the Windows Explorer / Windows NT Explorer.
    6. Finish the removal:
    6.a. Empty the recycle bin
    Right click on recycle bin > Empty Recycle Bin.
    6.b. Reboot your computer.
    6.c. Optionally: If you are on Windows 2000 or XP run the System Defragmenter
    utility:
    - from Control Panel, select Administrative Tools > Computer Management
    - expand Storage, then select Disk Defragmenter
    - highlight each virtual drive, in turn, and click Defragment
    - reboot your computer when finished.
    B. Removing Components on Windows 95 or Windows 98.
    To remove all Oracle components from a computer on Windows 95/Windows 98:
    1. Remove the entries in the Windows registry:
    1.a. Start the registry editor at the MS-DOS command prompt:
    C:\> REGEDIT
    1.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    Note the value of the key INST_LOC, this is the location of the Oracle
    Universal Installer. The default location is
    C:\Program Files\Oracle\Inventory
    If this value is different, make note of it, so we can delete these files
    later. Delete this ORACLE key.
    1.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
    remove all keys under here which are related with the
    "Oracle ODBC Driver".
    1.d. Go to:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
    and remove any entries related to Oracle.
    1.e. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Ora or ORCL
    (e.g. Oracle..., ORADC..., ORAMMC..., OraOLE..., OraPerf... and ORCL...).
    1.f. Close the registry.
    2. Clean up the environment settings:
    2.a. Open your AUTOEXEC.BAT with an editor to modify the PATH variable.
    For example, you may see a path similar to this one:
    C:\ORACLE\ORA81\BIN;G:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN .
    2.b. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
    2.c. If there is a CLASSPATH variable set in the AUTOEXEC.BAT, first make note
    of the path defined, then delete it. This variable can be added back at
    a later date if needed.
    2.d. If JRE was installed by Oracle, remove the JRE path.
    2.e. Save the AUTOEXEC.BAT file and close the edit.
    3. Delete the software and icons:
    3.a. Choose Start > Programs > Windows Explorer.
    3.b. Go to SYSTEM_DRIVE:\WINDOWS\START MENU\PROGRAMS
    and delete the following icons:
    - Oracle - HOME_NAME
    where HOME_NAME is the previous Oracle home name.
    - Oracle Installation Products
    3.c. Go to SYSTEM_DRIVE:\Program Files\Oracle or the location of INST_LOC as
    noted earlier in step 1.b and delete this directory.
    3.d Go to SYSTEM_DRIVE:\Temp and delete all files and directories in here.
    3.e. Go to the drive where the Oracle software is installed on your machine
    and delete all ORACLE_BASE directories on your hard drive.
    3.f. Remove any Oracle-related .INI files that may exist in the Windows
    directory. The Windows directory may be found by entering
    "echo %WINDIR%" from a command prompt.
    Typical Oracle .INI files include ORADIM73.INI, ORADIM80.INI,
    ORACLE.INI, ORAODBC.INI
    3.g. Close the Windows Explorer.
    4. Finish the removal:
    4.a. Empty the recycle bin
    Right click on recycle bin > Empty Recycle Bin
    4.b. Reboot your computer.
    RELATED DOCUMENTS
    Oracle Installation Guides for Windows.
    SEARCH WORDS
    WIN95, WIN98, WINNT, WIN2000, Windows95, Windows98, WindowsNT, Windows2000,
    de-install, deinstall, re-install, reinstall
    Copyright (c) 1995,2000 Oracle Corporation. All Rights Reserved. Legal Notices and Terms of Use.

  • Help with 9iAS Infrastructure post-instalation

    Hi,
    Can anyone tell me where I'm going wrong with this? Having installed 9iAS infrastructure component (V9.0.2.0.1) on a Windows 2000 machine, everything seems to work fine. I can log in using the IAS_ADMIN password I have set up, start up all the services and run all the demos. However, once I reboot, I can no longer log in as IAS_ADMIN. It refuses to accept the password I have set up. Is there any post-installation stuff I have missed?
    Thanks

    Even I am having the same problem.
    I am still struggling to get this right but in the meantime you can start from the following URL:
    Re: Alter table doubts
    All the best.
    -Puneet

  • Error while installing 9iAS

    I tried to install 9iAS-Infrastructure first. Installation completed but hanged while linking.
    Later decided to install J2EE & Web Cache option of 9iAS with out the infrastructure.It stopped while setting up install types after 23% of progress, with message:'An error occured while trying to determine the running process'. I hit continue and a dependencies screen came up with a following message : ' oracle 9iAS installation has detected that the Enterprise Manager website is running on this system. Install cannot continue unless it is shutdown. Unset ORACLE_HOME and run the command emctl stop under the bin directory of the 9iAS infrastructure home directory...' I did not type exactly but that is the main point.
    But Infrastructure installation did not go through and i have completely removed all the files from the location where it placed files during its installation.
    I am not sure from where Installer is finding this Enterprise Manager website and the emctl command.
    I did unset ORACLE_HOME env variable before starting the installation.
    Any idea how to clean up.
    Thanks
    RK

    Sorry for the delay in replying. I am trying to install 9iAS on Red Had Linux 8. I looked into /var and i don't see anything related to oracle. the directory under which 9iAS infrastucture was being installed, i removed the entire directory in the process of cleaning up. Still not able to install ias & web cach option.
    Can i try to download Red Hat 9 and do a fresh install. I saw few people have sucessfully installed it.
    Or should i have to go for the Advanced server which is a bit costly for me. I know that is what Oracle recommends to use or on the SuSe flavor.
    Thanks - RK.

  • 9ias infrastructure installation

    Hi:
    i installed 9ias infrastructure, but when running oid configuration assistant, it failed during installation with an error "can`t find OID Server". Then other configuration assistans failed after oidca failed, like OPMN....
    After that, i changed some environment variables, and started oidca, but and error message appeared "error configuring subscriber fails".
    What can be wrong, has anybody got this error before. Should i start all over the installation from cero.
    Please, somebody save my life......
    Grantful......
    Andres Wong

    What I did was to let the Oracle create the infrastructure database and then shutdown the database and move the control file and datafile to other locations. There are more than 40 datafiles need to be moved. I am not sure you can change the database version.
    Jean

  • Installing 9ias step by step and/or workarounds needed!

    Hi:
    Is there any document (technet or metalink) explaining step by step instructions and/or workarounds needed to install 9iAS infrastructure and complete ias (forms, reports, portal, wireless) on same machine (WINDOWS 2000)?
    I've installed it on one machine but my REPORTS server do not work and i don't know anything else to do to put it working (the reports server startup and after that shutdowns immediatly without any warning).
    Is there any issue found after releasing 9iAS for Windows 2000?
    Would appreciate any help.

    This will definitely be my endgame.
    But since this code just came out, I am not willing to jump direct to it, yet.
    Also, I haven't found much documentation on how to make this transition, i.e., exactly what settings on the ASA will make it replace the IPN, and if any changes need to be made on the Admin/Policy/MnT server.
    Then as soon as I make that transition, I will be able to rebuild the 3315 (have 2) to be failover between the two locations.

  • Update database installed with 9iAS Infrastructure?

    Hi!
    I'm about to install BIBeans on this system, which has Oracle 9i Database (9.2.0.4), 9iAS Infrastructure (9.0.2.3) and 9i Mid-Tier (9.0.2.3)... In the readme for the bibdemo schema, it says this: "Install (and upgrade, if you have an existing installation) the Oracle9i database. You must also install the required patchsets to get your database to version 9.2.0.3 or higher. Installation of the demo database schema will fail if the correct patchsets are not installed."
    I previously patched the 9i Database instance up to 9.2.0.4, but I was under the impression that Infrastructure installed its own copy of the database... Is that correct? If so, do I also have to update the IASDB? I had a look at the readme for the 9.2.0.4 DB patch, and it looked like that could only be applied to the 9i Database Server...
    Any help would be greatly appreciated.
    Thanks!

    Even I am having the same problem.
    I am still struggling to get this right but in the meantime you can start from the following URL:
    Re: Alter table doubts
    All the best.
    -Puneet

  • Cannot start the "Internet Directory" service for the infrastructure tier

    Hi, my "Internet Directory" service for the infrastructure tier cannot be started. I'm using 9iAS for Form service. Could anybody help me??
    Thanks much in advance!
    FreeBirdRita

    Hi Brain,
    what's version of SQL Server that you have installed and what's your operationg system version info?
    If you are running SQL Server 2008, which is not supported on the Windows Server 2008/2008 R2 domain controll (DC), even on Windows Server 2003 DC, there are limitations. Microsoft does not recommend to install SQL Server instances and DC on the same server,
    for more information, see Install SQL Server on a Domain Controller (http://msdn.microsoft.com/en-us/library/ms143506.aspx#DC_Support).
    There are some threads in the forum talked about installing SQL Server and DC on the same server, here are some for your references:
    http://social.technet.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/1a2963ff-90d7-4bba-97ce-fa15f70fb6a8/
    http://social.technet.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/981ef726-d04a-4063-8008-cc7bbad854ab/
    Hope this helps. Please feel free to let me know if you have more questions.
    Best Regards,
    Chunsong Feng [MSFT]
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Succes installing 9iAS R2 (release 2) on RedHat Linux 7.3

    I had success installing 9iAS release 2 on RedHat Linux 7.3. I used the instructions on http://www.puschitz.com/OracleOnLinux.shtml.
    At first, I tried this on RedHat 8.0. Funny thing is: installation of infrastructure failed even though I followed the instructions. Then I downloaded 7.3, followed EXACTLY the same instructions and voila, works like a charm.
    Puschitz' instructions are for 9i and not for 9iAS though. Some additions:
    1) One of the pre-installation steps there says to set some environment variables, one of them being the SID. It's set to 'test', but of course with standard settings the sid of the database that comes along with 9iAS has a SID of 'iasdb'.
    2) Also what I did, was to downgrade the binutils package to the version provided by Oracle here: http://otn.oracle.com/software/products/oracle9i/files/binutils_readme.html. As an alternative, Puschitz says to change some makefiles. I didn't try this.
    3) I then installed the infrastructure. When finished, I exited the installation and rebooted. After the reboot:
    4) I changed to the /bin directory and typed (as root):
    ln -s /sbin/fuser
    5) Changed back to user 'oracle' and started the infrastructure with:
    $ORACLE_HOME/bin/sqlplus
    connect / as sysdba
    startup
    exit
    $ORACLE_HOME/bin/lsnrctl start
    $ORACLE_HOME/bin/oidmon connect=iasdb start
    $ORACLE_HOME/bin/oidctl connect=iasdb server=oidldapd instance=1 start
    $ORACLE_HOME/opmn/bin/opmnctl startall
    6) Then started the installer and did the middletier installation. Rebooted.

    Following your instructions i've also succesfull installation of ias9iR2 Infrastructure on Redhat7.3. Checked the database Iasdb and Enterprise Manager Website (on http://liminwang:1810), everything works fine. Hence i try to install Portal & Wireless on the same machine on a different Oracle_home (but on the same Oracle_base) according to the installation guide. The installation stuck when i've chosen the Portal and Wireless option. I get a warning that the Enterprise Manager Website Process is still running and it must be stopped to proceed the stallation. So i stopped this process by: $oracle_home/bin/emctl stop
    Still i get the same warning. Stopping the database also doesn't help. Even when i deinstalled the Enterprise Manager Website component i get the same warning.
    Please help!

  • Installing 9ias Rel 2 on RH Linux 8.0

    Hi, Guys
    I am installing 9ias 9.0.2 on linux RH 8
    I fail on post-steps , waiting on
    "Oracle Net Configuration Assistant",
    When I try to start listener manually , I get error :
    TNS-01150 : address of specified listener incorrect
    TNS-01153 : Failed to process string ...
    My tnsnsmaes.ora does not exist.
    My listener is :
    # LISTENER.ORA Network Configuration File: /home/oraias/infrastructure/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = panther.emea.oracle.com)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oraias/infrastructure)
    (PROGRAM = extproc)
    and sqlnet.ora is :
    # SQLNET.ORA Network Configuration File: /home/oraias/infrastructure/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DEFAULT_DOMAIN = emea.oracle.com
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    ========================================================
    My /etc/hosts have 2 strings:
    1-st identify localhost
    2-nd machin-name (panther)
    ========================================================
    Ping panther is working
    dnsdomainname return right value (domain name)
    domainname returns the value of it should to be
    ========================================================
    IF ANYONE CAN HELP ME TO RESOLVE THE ISSUE, ANY HELP WILL BE APPRECIATED.
    REGARDS

    Slava,
    this might help you:
    http://oracle.com/forums/thread.jsp?forum=135&thread=169840&tstart=15&trange=15

  • EXPERIENCE Installing 9iAS r2 on RH 7.3 or Suse 8 ?

    Hi:
    Anyone have experience installing 9ias r2 on RH7.3 or Suse 8 ?
    I would prefer RH 7.3!
    If anyone know the tricks and steps to get it installed please post them here gently :)))
    Thanks in advance.

    Hello
    I did a clean install with suse 8.0 . This is my configuration and basic installation steps.
    Installed suse8 with pdksh (k shell, will not install by default )and Swap space 1GB
    The hostname and IP adrress was in /etc/hosts file (Some shell scripts hardcode IP, Lot of problems when try to change IP address after installation)
    Created iasdba group (didnt use the oracle user comes with suse)
    Created ias user (made the home directory as /u1/ias , u1 is another mount point or can be a subdirectory under root )
    logged in as ias user and set all env variables (created a shell script called set_ias_inf and put everything in it)
    Install the infrastructure first (watch for the creation of genclntsh in $ORACLE_HOME/bin directory, as soon as it created from installation , made the following modification in the line starting with SYSLIBS, added the following line after -lc ,
    -lgcc -L/usr/lib/gcc-lib/i486-suse-linux/2.95.3/
    Installation completed and all required services started without any problem
    To check did http://server:1810 and connect to em with ias_admin and passwd
    stop the em from the suse box
    emctl stop
    Login as ias and created another shell script called set_ias_as (copied from the previous one and change the ORACLE_HOME to /u1/ias/90200/as for AS installation
    Completed the AS installation with everything and did the same change as INF installation
    Select the default character set
    select the instance as instance2
    Completed the installation
    All services started successfully
    HTH
    Santhoshkumar M Nair

  • Oracle 9ias Infrastructure

    Hi,
    I'm currently investigating single sign on and have a question about
    the 9ias Infrastructure I need to install. I know that the infrastructure
    will work with Oracle9i Database and with Oracle 8i if I upgrade the Net8
    listener but I was wondering if it would work with Oracle 7 at all ?
    Cheers,
    Maggie

    Oracle9iAS Infrastructure is an install type in Release 2 (v9.0.2). This install type installs a 9.0.1.3 database which contains all the
    metadata Oracle9iAS mid tiers components such as Portal, Wireless etc use. Only the database we ship with is supported to contain the
    Metadata. We do not support any other 9i or 8i or 7 databases to contain the Metadata.
    The only exception is Portal. Portal metadata can be populated into any 8.1.7 or a 9.0.1.4 database.
    Thanks
    Pavna Jain
    Oracle9iAS Product Management

  • Mid-tier, Infrastructure-tier - Same host or not

    I used to remember that on version 9i -&gt; 9.0.2, if install the whole version, Oracle recommended to install mid-tier on one machine, and infrastructure tier on another machine. Does Oracle recommend that different hosts for mid tier and infra tier on 9.0.4 or on new release 10.1.2?
    It seems there are some advantages of install these two tiers on the same machine. but different Oracle homes.
    Please comment.
    Thanks,
    Joanne

    Thank you for you postings - The Member Feedback forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions cannot be answered. However we recommend that you post this thread to the "Database - Installation" forum.
    The URL is: Database Installation
    Thanks - The OTN team

  • Start 9ias Infrastructure services error

    When i finish installed the 9ias Infrastructure server, all services can start. But when i restart the machine, some server prompt error which i can't start that service.
    I can't start BC4J,Single Sign On and http server. When i click the http server,it propmt out "An error was encountered while loading page. Failed to initialize configuration management user session.. Repository access failed Root Cause: Password could not be retrieved. Password could not be retrieved".
    have anybody know that??please help!!

    Hi.
    I had such problem!!!
    Whether except for an infrastructure costs{stands} that нибудь by this machine????
    What services will start, and what are not present???
    And if there is an opportunity give by mail or icq, my coordinates
    e-mail: [email protected]
    icq: 343295831
    Is always ready to help!!!
    I have started in manual:)))

Maybe you are looking for

  • Account Assignment to CO object

    Dear,         While doing goods receipt  for Purchage oredr, it is showing error Account 800066 requires an assignment to CO object.         Kindly help me out.         I sincerely thanks in advance to responder. Regards AJIT K SINGH Edited by: AJIT

  • New Mac user-External Hard Drive question...

    Just purchased my 1st Mac/the new Mac mini. Arrived today & am very impressed. Set-up, right out of the box, was incredibly SIMPLE and I cant believe what a little dynamo this thing is! I've thought about 'switching' to a Mac from PC for quite a whil

  • FCE won't find the videos on my hd camcorder

    Hi, the log and transfer function of final cut express 4.0.1 has stopped being able to view the files on my Sony HDR-SR11 AVCHD camcorder. In the past it has done this but has now stopped. When the camera is connected via USB and is on USB connect mo

  • R3 to CRM - user not getting transferred

    Hi, Please give inputs for this error u2013 u201CUser not transferred from R3 to CRMu201D Even little guidance will help me. Regards, Arnab

  • IP Security and NAT Traversal

    Hi, Did anyone experience on setting up an IP Security connection? From the manual i came across this statement: "NAT-T works only when the IKE initiator is the system behind the NAT box. An IKE responder cannot be behind a NAT box unless the box has