Oraenv problem in 11g

Hi,
I have problem while execute . oraenv script. Recently i have upgrade my db from 10g to 11g.
My DB is : 11.2.0.1
OS : RHEL5
Error :
[oracle@primary ~]$ . oraenv
ORACLE_SID = [+ASM] ?
The Oracle base for ORACLE_HOME=/u02/app/oracle/product/11.2.0/grid is /u02/app/oracle
[oracle@primary ~]$ . oraenv
ORACLE_SID = [+ASM] ? primary
The Oracle base for ORACLE_HOME=/u02/app/oracle/product/11.2.0/db_1 is /u02/app/oracle
Please help me how to overcome this issue.
Regards,
Mugunth

I cannot see any issue here.
oraenv does setup your env according to your input.
What is the problem?
What kind of SIDs do you have?
Can you please give us content of /etc/oratab ? (your SID list...)

Similar Messages

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • Active Directory provider problem in 11g

    I am having the opposite problem than many others I see setting up Active Directory as the user store for OBIEE 11g. On two of the installations I have done the Active Directory users work but the original weblogic user does not work in OBIEE. It works fine in the WLS console and the FM Enterprise Manager but fails in analytics. The error I'm getting is:
    'weblogic' was authenticated but could not be located within the Identity Store.
    When others were having this problem they had left the default provider's control flag set at "REQUIRED" and not changed it to "SUFFICIENT". But I have done this (and gone back and reset it again) but the error persists. Any thoughts.

    Setting virtualize=true worked. I had tried this before but I think I did what I almost did this time. I almost created the variable virtual instead of virtualize. Thanks. The instructions I followed from Oracle didn't have this step. And I am wondering why it is necessary. The help for the SUFFICIENT setting says:
    A SUFFICIENT value specifies this LoginModule need not succeed. If it does succeed, control is returned to the application. If it fails and other Authentication providers are configured, authentication proceeds down the LoginModule list.
    Before I set this. yes, my AD users could login to EM and the WLS console. Other than this the AD integration has worked well.
    Edited by: dirkt on Sep 19, 2011 12:36 PM

  • Compilation problem in 11g environment

    Hello mates,
    we have migrated from oracle 10g to 11g recently. we have lot of pro*c and
    forms programs. so i need to check all these programs are running same as in
    10g environment. for this i want to compile all the pro*c programs in unix environment.
    we have a script to compile pro*c programs.when i am trying to compile pro*c programs getting these errors.
    let me know what is the problem...
    Thanks in advance...
    $> C xxx.pc
    Compilation xxx.pc Successful
    Compilation .pc Successful
    Linking Started <./gen_all>.....
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libsql10.a: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/rdbms/lib32/kpudfo.o: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libpls10.a: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libplp10.a: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libpls10.a: No such file or directory

    ramadurga.v wrote:
    Hello mates,
    we have migrated from oracle 10g to 11g recently. we have lot of pro*c and
    forms programs. so i need to check all these programs are running same as in
    10g environment. for this i want to compile all the pro*c programs in unix environment.
    we have a script to compile pro*c programs.when i am trying to compile pro*c programs getting these errors.
    let me know what is the problem...
    Thanks in advance...
    $> C xxx.pc
    Compilation xxx.pc Successful
    Compilation .pc Successful
    Linking Started <./gen_all>.....
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libsql10.a: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/rdbms/lib32/kpudfo.o: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libpls10.a: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libplp10.a: No such file or directory
    gcc: /oracle/app/product/11.2.0.3_cli/lib32/libpls10.a: No such file or directoryDoesn't seem to to do with SQL or PL/SQL as such. Please post in the correct forum (possibly {forum:id=67})

  • Primary Key problem in 11g - Known issue 6894412

    Hi Everyone:
    We are on JDeveloper 11.1.1.4, and JHeadstart 11.1.1.2.46. This thread originally started on the JHeadstart forum and can be seen at: Problem with LOV's in 11g
    We are converting our 10g application to 11g. We have an established Oracle database that does not use pre-populated primary keys that are sequence number. Our database has composite keys and the integrity of those composite keys are established by foreign key constraints to edit tables. This approach has worked extremely well for us for over a decade, the logic of the database has been designed so that the database protects itself through the elimination of cascade deletes where necessary, and cascade deletes as the business logic dictates. This will not be changing.
    In the database tables in which the 10g application has been displayed in the table format, after conversion to 11g, the LOV pop-ups are not working unless the SAVE button (or refresh of the browser) has been pressed. The first LOV pop-up will work, but as soon as you select a value from it, the next LOV pop-ups will not execute until the SAVE or REFRESH is done. This is only in table format. If the display format is form, our primary key LOV's work fine. In 10g, this functionality worked fine as long as we didn't use an "ADD ROW" button on a table format. The Add Row button caused the primary key values to be returned to the application, but not be displayed on the screen. A refresh would then show them.
    From the initial investigation in the JHeadstart forum, I realize that we are hitting the "Primary Keys from Model" 6894412 problem that is listed in the 11.1.1.4 Release Notes. We have spent many, many hours establishing a re-usable .jar file of all of the entities of this very large database as suggested by JDeveloper Best Practises (http://download.oracle.com/docs/cd/B31017_01/web.1013/b25947/bcadvgen007.htm). This has worked very well for us in 10g - define all the entity specifics in one place, once, then every application can re-use them. Productivity at its finest. Therefore, we cannot make fake columns in our database in order to fix this "limitation" in 11g. We have many complex parent/child/child tables to put into our application which will not work unless our entities have the primary keys properly defined. I have tried to implement the workaround that was found in the release notes, but have been unable to get it to work.
    I have created a testcase with the HRSchema by adding a table to that Schema that I can provide the SQL commands for, but I do not know who in Oracle support to send it to. Could someone please provide me with the information on who to contact. I have, I believe, taken all the steps as established in the release notes for this problem and have clearly documented the changes in the .jsff page, but the problem still exists. Clearly, I am doing something wrong, or need more information.
    Thank you in advance
    Mary
    UofW

    Frank:
    I thank you for your reply.
    I have been working on the JHeadstart forums for so long, I actually forgot how to submit things to Metalink, and now that I have done it again...SR #3-3101357281 for this issue....I realize why I blocked out using Metalink from my memory.
    It took me an incredible amount of time to fill that SR in, then after completing everything, I was sent a request by the person assigned to the SR to repeat the instructions of how to run my testcase. I had already filled out all of the instructions on how to run the testcase in the "Notes to Oracle" section of the upload step. Almost every time I send something to Metalink, I have to repeat things. It seems as though they aren't read fully and any reason at all is used to send them back to the client.
    My dealings with Metalink have been very, very frustrating. My colleagues share this sentiment.
    Mary
    UofW

  • ExportCollectionActionListener component problem in 11g

    Hi
    I have a requirement to export all the rows to the excel sheet. When I am trying to used the 11g provided component to acheive this functionality, I am facing a problem.
    I have few Drop down lists on my screen, when I use this in builit component to export to excel sheet, for all the drop down list of values instead of values, Index values are populating in the excel sheet. Any one have idea in this regard?
    Thanks and Regards

    The please see bug 7197342, which may cover why this is occurring. Also see enhancement Request bug 6671512 requesting that the displayed value of an LOV be exported rather than the index value.
    Suggestion: You could try to use the desktop integration package (adfi) instead, see adfi forum http://myforums.oracle.com/jive3/forum.jspa?forumID=1566.
    If what I have stated does not appear to be relevant in this situation , then please ignore.
    Hope it helps.

  • Problems with 11g on OEL5 (update 3) / net configuration assitant fails

    While installing 11g on OEL 5 the net configuration assistant failed:
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb7e772f3, pid=7352, tid=3084941520
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C {noformat}[libc.so.6+0x6f2f3] index+0x63{noformat}
    # An error report file with more information is saved as hs_err_pid7352.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    According to the existing articles on this problem the solution is using a static IP and/or adding the IP to /etc/hosts.
    So did I, but: Net Configuration Assistant is still failing!
    This is my /etc/hosts:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    192.168.1.4 localhost locahlhost.localdomain
    127.0.0.1 localhost.localdomain localhost
    Additionally, network is configured without DHCP! Although while checking the prerequisites the installer throw a warning ("... using DHCP may cause problems ...") which puzzles me.
    I should be thankful for any hints/advices.
    Edited by: user6877544 on Aug 29, 2009 2:45 PM: deleted square brackets around libc.so
    Edited by: user6877544 on Aug 29, 2009 3:23 PM
    Edited by: user6877544 on 30.08.2009 00:47 added square brackets around libc.so

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • Problem Installing 11g database

    hi,
    I have installed 11g database but it gave error that enterprise manager is not installed properly. DBConsole services is also not running in control panel .
    Rest things are working file like i am able to access database from sqlprompt. OS is windows xp

    Hi all
    i faced the same problem in windows vista business 32 bit
    i did all the things, drop and create repos again with these scripts:
    emca -config dbcontrol db -repos recreate
    also :
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    but it is not working and i have this error all the times:
    SEVERE: Error starting Database Control
    Refer to the log file at C:\oracle\cfgtoollogs\dbca\mbh\emConfig.log for more details.
    Sep 1, 2009 9:03:13 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:869)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:250)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:213)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:235)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    Sep 1, 2009 9:03:13 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\oracle\product\11.1.0\db_1\oui
    can any one help me with this error? i think oracle should really think about it's new web based generations of EM's, i'm working with oracle since 8.1.7, i don't know why they want to use this unstable Em which every one has a problem with installing it and using it, i even had this problem with em some times in Solaris with oracle 10g r2.

  • Problem oracle 11g -- Oracle xe

    HI,
    I have a problem.
    I have this select into a stored procedure
    select pkg_short_term_engine.f_check_tariff_type('V', pi_start_date => :P2_EXPECTED_START_date,
    pi_end_date => :P2_EXPECTED_END_date,
    pi_start_hour => :p2_start_hour,
    pi_end_hour => :p2_end_hour,
    pi_start_minute => :P2_START_MINUTE,
    pi_end_minute => :P2_END_MINUTE)id
    from dual
    On oracle 11g work fine.
    On oracle XE edition this syntax generate a error.
    i must rewrite my select like this:
    select pkg_short_term_engine.f_check_tariff_type('V', :P2_EXPECTED_START_date,
    :P2_EXPECTED_END_date, :p2_start_hour,:p2_end_hour,
    :P2_START_MINUTE,:P2_END_MINUTE)id
    from dual
    WHY!?!?!?
    Thanks
    Lorenzo Renzi
    www.ithan.it

    Hi,
    This is not XE issue.
    In 10G databases you can not use that syntax.
    Use like this
    select pkg_short_term_engine.f_check_tariff_type(
    'V',
    :P2_EXPECTED_START_date,
    :P2_EXPECTED_END_date,
    :p2_start_hour,
    :p2_end_hour,
    :P2_START_MINUTE,
    :P2_END_MINUTE)id
    from dualI assume parameters are in correct order.
    If function have other parameters between those, pass NULL to those
    Regards,
    Jari

  • Problems with 11g Global Schema / Java API Test Programs

    Hi,
    In the process of trying to get the 11g sample java api programs up and running, I've encountered a problem. Having installed without error the sample schemas for documentation and set up the 11g version of the test code, I get this error when I try to run BuildAW11g.java
    Created the AW GLOBAL_AWJ
    Identifier "GLOBAL.CHANNEL_DIM.TOTAL_ID" is invalid.
         at
    oracle.olapi.syntax.parser.IdentifierResolver.error(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.validate(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.examples.metadata.BuildAW11g.createDimension(BuildAW11g.java:470)
         at oracle.olapi.examples.metadata.BuildAW11g.run(BuildAW11g.java:120)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:54)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:74)
         at oracle.olapi.examples.metadata.BuildAW11g.main(BuildAW11g.java:989)
    This seems to indicate that there is a problem with the sample schema - that GLOBAL.CHANNEL_DIM.TOTAL_ID doesn't exist. Is that right?
    On the topic of the sample schemas, a quick question. The install script runs without error so presumably the tables described in the readme had been installed, but I'm not sure. How can I verify this? When I connect as global using Oracle SQL Developer and expand 'Tables' in the right hand pane, I don't see any tables at all. I would have (perhaps naively) expected to see the tables listed in the samples schemas readme, eg, CHANNEL_DIM. Should I have? If not, how can I view these tables? Thanks in advance for any input anyone may have.
    -exits

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • Connect by problem on 11g

    Hello,
    I'm having a problem when I use a Select that works on Oracle 10g but doesn't work on 11g.
    My Oracle version is 11.2.0.0
    The query is:
    select LEVEL, struct.struct_version
    from struct
    connect by prior struct.component_version = struct.struct_version
    and prior struct.component_presentation = struct.presentation
    and prior struct.component_article = struct.article
    start with struct.article = :article
    and struct.presentation = :presentation
    and struct.struct_version = :struct_version
    The problem is that in 11g the query only returns the values of the level 1 (26 rows), but in the 10g the query returns all the levels (1,2 and 3) in a total of 72 rows.
    The table "struct" have the same data in the two database versions.
    what would be the problem?

    Hello, thanks for the answer but my problem is caused by the connectors "and prior"
    The connect by of my query is this:
    connect by prior struct.component_version = struct.struct_version
    and prior struct.component_presentation = struct.presentation
    and prior struct.component_article = struct.article
    if I only use one connect by like this:
    connect by prior struct.component_article = struct.article
    the query works fine... why it doesn't work in 11g when I use more "prior" connections in the select statement? remember that in 10g the query works fine with the same data in the table.
    I can't see why the query doesn't works...

  • Problem:JDeveveloper 11g and JUnit Extension against a JDK 5 Project

    We've got a project that requires JDK 5, and would like to run our JUnit tests using the integrated JUnit Extension in Jdeveloper 11g.
    However, we are getting the following error: java.lang.UnsupportedClassVersionError: Bad version number in .class file
    Presumabily, this is because the JUnit classes are JDK 6, since the tests work if we switch our project to use JDK 6.
    Of course, the problem is: Our project requires JDK 5. =)
    Anyone have a workaround?
    Thanks,
    - Bill

    Hi,
    JDeveloper is on JDK 1.5, How can I configure it to be 1.4??
    I had the JDeveloper 10.1.3 also and it went ahead with some updates and now even that shows me that it's version is JDK 1.5
    The latest error I get from JDeveloper(From both 11g and 10.1.3) is here,
    Invoking loadjava on connection 'HR_CapRock_DEV' with arguments:
    -order -resolve -thin
    errors : class package1/mypackage/JavaStoredProc
    ORA-29521: referenced name java/lang/StringBuilder could not be found
    The following operations failed
    class package1/mypackage/JavaStoredProc: resolution
    oracle.aurora.server.tools.loadjava.ToolsException: Failures occurred during processing
         at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:863)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:116)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:46)
         at oracle.jdevimpl.deploy.OracleDeployer.deploy(OracleDeployer.java:97)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:473)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:360)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:284)
         at oracle.jdevimpl.deploy.StoredProcProfileDt$Action$1.run(StoredProcProfileDt.java:383)
    #### Deployment incomplete. #### Jun 18, 2007 10:17:31 AM
    *** Note ***
    One possibility for the deployment failure is that the target Database may not support JDK version 1.5. Updating your Project Properties compiler Source & Target to an earlier release could fix this problem.
    How can I either downgrade JDK on the compiler(JDeveloper) to be 1.4 or, How can I resolve the error,
    ORA-29521: referenced name java/lang/StringBuilder could not be found
    Thanks,
    Sujith

  • Installation Problem on 11g, RHEL 5 - Unable to generate temporary script

    Hello all,
    This is for the first time i am encountering this kind of error on 11g. Half way through installation i get this error.
    All parameters set correct, used the official installation technique (works fine previously), except for this time i am getting a weird error, which does not allow me to continue with the installation.
    Please help.
    Environment
    Oracle 11g
    RHEL 5
    Error on GUI -
    OUI-10053: Unable to generate temporary script: {0}. Unable to continue install
    Error on command prompt -
    OUI-10053:Unable to generate temporary script: /u01/app/oraInventory/orainstRoot.sh. Unable to continue install.
    Help appreciated.
    Thanks

    Hi Monu Koshy
    Can you please control the user rights and also the df ?
    ls -al /u01/app/oraInventory/
    df -h /u01/app/oraInventory/
    Regards,
    Hub

  • Installer problem - Oracle 11g on Redhat ES 5.1 (x86)

    Hi,
    I'm trying to run the "runInstaller" script to install Oracle 11g onto my Redhat ES 5.1 (x86) machine and the following error is being reported:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 1409 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1407 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-01-10_04-46-50AM. Please wait ...Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ewt/lwAWT/BufferedFrame
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    I copied all the installation tree to /tmp/oracle and ran chmod -R 777 * to make sure I could see all the files.
    I've been logging onto the server as the oracle user.
    I've also got Java v1.5.0.6 installed
    I've run out of ideas - anyone able to assist ?

    I've sorted it. Was originally copy unzipped install files from DVD into /tmp but think there must have been some corruption. I now copied and unzipped the install file onto the RH machine and it's now working.

  • Jms queue problem in 11g

    exception trace is comming, while running the project in weblogic, in the project iam using jms queue, i configured the jms server and jms module and connection factory but it is showing these exception
    [The selected operation process could not be invoked.
    An exception occured while invoking the webservice operation. Please see logs for more details.
    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: InvalidSecurity : error in processing the WS-Security security header]
    can any one please, provide the suggestions

    i got the solution for my problem, i just need to add owsm policies to my processs

Maybe you are looking for

  • To what extent can the VM change order of execution

    Hi I've been reading a book named "Java Threads, Third Edition" from O'Reilly Media by Scott Oaks and Henry Wong. The book has a subchapter named "The Effect of Reordering Statements" where it states that the vm is free to change the order of execute

  • Pantone Color Bridge vs Photoshop

    Hello, I'm curious why my Pantone Color Bridge is giving me different information than Photoshop CS4 for PMS 549.  I am in the process of creating a style guide for a client of mine, and he requested the spot, process, RGB and HTML color codes. Panto

  • Losing value after split/join

    Hi, In my process, there is a split/join activity. Before the split, there is an interactivity activity. User can set the BPMObject values. Then, in the split/join, all interactive activities can change the BPMObject values. Before the join, the proc

  • Unable to restore or update iphone 5 to ios 6.1

    Hi everyone!! I cannot update or restore my iphone 5 to IOS 6.1.I have downloaded the iPhone5,1_6.1_10B143_Restore ipsw file twice but in itunes it says that the fimware file is not compatible.I have restored a iphone 4,4S and ipad 3 as well from the

  • Where do I get the camera raw update for canon 70d

    where do I get the camera raw update for canon 70D?  I think I need version 8