Portal Config Assistant and resize of tablespaces

I am new to Oracle, and I am trying to install Oracle9i AS on Oracle8i. My problem is: Portal Configuration Assistant gives me an error during step #5. It says that my default tablespace of my database is too small in size. I need to expand it or to set autoexpand. I don't know how to do that.If it's not too much to ask, can you, please, give me step-by-step guide for changing this parameter. Also I know I have to start CQL Plus, but I am not sure what is my host string. Please, help me.
Thank you,
Ivan.

Log in to SQL*plus as a DBA (try system/manager)
type the following statements in..
column file_name format a55
column tabespace_name format a20
column filesize format a15
set lines 180
set pages 999
select file_name,
tablespace_name,
((bytes/1024)/1024)||' Mb' FileSize
from dba_data_files;
You should get something like this..
FILE_NAME TABLESPACE_NAME FILESIZE
/users/oracle/v817/oradata/v817/tools01.dbf TOOLS 10 Mb
/users/oracle/v817/oradata/v817/drsys01.dbf DRSYS 20 Mb
/users/oracle/v817/oradata/v817/users01.dbf USERS 77.5 Mb
/users/oracle/v817/oradata/v817/indx01.dbf INDX 20 Mb
/users/oracle/v817/oradata/v817/rbs01.dbf RBS 55 Mb
/users/oracle/v817/oradata/v817/temp01.dbf TEMP 185.625 Mb
/users/oracle/v817/oradata/v817/system01.dbf SYSTEM 570 Mb
/users/oracle/v817/oradata/v817/ifs_main.dbf IFS_MAIN 50 Mb
/users/oracle/v817/oradata/v817/ifs_lob_n.dbf IFS_LOB_N 150 Mb
/users/oracle/v817/oradata/v817/ifs_lob_i.dbf IFS_LOB_I 150 Mb
/users/oracle/v817/oradata/v817/ifs_ctx_i.dbf IFS_CTX_I 10 Mb
/users/oracle/v817/oradata/v817/ifs_ctx_k.dbf IFS_CTX_K 10 Mb
/users/oracle/v817/oradata/v817/ifs_ctx_x.dbf IFS_CTX_X 10 Mb
/users/oracle/v817/oradata/v817/PORTAL30_DEFAULT.dbf PORTAL30_DEFAULT 170 Mb
/users/oracle/v817/oradata/v817/PORTAL30_DOC1.dbf PORTAL30_DOC 6 Mb
/users/oracle/v817/oradata/v817/PORTAL30_LOG1.dbf PORTAL30_LOG 5 Mb
/users/oracle/v817/oradata/v817/oem_repository.dbf OEM_REPOSITORY 45.0078125 Mb

