9iAS installation parameters

1. Does anybody know who is sysdba and sysdba's name and
password? I only know you can login this way: sqlplus system/pwd
as sysdba, does sysdba is a seperate user from system, sys or
internal? they are required in Table 2-2 of Installation guide.
2. What should I use for Unix group name in the same table under
installation? oinstall or OSDBA or OSOPER?
Thanks in advance

Hi
SYSDBA is a privilege granted to an user. Use SQL to grant
SYSDBA privileges SQL > GRANT SYSDBA TO <User>;
I suggest that make the user that is installing iAS as part of
the DBA group (for UNIX) rather than oinstall group

Similar Messages

  • Oracle 9iAS installation question-oci.dll error

    Hi all
    I have a question about 9iAS installation. Can we install 9iAS in NT??. I downloaded from the site, installation for NT. While installing I get error like "could not write oci.dll error"..I'm installing the portal and wireless type and I have my Oracle9i database installed on the same machine. Can anybody suggest how to rectify this error.
    Thanks a lot

    Are you trying to install in the same Oracle Home directory as the database? You should install in a different OH. Furthermore, 9iAS itself also installs in 2 OH's. You will end up with 3 OH's.
    It is not a good idea to install the database and 9iAS on the same server, unless you have a really big one.

  • Error starting the 9iAS installer on Windows 2000 on P4 laptop

    I am having problem running 9iAS Installer on my P4 Laptop.
    any solution?

    Hi
    I have successfully installed Oracle products in P4 hardware configuration and there is a know bug in Oracle & P4. Follow these steps below and I am sure that you will be successful in installing Oracle on P4.
    Background:
    When installing and configuring Oracle 8i to support a Syllabus Plus timetabling application on a Pentium 4 Server with Windows 2000 Advance Server, the following issues were encountered:
    1.     The Oracle 8i Universal Installer (OUI) aborts without notice
    2.     When installed using either the Oracle 9i OUI or the patched 8i OUI downloaded from Oracle Corporation, errors occurred during installation and java based configuration tools such as the Database Configuration Assistant and the Network Configuration Assistant would not run.
    Problem Causes
    Oracle Corporation have documented the following known issues:
    1.     The OUI 8.1.x fails to recognize the P4 processor and aborts without notice.
    2.     The OUI 8.1.x or above has problems on machines that use the Sun JRE and Symantec JIT. Windows 2000 (all versions) and Netware platforms are affected by this.
    Work Around
    The following work around has been used successfully at the Northern Territory University to overcome these problems.
         1.     Install Oracle 9i patched installer available from Oracle Technology Network website on the machine running on Pentium 4 Processor.
         2.     After installing Oracle Universal Installer, open file oraparam.ini and make the following modifications: (Assuming CD-ROM Drive is d: and you are installing Oracle from CD-ROM)
         a.     Change the Source= line to use the full path to the CD instead of relative path. (i.e. Source=d:\stage\products.jar)
         b.     Change the JRE_Location line to use the full path to the CD instead of relative path. (i.e. JRE_Location=d:\stage\components\oracle\swd\jre\1.1.7\1\datafiles\expanded)
         c.     Change the OUI_Location line to use the full path to the C drive (where the installer is installed) instead of relative path. (i.e. JRE_Location=c:\stage\components\oracle\swd\oui\1.6.0.9.0\1\datafiles\expanded)
         d.     Change the JRE_MEMORY_OPTIONS line to add -nojit as the first argument. (i.e. JRE_MEMORY_OPTIONS=-nojit ms16m ms32m) Other entries should remain same.
         3.     Launch OUI and this will use the modified oraparam.ini file and pick up the information from the CD-ROM. (since the absolute locations are specified)
         4.     Choose the custom install and choose not to create the database during the install. This way, the DBCA will not be launched during installation.
    5.     The Net8 Configuration assistant will still be launched and there is no way to suppress it. If you need to kill it due to installer hanging then in the configuration tools window highlight the Net8 Configuration Assistant and click Stop. If this does not work then look for the most recent JRE process using task manager and kill it manually. Note: The OUI itself will also have a jre process. Make sure to kill the only the most recent process.
    6.     After killing the configuration tool, continue through the installation to the End of Installation screen. We can modify the configuration tool to use this option nojit.
         7.     Once installation is complete, each of the following files in the ORACLE_HOME needs to be modified:
    Each file will contain a command similar to the one following, which should be modified to include the option -nojit.
    Eg: Command=(c:\program files\oracle\jre\1.1.7\bin\jrew nojit classpath.
         a.     assistants\dbca\dbassist.cl
         b.     assistants\dbma\dbmig.cl
         c.     assistants\ifa\ifa.cl
         d.     bin\owm.cl
         e.     ldap\oidamdin\oidadmin.cl
         f.     network\tools\netasst.cl
         g.     network\tools\netca.cl
         h.     owm\install\instelogin.cl
         i.     owm\install\instowm.cl
    This (-nojit) is the only modification required to enable the configuration tools. After these changes the configuration tools like Net8CA and DBCA can be launched from the start menu.
    Note: if your Oracle server is already installed and running but configuration tools are not running then just edit these files mentioned above (from a to i) and then launched configuration tools, they all will work.
    Thank you
    Amit

  • Portal 9iAS installation package errors

    All,
    Upon Portal 9iAS installation, i get the following package errors. Are there some special database packages/objectsmission. We have installed intermedia text package, but still get errors.
    can anyone help?
    Errors for PACKAGE BODYWWSBR_IMT_SERVICES:
    LINE/COL ERROR
    291/7 PL/SQL:Statement ignored
    291/20 PLS-00201: identifier 'CTX_DOC.PKENCODE' must be declared
    293/8 PL/SQL: Statement ignored
    293/21 PLS-00201: identifier 'CTX_DOC.PKENCODE' must be declared
    ERROR: CTXSYS does not exist
    ERROR: Cannot install InterMedia text options
    PL/SQL procedure successfully completed.
    SECOND ERROR:-
    ctx_ddl.drop_preference('GLOBAL_LEXER');
    ERROR at line 3:
    ORA-06550: line 3, column 8:
    PLS-00201: identifier 'CTX_DDL.DROP_PREFERENCE' must be declared
    ORA-06550: line 3, column 8:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 36:
    PLS-00201: identifier 'CTX_USER_PREFERENCES' must be declared
    ORA-06550: line 7, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 11, column 33:
    PLS-00364: loop index variable 'I' use is invalid
    ORA-06550: line 11, column 9:
    PL/SQL: Statement ignored
    Ctx_Ddl.Create_Preference ( 'GENERIC_BASIC_LEXER', 'BASIC_LEXER' );
    ERROR at line 40:
    ORA-06550: line 40, column 3:
    PLS-00201: identifier 'CTX_DDL.CREATE_PREFERENCE' must be declared
    ORA-06550: line 40, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 49, column 3:
    PLS-00201: identifier'CTX_DDL.CREATE_PREFERENCE' must be declared
    ORA-06550: line 49, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 50, column 3:
    PLS-00201: identifier
    'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 50, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 51, column 3:
    PLS-00201: identifier 'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 51, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 52, column 3:
    PLS-00201: identifier 'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 52, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 60, column 3:
    PLS-00201: identifier 'CTX_DDL.CREATE_PREFERENCE' must be declared
    ORA-06550: line 60, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 61, column 3:
    PLS-00201: identifier'CTX_DDL.SET_ATTRIBUTE' must be declared
    ORA-06550: line 61, colu
    regards, Matt.

    Jay,
    We have now installed the Intermedia text option, but still get errors on the installation. (Portal version 3.0.8.9.8 NT).
    After installation, we still get errors. These are generally "Synonym already exists" errors, even though we are starting with a blank database each time. The exact errors are.
    "cannot create synonym wwctx_api_vpd for portal30_sso.wwctx_api_vpd name already used by an existing object"
    "synonym owa_vpd_ctx, name already used by existing object"
    We suspect these errors are causing the error message wwc-00000 to appear when we attempt to access the Login Server Administration page and create users.
    Any ideas?
    Regards, Matt.

  • 9iAS installation

    Hi,
    I have a problem when I install 9i Database and 9iAS. I installed 9i Database 9.0.1 successfully on Windows/2000 Pro with SP1. Then I changed shared_pool_size to 125829120 and something needed for 9iAS. I used OUI v2.01 (from 9i Database) to install 9iAS 1.0.2.2. It's fine until configure Portal. It prompt error message of "The SHARED_POOL_SIZE is 32K less then demeand". BUT, the origin databse's initialization value for this parameter is already been changed to 125829120. I try to copy admin folder from 9i Database_Home to 9iAS Home to let 9iAS installer can find the init.ora.
    Can some one help me to figure out what happen to it?
    Thanks in advance!
    Alex Lu

    you must have installed the Standard Edition, a midtier databsse
    will be installed, mainly as a db cache. However, this databse
    is not intented to be used as the backend databse and the using
    of this as a backend databse is not supported by oracle.

  • 9iAS Installation Question

    Hi,
    I have successfully installed 9iDB on a Linux server and am now
    attemting to install 9iAS on a different Linux server (both Red
    Hat 7.1).
    I am confused by the preinstallation section of the 9iAS
    Installation guide.
    Part way through the documentation it starts to talk about
    the 'origin database' without ever mentioning where this
    database has sprung from. Is this a database I need to create on
    my 9i database server? If so how do I create it?
    The documentation seems to imply that the database must already
    exist as it's telling me I need to edit the initSID.ora file.
    There is also some implication that this 'origin database' needs
    to be 8i. If it does, should I install 8i on the database server
    or on the AS server?
    I'd really prefer to use the 9i database if possible. Not least
    because I've got that on CD and would need to download 8i over
    ISDN!!
    I'm sure I'll have other questions as I get further into this,
    but answers to the above will keep me quiet for a while!
    Many thanks in advance for any help anyone can offer.
    Tom Steele.

    The infrastructure install is available on the 9.0.2.0.1 CDs. Did you try and install 9.0.3 of 9iAS? 9.0.3 is only available for the midtier (application tier) install.

  • Changing DNS after 9iAS installation

    Could anyone share with me how to change the DNS name (which starts with www) that shows the Oracle HTTP Server Components page when a browser is invoked to other desired web page (in which the DNS does not start at www)after the 9iAS installation.
    Thank you.

    I am having difficulty understanding your sentence ... is it possible to give an example?
    There is a ServerName directive in httpd.conf that you could change ... but without understanding the problem I don't want to recommend it.

  • 9iAS installation problem--not the same user

    I had once interrupted my 9iAS installation, when I start installation again, OUI reports lack of query component. I tried to install it in a new oracle home path, aborted the installation, and copy the inventory folder to the original oracle home path. Then I install oracle in the original oracle home again, OUI gives error message of "All oracle9iAS in one host must be installed by the same user". How can I bypass this message and install 9iAS?

    I just had that too. I deleted all Oracle installed directories (app server install directory and Program Files\Oracle) then deleted the registry key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE and that problem goes away....

  • Setmgr.dll error during 9iAS installation

    Hi all
    I'm getting setmgr.dll could not move from xx location to yy location error during 9iAS installation. Has anyone faced the same problem?.
    I just tried doing the Core Edition installation.
    Any suggestion is appreciated..
    Thanks

    I am encountering similar errors but much earlier and in a much higher number.
    For me the problem starts at 62% completion of the linking process with
    Error in invoking target install of makefile /ora/product/9.0.1/plsql/lib/ins_plsql.mk
    and it continues
    Error in invoking target install of makefile /ora/product/9.0.1/plsql/lib/ins_plsql.mk
    Error in invoking target relink of makefile /ora/product/9.0.1/precomp/lib/ins_precomp.mk
    etc.
    As ins_?????.mk in fact is a makefile I am now trying to
    cp ins_?????.mk makefile
    and then type
    make
    Then something happens (watch the processes) that looks very much as if it links
    and builds the libraries. Next I click on [Ignore].
    But I am not sure yet whether this helps. Right now I am still in the process of
    installing oracle.
    Can anybody state on this?
    Ciao, Toni

  • Problems : Oracle 9iAS Installation Windows XP Home Edition

    Hi All,
    I just installed Oracle 9iAS on Windows XP Home Edition.
    Can anyone give me some idea how to resove the issues with the installation.
    Infrastructure Database Registration Assistance - Canceled
    Please provide either oidpassword or obfuscated password
    Usage: java oracle.ias.ldaporacfg.LdaporaCfg Parameters
    Parameters are -o OracleHome -h oidHost -p oidPort -u oidUser -w oidPassword -d obfPassword
    Infrastructure Schema Configuration Assistant - Failed
    Some of the Config Tools failed. See the log file useinfratool.log for more details.
    1) Infrastructure Instance Configuration Assistant - Failed
    Some of the Config Tools failed. See the log file useinfratool.log for more details.
    2) Oracle 9i Application Server randomize password - Failed
    java.lang.NumberFormatException: %OIDport%
    3) Single Sign-on Configuration Assistant - Failed
    Parameters passed to ssoca : param0:C:\oracle\as param1:orasso param2:***** param3:aurigadatamart.pacbell.net param4:389 param5:cn=orcladmin param6:***** param7:aurigadatamart.pacbell.net param8:1521 param9:mat param10:AMERICAN_AMERICA.WE8MSWIN1252
    Failed to obtain OiD password. Exception is :java.lang.Exception: Version mismatch!
    Thanks in advance for your kind help!!
    Ramesh

    XP is not a supported platform. Please try Win2K or NT.
    See certification matrix:
    http://otn.oracle.com/software/products/ias/files/20_certification.html
    Hope this helps,
    Ashesh Parekh
    Oracle9iAS Product Management

  • Oracle 8.1.7/9iAS installation problem on IBM AIX 5.1 - loadext fails

    Dear colleagues,
    tried to install Oracle 8.1.7 and then Oracle 9iAS over AIX 5.1 on IBM eServer p-series. The installation fails in the very beginning - loadext for post-wait Kernel Extension (/etc/pw-syscall) fails with 'exec format error'. Documentation states 'AIX 4.3.3 or later required', no clear indication for AIX5, though. Any ideas or suggestions?
    I understand, it is possible to roll back to AIX 4.3.3, although machine came with 5.1 pre-installed.
    Alexei

    I had the same problem and finally used the loadext program from the 64-bit cpio-archive (Disk1). Just replace the file and startover again.
    It worked and still works!
    Hope this helps.

  • Domain problem still persists -9iAS installation on windows 2000 profto do?

    Hi
    I tried installing 9iAS rel 2 on Windows 2000 prof.
    As per the pop-up during installation I did the changes. I did the changes as per the instructions. In the "hosts" file
    c:\windows\system32\drivers\etc\hosts
    I added
    127.0.0.1 <my computer name>.WORKGROUP
    So the resultant details in hosts file were
    127.0.0.1 localhost
    127.0.0.1 <my computer name>.WORKGROUP# my entry
    IT DID NOT WORK THIS WAY TOO..
    So I tried with a space instead of a "."
    127.0.0.1 <my computer name> WORKGROUP# my entry
    THIS ALSO DID NOT WORK..
    Please help me.

    see original post :)

  • 9i and 9ias installation on SuSE linux 7.3

    Hi,
    Are there any known issues involved in installation of 9i
    and 9ias on SuSE linux 7.3 ??
    Also please let me know what are the workarounds for those
    problems and where the patches may be downloaded from ??
    I am asking this question because SuSE 7.3 is not yet
    certified by oracle.
    Thanks,

    For the database, look at
    http://www.suse.com/en/support/oracle/db/9i_73.html

  • 9IAS Installation Failed giving errors.

    I tried to install 9IAS Enterprise Edition(Release : 1.0.2.2.2a) from CD(three)
    but all the times getting error as:
    "Error while installing Report Server part tutil60.ins(33):File not found while
    copying file c:\Oracle\806\CAUPREFS.ORA"
    and after ignoring this error in the last part of installation in Configuration
    Tools following services gives me error:
    1. Oracle Database Cache Configuration Assistant (Failed)
    Reason shown-- class not found: Oracle.cache.wta.WtaConfigApp
    2.Oracle Portal 3.0 Configuration Assistant (Failed)
    Reason Shown--
    c:/Document_setting/ashwani/Locals....\Temp>REM
    c:/Document_setting/ashwani/Locals....\Temp>REM $ Header:launch.bat@@main/6\
    I just want to make use of Oracle Report Server Services from this 9IAS.So is
    it necessary to install full 9IAS Enterprise Edition.
    If only Report server services is to be installed then
    A)what all services are required along with report server like for example
    WebDB Listener and all?
    B)Where should I place my Reports RDF files on this server?
    C)What URL I have to pass to call the report from web/browser? like previously
    for Report server 6i, I am passing the following URL:
    http://fap02.:7778/dev60cgi/rwcgi60.exe?server=Rep60_FAP02&report=test.rdf&useri
    d=scott/tiger@test&destype=cache&desformat=HTML

    Did you have the Photoshop Beta installed? If yes, then you need to uninstall that one before you can install the trial.
    Does your account have sufficient privileges? If not, you might need to log in as Admin.
    Run the install again.
    If the error recurs, then run CS Cleaner Tool and remove all products.
    Reinstalling after that, should resolve the problem. Get the Cleaner tool here: http://www.adobe.com/support/contact/cscleanertool.html
    Let us know how it goes.

  • Problem with -silent -location installation parameters

    Hi,
    I'm trying to specify the installation path to my air application's installer that was made with -target native.
    However, I'm getting the following error:
    C:\Users\ido\Desktop\cardinal-quest-haxe\air\air>CardinalQuest.exe -silent -location C:\cq
    C:\Users\ido\Desktop\cardinal-quest-haxe\air\air>failed (consult log)
    The log (http://pastebin.com/SnYrkaUU) states the following:
    [2011-08-01:23:56:50] Bootstrapper begin with version 2.7.0.19530 on Win x86
    [2011-08-01:23:56:50] Installed runtime (2.7.0.19530) located at C:\Program Files\Common Files\Adobe AIR
    [2011-08-01:23:56:50] Launching subprocess with commandline "Adobe AIR Application Installer.exe" -silent -location c:\cq -desktopShortcut -programMenu "C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest"
    [2011-08-01:23:56:50] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:23:56:50] Commandline is: -silent -location c:\cq -desktopShortcut -programMenu "C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest"
    [2011-08-01:23:56:50] Installed runtime (2.7.0.19530) located at C:\Program Files\Common Files\Adobe AIR
    [2011-08-01:23:56:51] Validating app in folder C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest
    [2011-08-01:23:56:53] Application signature verified
    [2011-08-01:23:56:53] Unpackaging/validation complete
    [2011-08-01:23:56:53] No app located for appID 'CardinalQuest' and pubID ''
    [2011-08-01:23:56:53] Starting silent app installation to c:\cq. Installing app CardinalQuest version 1.0 using the source file at file:///C:/Users/ido/AppData/Local/Temp/AIR1580.tmp/Cardinal%20Quest
    [2011-08-01:23:56:53] Installing msi at C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest\setup.msi with guid {7161D8D5-8A80-F0B6-AF2A-9A6AC64749EC}
    [2011-08-01:23:56:55] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-08-01:23:56:55] Rolling back install of C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest\setup.msi
    [2011-08-01:23:56:55] Rollback complete
    [2011-08-01:23:56:55] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-08-01:23:56:55] Application Installer end with exit code 7
    [2011-08-01:23:56:55] Subprocess Application Installer failed (7)
    [2011-08-01:23:56:55] Bootstrapper end with exit code 7
    Any idea what the issue might be?
    Thanks,
    Ido.

    I should add that CardinalQuest.exe works fine when invoked without any parameters.

Maybe you are looking for