Similar Messages

  • DB Config Assistant Problem post install

    I have downloaded Oracle 8i Personal Ed from Oracle Technet. I have gotten almost to the end of installation onto Win2K Professional. It has successfully configured Net8 Config Assistant and OMS NT Service, but the Oracle DB Config Assistant configuration fails. The dbSilentCreate.log file only says the following :
    8i is an invalid command line argument.
    Can you help me out please.
    Thanks In Advance
    Andrew
    null

    can you be a bit more specific about which parameters you need help with?
    defaults are (to my understanding):
    Listener port number: 1521
    Database SID: $ORACLE_SID
    Service name: $ORACLE_SID
    Email address for notification: [email protected], if left null no emails are sent
    Email gateway for notification: localhost (if you have sentmail or postfix installed and configured)
    Password for dbsnmp: secret?
    Password for sysman: secret?
    Password for sys: secret?
    This should help you.
    @andreas: giving the advice to run a script that jlopes needs help with, isn't the best advice in the world. Trying to get your postcount up?

  • Install and config issues with Oracle Portal, Forms, Reports and Discoverer

    For a while now I've been struggling with migrating a testing database to a newer version.
    And right now I'm pretty much stuck at trying to configure Oracle Portal, Forms Reports and Discoverer
    What I've got:
    Windows server 2008 R2 64bit
    Oracle 11g database
    Java 6u27 64bit
    JDK 1.6 64bit (using this after 1.7 ended up throwing out bugs while trying to start a weblogic server)
    JDK 1.7 64bit
    Weblogic 10.3.5 (or so i think - I've installed from the wls1035_generic.jar from the oracle website)
    PFRD 11.1.1.2 with 11.1.1.3 installed over it, installed without config
    and a hanging up configuration
    Basically I've been trying to install PFRD (only forms, reports and enterprise manager from it actually) but it kept failing once it got to the configuration stage, so I installed without config, applied 11.1.1.3 and now trying to run the config manually with the good old \bin\config.bat
    Result - the config froze for approx.18 hours then failed
    There isn't much useful info I could deduct from the logs, mostly just says one or more configuration parts failed. At one place it mentions trying to set up a domain and starting up an adminserver for it - and apparently that's where it hangs up and finally times out and fails.
    I'm a little clueless what to do about it as the logs don't say anything else of use I could understand. Any ideas there?

    Trying the step by step, the only difference between that and what i do seems to be the file copying (which I can't do - there is no windows\extra\ directory anywhere, the files mentionned seem to already be on their places and either only there, or exactly the same) and clistering
    So far the news ain't good - the config process hangs on creating domain ->Step Creating Domain started
    It isn't frozen per se - the process doesn't use up any processor time, memory consumption within bounds, it reacts to button clicks and all..it just doesn't do anything concerning the said domain
    the last thing the .out file shows:
    Creating a new AdminServer Object ...
    AdminServer port is 7002
    Starting the domain ...
    LOADING DLL : E:\OracleDb\Middleware\develtools\install\config\\StartUtil64.dlland in the log:
    [2011-09-08T11:57:03.456+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 14] [ecid: 0000J98U0KsFS8XLxuDCiW1EQ92r000005,0] Setting >valueOf(DOMAIN_PORT) to:7002. Value obtained from:USERit's the same it did last time, when after 18hours it woke up with .out saying:
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3173)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3033)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1644)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:634)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:390)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3143)
         ... 18 more
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:685)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:390)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    progress in calculate progress4
    progress in calculate progress4
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:685)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:390)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    Going to execute executeAfterConfig
    java.lang.IllegalStateException: Action:Application Configuration failed with error:Configure Classic Failed.
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.fail(ConfigAction.java:227)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:129)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    In Config Module Finish Event...and the log continuing with some variable setting notifications and this:
    [2011-09-08T08:27:45.272+02:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 14] [ecid: >0000J93lRQOFS8XLxuDCiW1EPpn_000005,0] One or More configurations failed. Exitingthen again more traces and notifications until the end marking config as failed
    I'm kinda paranoid about the double backslash in the dll path, but other than that no clue as to why the domain doesn't set up
    the other link you mentionned seems to have no relevance yet
    does that clear up anything for you though?
    ..can the lack of SOA suite have anything to do with the problem?

  • Portal Configuration Assistant Installation

    I tried installing IAS 9i in another machine where there is no Oracle database. I was successful until the Portal Configuration Tool. It seems to hung at about 22%. I checked the install.log. On the first part, it was able to obtain connection to another machine where my database is. But along the script where it is installing sequences, it lost its connection. Any ideas.

    I have the same problem in a diffrent environment. My database (8.1.7) is on the same machine (NT4 SP5) as the 9iAS, which was installed correctly. The Portal Configuration Assistant hangs at 50%, 67%, ... with the "not connected to oracle" error in the log. And the database OracleServicePORTAL (my database) is terminated without any error message. Does your DB stay alive?
    I got two hints, but they didn't solve the problem. Maybe they help you.
    1) db_block_size must be >=8k
    2) The Default Tablespace must be at least 150MB, not 100MB as told in the manual.
    null

  • Can re_run 9iAS portal config. assitant after cancelling?

    Hi,
    I have to cancel the config of portal in my 9iAS installation
    because I run out space on my DB server (on seperate box than
    the 9iAS).
    1. Are there any problems to re_run the 9iAS portal
    configuration assistant? It already created some users in the
    origin db (53% complete), will it override what created by the
    cancelled one or I need to clean up myself? and what to clean?
    2. After the (canncelled ) configuration, I lost 1G space, do
    you know where it goes, how to reclaim these space?
    Thanks

    Hi George, Ong,
    1. Are there any problems to re_run the 9iAS portal
    configuration assistant? It already created some users in the
    origin db (53% complete), will it override what created by the
    cancelled one or I need to clean up myself? and what to clean? There are no problems to rerun the Portal Configuration
    Assistant BUT please make sure to deinstall and drop all the
    Portal objects in the database. There are two ways:
    (1) Run the deinstall mode of the OPCA (Oracle Portal
    Configuration Assistant)
    (2) Login as sys or system user onto the target database. If the
    username used was PORTAL30 in the first install,
    - Run the following query, select username from all_users where
    username like 'PORTAL30%';
    - For each of the users <user_name> listed by the above command
    run the following, drop user <user_name> cascde;
    2. After the (canncelled ) configuration, I lost 1G space, do
    you know where it goes, how to reclaim these space? Well Portal installation should not take up this much space by
    any chance. 1GB is a lot pf place and maye you want to check how
    much did the database eat up for the Portal installation.
    Thanks,
    Yuning

  • How can I uninstall a damaged installation of Fusion - PFRD 11.1.1.6.0 - Oracle Portal, Forms, Reports and Discoverer

    Hello,
    I am upgrading EBS 11i to 12i, Discoverer 4 to 11. After completing ebs installation and upgrade successfully, I am now working on the Oracle Fusion piece of the upgrade.
    I have installed
    1. JDK
    2. Repository Creation Utility - RCU (schema)
    3. Weblogic - WLS 10.3.6
    4. Oracle Fusion - Discoverer 11g Release 1 Patchset 1 11.1.1.2.0 PFRD
    5. Oracle Portal, Forms, Reports and Discoverer 11g Patchset 11.1.1.6.0 - Patchset 13517084
    6. Executed config.sh and it failed with but continued.
         During the Configuration of Oracle Fusion with config.sh there was failure at with "fails at creating data sources" and accidentally proceeded and all seem to go well until after shutting down the servers when Weblogic Managed Server is unable to start.
    The start log indicated: "weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "_WLS_WLS_DISCO" cannot open file _WLS_WLS_DISCO000000.DAT." and I have been unable to find a solution for this error?
    See log file error at https://dl.dropboxusercontent.com/u/15497130/oracle/ebs11/startManagedWebLogic.sh_nohup.out
    If re-installation is my only option, then what are the steps to uninstall, and which components do I have to uninstall given that I had upgraded all the schemas involved?
    Mathias

    Hey,
    You can always change the JDBC datasources in the Weblogic admin console . but have you recorded what is the specific error you got during the datasources creation .
    I prefer...create a new user , give him sysdba privillages . Start RCU and create the DEV_DISCOVERER , DEV_DISCOVERER_PS schemas (prefix is your choice)
    The Admin server will start . so go to admin console .
    click services -> Data Sources
    Check the data sources you have . edit each datasource and update the connection pool information .
    after this you can start the Managed server WLS_DISCO
    i believe this will solve this .........
    if you still get issue again . you can try the link Using the WebLogic Persistent Store
    Thanks
    Naga

  • 9iAS 1.0.2.2/Portal 3.0.9 - Installation Error at "Portal Configuration Assistant"

    I was installing the iAS1.0.2.2 and at the Portal Configuration Assistant, at the 23% I received the following error:
    "An unexpected error ocurred during the Install Process. Check the install.log ....."
    (FYI this is the second time I try to install it and in both cases I received the same error at the same point, so I decided to ask for help)
    At the end of the Install.log is the following:
    =====================
    STEP 7 : Installing WWC layer Components
    INSTALL_ACTION : installWWC(): ..\..\bin\sqlplus portal30/portal30@<DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)HOST=administrator)(PORT=1521)))(CONNECT_DATA=(SID=virtual))) @..\..\portal30\admin\plsql\wwc\wwcinst.sql portal30 USERS TEMP wvinswwc.log USERS USERS portal30_NULL portal30_sso portal30_DEMO
    ORA-00439: feature not enabled: Function-based indexes
    Errors encountered in the Install process. Installation Aborted
    =========================
    I noticed during the installation, before the Configuration Assistant (aprox at 97%), the installation opened a DOS session and I could see some errors with some Indexes but I don't know in which Log are registered. maybe it can help to troubleshoot my above problem?
    Operating System: NT4 SP6
    Database: 8.1.7.0 standard edition
    iAS 1.0.2.2 standard edition
    both under the same machine
    Let me know if there is any other info I can provide.
    Tks in advance!

    There has been some confusion around certification on SE over the past week. I want to clarify the situation.
    We discovered an issue with the Portal on SE last week. We inadvertently used function based and bitmapped indexes (EE only features). This issue has been masked to date because the install proceeded normally after the errors were raised. In 3.0.9 we made the install more strict in that it will stop by default if it hits an unexpected error.
    On further research, we have determined that these errors have little or no impact on the general functioning of the product and as such are maintaining the position that Portal 3.x is indeed certified on 8.1.7
    Standard Edition.
    There is unfortunately a necessary work around to the install issue (which we will rectify as soon as possible). In order to install on SE, you must execute the Oracle Portal Configuration Assistant (OPCA) from
    the command line and specify the "verbose" mode (see next post). In this mode, the errors are ignored and the install proceeds appropriately.
    Regards,
    The Oracle9iAS Portal Development Team

  • Database Config Assistant - Oracle 9.2 on Linux

    I installed Oracle 9.2.0.1.0 on Red Hat Linux v8.
    When I try to use the Database Config Assistent to create a database, I get an ora-27123, "unable to attach to shared memory", error.
    This occurs in the 3rd step of database creation,
    Copying database files
    Initializing database
    Creating and starting Oracle Instance
    I can create a database manually - using hand written scripts.
    If I forget to define and export ORACLE_SID, I get
    the same problem when I try to startup a database.
    1. does the DBCA work correctly in Oracle 9.2.0.1.0
    on Linux?
    2. if so, how do I get it to work ok?

    Just a question...
    I have got Oracle 9.0.1 installed on win xp in C drive and 6i patch 15 installed in D drive..My window xp in on D drive.....
    So after installation of LINUX will I be able to install another Oracle 9.2 database if yes..Which Drive ( C or D) should I install ? or its better to keep only on Oracle database version...
    Thanks

  • Errors:Installing Oracle Portal, Forms, Reports and Discoverer on Win7

    Someone can help me?
    I installed Oracle Portal, Forms, Reports and Discoverer on Win7.
    I have install:
    jdk 64bit
    Oracle db 11g (64bit)
    Oracle Weblogic 1033 (wls1033_generic.jar)
    Oracle Portal, Forms, Reports and Discoverer (ofm_pfrd_win_11.1.1.2.0_64/ofm_pfrd_win_11.1.1.3.0_64)
    Configure Components Screen:I just choose the Oracle Forms/reports Oracle Forms/reports builder Enterprise Manager Oracle Web Cache .
    Configure Ports Screen:Auto Port Configuration.
    Specify Proxy Details Screen:No
    Specify Application OID Screen:NO
    But when I configure the "Configuring the Classic Instance" under the "Oracle Classic 11g-Home1". It's always pending in "Creating the domain". No any Error information.
    the related log information:
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    LOADING DLL : C:\Oracle\Middleware\as_2\install\config\\StartUtil64.dll

    Since your weblogic is on version 10.3.3, you can only succesfully configure your fusion middleware when you are on version 11.1.1.3.
    So (1) restart the install of fusion middleware 11.1.1.2, (2) choose install type INSTALL ONLY, (3) start installation of fusion middleware 11.1.1.3 and finally (4) configure fusion middleware using AS_ORACLE_HOME\bin\config.bat

  • Help in Installing Oracle Portal,Forms,Reports and Discoverer(11.1.1.2.0)

    Hi,
    I am trying to install Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Linux x86-64.
    I have installed weblogic 10.3.5 generic jar file.
    When i try to install forms and reports server the configuration step fails while creating weblogic domain.
    Please help me installing portal and reports.
    Is there any patch i am missing or the weblogic version is incorrect?
    Thanks.

    You cannot configure Fmw 11.1.1.2 against WLS 10.3.5. They are not supported nor compatible.
    If you want to use WLS 10.3.5, you need to "install" 11.1.1.2, but do not configure. That is an installation option. After you have successfully installed 11.1.1.2 you will need to patch it to 11.1.1.6. After patching, you then can run the configuration (config.bat).
    http://docs.oracle.com/cd/E23943_01/install.1111/e10421/install.htm#CLINS256
    Version 11 is far more complex than previous versions. I strongly encourage everyone to review the product documentation before trying to install. You can also refer to the following MyOracleSupport note:
    Steps to Maintain Oracle Fusion Middleware 11g Release 1 (11.1.1) (Doc ID 1073776.1)

  • Error in portal configuration assistant

    Hi,
    While trying to install Oracle instant portal, I am getting an error during portal configuration assistant step.
    ORA-12154 : tns cannot resolve conn ...
    What do I need to do in order to fix this error? I see a tnsnames.ora in 2 locations:
    {oracle_home}/infra/network/admin
    {oracle_home}/portal/network/admin
    What is the reason for this error and what needs to be done to fix it.
    thanks,
    Samit

    The services of infrastructure instance must be up before installing Portal or other Middle Tier instances.

  • Oracle Net config assistant not opening on windows.

    Hi,
    I installed Oracle 9i server on a windows XP machine on Friday, 2nd December. I configured the listener service, netconfig name and my application was up and running.
    Today I wanted to make some changes in the listener service; but the net config assistant window is not coming up. New processes launch.exe and jrew.exe are starting in the background with each attempt to launch.
    I made sure I am logged in as the same user which installed Oracle on the machine(having ORA_DBA privilages), gave the full control privilages to this user. But the net config assistant is still not opening up.
    Could anyone help in this regard.
    Thanks
    Puneet

    Has anyone of you seen this problem before??
    Kindly reply asap.
    Thanks

  • Portal config failure

    Hi all,
    I am try to config portal after installation, and i am using the example1.xml to create portal, but during the process, it always have error, and i check the log, it show "WARNING: Cannot garbage collect class loader for module com.sun.portal.admin.server.module - external references probably still exist. There may have problems redeploying this module. See bugid 6218682." Any ppl have idea abt that.
    Thx

    hi sushmac,
    I just retry to deploy the portal to Linux server 3.0, and this time seem have another error when create the portal using example1.xml
    [#|2007-01-02T18:28:32.435+0800|INFO|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigurator; MethodName=configurePortal; |PSFB_CSPFC0029:Creating Portal: myPortal|#]
    [#|2007-01-02T18:28:32.486+0800|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigurator; MethodName=createPortal; |PSFB_CSPFC0035:Failed to invoke method on MBean
    javax.management.MBeanException: Exception thrown in operation createPortal
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:435)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.invoke(MBeanServerInterceptorWrapper.java:512)
    at com.sun.portal.admin.server.PortalServerLoggingInterceptor.invoke(PortalServerLoggingInterceptor.java:407)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:795)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:110)
    at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermediary.java:280)
    at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(ServerIntermediary.java:951)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqMessage(ServerIntermediary.java:727)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(ServerIntermediary.java:629)
    at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl$RemoteJob.run(ServerSynchroMessageConnectionImpl.java:249)
    at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
    at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
    Caused by: com.sun.portal.admin.common.PSMBeanException: Portal myPortal already exists
    at com.sun.portal.fabric.mbeans.PortalDomain.createPortal(PortalDomain.java:265)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    ... 17 more
    |#]
    [#|2007-01-02T18:28:32.487+0800|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.PortalConfigurator; MethodName=configurePortal; |PSFB_CSPFC0034:Encountered Exception while configuring the Portal
    com.sun.portal.fabric.tasks.ConfigurationException: javax.management.MBeanException: Exception thrown in operation createPortal
    at com.sun.portal.fabric.config.PortalConfigurator.createPortal(PortalConfigurator.java:913)
    at com.sun.portal.fabric.config.PortalConfigurator.configurePortal(PortalConfigurator.java:687)
    at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:138)
    Caused by: javax.management.MBeanException: Exception thrown in operation createPortal
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:435)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.invoke(MBeanServerInterceptorWrapper.java:512)
    at com.sun.portal.admin.server.PortalServerLoggingInterceptor.invoke(PortalServerLoggingInterceptor.java:407)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:795)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:110)
    at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermediary.java:280)
    at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(ServerIntermediary.java:951)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqMessage(ServerIntermediary.java:727)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(ServerIntermediary.java:629)
    at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl$RemoteJob.run(ServerSynchroMessageConnectionImpl.java:249)
    at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
    at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
    Caused by: com.sun.portal.admin.common.PSMBeanException: Portal myPortal already exists
    at com.sun.portal.fabric.mbeans.PortalDomain.createPortal(PortalDomain.java:265)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    ... 17 more
    |#]
    [#|2007-01-02T18:28:32.489+0800|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!
    com.sun.portal.fabric.tasks.ConfigurationException: com.sun.portal.fabric.tasks.ConfigurationException: javax.management.MBeanException: Exception thrown in operation createPortal
    at com.sun.portal.fabric.config.PortalConfigurator.configurePortal(PortalConfigurator.java:704)
    at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:138)
    Caused by: com.sun.portal.fabric.tasks.ConfigurationException: javax.management.MBeanException: Exception thrown in operation createPortal
    at com.sun.portal.fabric.config.PortalConfigurator.createPortal(PortalConfigurator.java:913)
    at com.sun.portal.fabric.config.PortalConfigurator.configurePortal(PortalConfigurator.java:687)
    ... 1 more
    Caused by: javax.management.MBeanException: Exception thrown in operation createPortal
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:435)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:203)
    at com.sun.jdmk.interceptor.MBeanServerInterceptorWrapper.invoke(MBeanServerInterceptorWrapper.java:512)
    at com.sun.portal.admin.server.PortalServerLoggingInterceptor.invoke(PortalServerLoggingInterceptor.java:407)
    at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:795)
    at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
    at com.sun.cacao.common.instrum.InstrumDefaultForwarder.invoke(InstrumDefaultForwarder.java:110)
    at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermediary.java:280)
    at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(ServerIntermediary.java:951)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqMessage(ServerIntermediary.java:727)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(ServerIntermediary.java:629)
    at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl$RemoteJob.run(ServerSynchroMessageConnectionImpl.java:249)
    at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
    at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
    Caused by: com.sun.portal.admin.common.PSMBeanException: Portal myPortal already exists
    at com.sun.portal.fabric.mbeans.PortalDomain.createPortal(PortalDomain.java:265)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    ... 17 more
    |#]
    Do you have any idea abt that error
    Thx a lot

  • 9iAS Install: Config Assistant, Randomize Password Failing

    Am installing 9iAS Rel 2, on a windows 2000 SP 2.
    The hardware is as P3 Xeon with 4 CPU's and 3 Gig of Ram.
    Install is failing on multiple config assistants but the first one to fail is the Randomize password. The error on the screen says, "oracle.ias.repository.schema.SchemaException: Cannot connect to this database".
    I looked in the InstallActions log and this is the error,
    " Launched configuration tool Oracle9i Application Server randomize Password Command which is being spawned is E:\ora9ias/jdk/bin/javaw -classpath .;E:\ora9ias/jlib/repository.jar;E:\ora9ias/lib/xmlparserv2.jar;E:\ora9ias/jdbc/lib/classes12.jar;E:\ora9ias/config/randomtool.jar;E:\ora9ias/jlib/jndi.jar;E:\ora9ias/jlib;E:\ora9ias/lib;E:\ora9ias/j2ee/home/jaas.jar;E:\ora9ias/jlib/ojmisc.jar;E:\ora9ias/lib/nls_charset12.zip;E:\ora9ias/j2ee/home/jazn.jar oracle.ias.randomtool.RandomTool r -o E:\ora9ias -f E:\ora9ias/config/noschemapwd
    Configuration tool Oracle9i Application Server randomize Password failed
    oracle.ias.repository.schema.SchemaException: Cannot connect to this database."
    I bring up a command dos window and can connect to the database just fine. i.e.
    C:\>sqlplus ods/ods@iasdb
    SQL*Plus: Release 9.0.1.3.0 - Production on Wed Jul 17 07:13:07 2002
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.0.1.3.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.3.0 - Production
    SQL>
    Anybody have any ideas? Sure would be appreciated.
    Thanks

    Hi, we have exactly the same problems.
    The Single Sign-On configuration assistent won't install either, as does the mod_osso.
    Have you found a solution ?
    Thanks,
    Yuri Arts

  • 1800 not connecting to Cisco Config Assistant

    Hello,
    I have Cisco Config Assistant running in my server room, i am able to connect my ESW 520 switch without any issue.
    When I goes to connect to my 1800 Router my admin account with pirv 15 on it does not work.
    If anyone can help me find what is missing in my config id be very appreciative.

    I run CUVA 2.2.2.0 on Windows 7 x64.  It works fine with my 7975 and IP Communicator.  Earlier versions didnt have the x64 CDP driver for win7 which is why it couldnt see the phone.
    You mention that you're running on a UC560 but on a different handset than you previously had while in a working state.
    Have you checked the UC config to ensure "video" is enabled on that "ephone"?  Should see the camera icon at the bottom right of your Phone screen if it's enabled.

Maybe you are looking for

  • HT6065 Fixing file display speed in save and open dialog boxes

    Has anyone else had issues with the speed at which a folder's contents are listed in a save dialog box? I will select a folder when saving a file and it will take 10-12 seconds of the spinning cog before it displays the list of files. Folder contents

  • Text Tracking in Final Cut Pro 6?

    Hi everyone. I'm working on an intro title sequence for this short movie I worked on. What I'm trying to do is have some text that stays with the motion of the camera. Below I have a screen shot. What I want to do is keep it on that exact spot on the

  • Java.nio.channels.IllegalBlockingModeException

    I am using selector for read and PrintWriter writer = new PrintWriter(new OutputStreamWriter(sc.getOutputStream()),true) for writing to the socket and I get this exception at write statement. Can anyone suggest me what should I do?? java.nio.channels

  • Monitor for processed xml messages

    Hi all experts, I'm a newbie. My work duty is PI/XI trouble shooting, and it's difficult for me currently. I input tcode:sxmb_moni, and list all errors. After I double click a Interface, I see any xml. Although  I have some programmer experience, but

  • Asha 311 touch screen : Album Art doesn't work PLE...

    So, i just copied and paste album arts for my songs used pc, windows media player. they show perfect on my pc but when i play the song on my asha 311 the album arts are small they don't full screen. PLEASE HELP ME that's really annoying