Create DB Script error

Hello,
i am trying to perform my first manual creation of a database. Initially was always receiving error;
ORA-01092: ORACLE instance terminated. Disconnection forced
I think this was because the UNDO element in the init.ora file did not match UNDO element in the Create DB script. But now that i think i have them matching i continously receive the error;
'Invalid Create Command'
The UNDO element in the init.ora file is;
undo_tablespace=UNDOTBS
The Create script is;
CREATE DATABASE Customers
USER SYS IDENTIFIED BY CUSTSYS
LOGFILE GROUP 1 ('F:\oracle\oradata\Customers\redo01.log') SIZE 100M REUSE,
     GROUP 2 ('F:\oracle\oradata\Customers\redo02.log') SIZE 100M REUSE,
     GROUP 3 ('F:\oracle\oradata\Customers\redo03.log') SIZE 100M REUSE
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
ARCHIVELOG
CHARACTER SET WE8MSWIN1252
NATIONAL CHARACTER SET AL16UTF16
DATAFILE 'F:\oracle\oradata\Customers\system01.dbf' SIZE 200M REUSE
UNDO TABLESPACE UNDOCUST
DEFAULT TEMPORARY TABLESPACE tempcust_ts;
Also, when i have created the service for the database using ORADIM the alert log gives the following near the bottom;
ORA-00202: controlfile: 'F:\oracle\oradata\Customers\CUSTCONTROL01.CTL'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
Thanks in advance

I just about give up!!!
Thanks for everyone’s advice, but nothing so far seems to create the database. I could initially create a database with the Database Configuration Assistant no problem but have been asked to learn to create one manually as it supposedly gives better control of the parameters etc.
I am using Oracle 9i.
Next here is the undo elements in init file. (I don't think i can put whole init file up)
undo_management=AUTO
undo_retention=10800
undo_tablespace=UNDOTBS1
I manage to create the database service okay using ORADIM.
The alert log file is there at this point but with this error at the bottom.
ORA-00202: controlfile: 'F:\oracle\oradata\Customers\CUSTOMERSCONTROL01.CTL'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
Tue Aug 22 11:07:51 2006
ORA-205 signalled during: alter database mount exclusive...
Shutting down instance (abort)
I then attempt to create a password file using ORAPWD;
But i am given an error at command prompt;
OPW-00001: Unable to open password file
I then change ORACLE_SID to the new database.
I then log onto Oracle as sysdba. Says ‘connected to an idle instance’.
I call start up to init file. I am given following information;
ORACLE instance started.
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
I then call the SQL script containing the following;
CREATE DATABASE Customers
USER SYS IDENTIFIED BY CustSYS
USER SYSTEM IDENTIFIED BY CustSYSTEM
CONTROL FILE REUSE
LOGFILE GROUP 1 ('F:\oracle\oradata\Customers\redo01.log') SIZE 100M REUSE,
     GROUP 2 ('F:\oracle\oradata\Customers\redo02.log') SIZE 100M REUSE,
     GROUP 3 ('F:\oracle\oradata\Customers\redo03.log') SIZE 100M REUSE
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
ARCHIVELOG
CHARACTER SET WE8MSWIN1252
NATIONAL CHARACTER SET AL16UTF16
EXTENT MANAGEMENT LOCAL
DATAFILE 'F:\oracle\oradata\Customers\system01.dbf' SIZE 200M REUSE
UNDO TABLESPACE UNDOTBS1 DATAFILE 'F:\oracle\oradata\Customers\UNDOTBS1.dbf'
DEFAULT TEMPORARY TABLESPACE temp_ts TEMPFILE 'F:\oracle\oradata\Customers\temp01.dbf';
Error says:
CONTROL FILE REUSE
ERROR at line 4:
ORA-02165: invalid option for CREATE DATABASE
Also in the alert log more information has been added with the last appending being;
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Oracle Data Guard is not available in this edition of Oracle.
I remove the line CONTROL FILE REUSE from script and run again, then receive this message;
CREATE DATABASE Customers
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
Also, now after all these attempts I tried making a new database again using DB Configuration Assistant and it now asks me to specify a template of type data_warehousing when I clicked on General_purpose. It states template file specified does not exist, supplying the following information;
{ORACLE_HOME}\assistants\dbca\templates\Data_Warehouse.dfj
Thanks to all for input on this but I am running out of time and have to move on to next part of project.

Similar Messages

  • Robohelp Multiscreen Output is showing random script error popups

    Generated multiscreen output clean with no errors; however, simply browsing final output is creating these script error popups like those shown below - Help - this needs to be fixed ASAP...

    Are you viewing this locally or on a web server? There are known issues with IE11 at the moment and this could be related.
    Try moving the help to a web server and see if it still errors. Note web server, not network server.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Error when generating create table script

    Hi,
    I am trying to generate create table script from an existing table. But I get the following error when doing so,
    ORA-20001: Rem Unable to generate DDL for ORA-06502: PL/SQL: numeric or value error ORA-31605: the following was returned from LpxXSLResetAllVars in routine kuxslResetParams: LPX-1: NULL pointer ORA-22921: length of input buffer is smaller than amount requested .
    Any suggestions on what could be wrong?
    Thanks.
    -B

    this is my bad, i should have updated this thread when we originally troubleshot this issue...
    that error you're getting on htmldb.oracle.com when you try to generate ddl for tables and such is a manifestation of a database bug (#3372908) that's recently been filed. checking the worklog for that bug suggests that those guys are still working out the issue. unfortunately, there's no current work-around on htmldb.oracle.com at the moment. if you want to generate ddl for your objects, you'd have to query the appropriate data dictionary views to get the info you need.
    ...i'll update the htmldb.oracle.com interface in a bit to prevent other users from hitting this issue. so you know, this is only an issue on db versions 9.2.0.3 and 9.2.0.4 running on some platforms and only (as far as i know) those using the AL32UTF8 characterset ...which does include our hosted site for now.
    hope this helps,
    raj

  • Privilege error while running Create Table Script inside Stored Procedure.

    Hello All,
    I have Oracle 10G server and SQL Developer Client,
    I have One User with Appropriate Rights, Login with that user from SQL Developer(client),
    Within my Procedure, Dynamic SQL script is like If I pass in a TABLE NAME as parameter, It Creates that table, but now problem is It throws an error for Privilege.
    Where as if I Execute Create table script outside the procedure(as Normal SQL), it executes Ok, but why it throws Privilege error within procedure ?
    Whether any extra Rights needed for this user to execute such Create Table Dynamic SQL?
    Please Help.
    Thanks,
    j@y

    Elic
    Thanks a lot dude...
    It works now,
    regards,
    j@y

  • Trying to install webclipper add on created script error

    [Java Script Application]
    ScriptLoader.load() failed Error opening input stream (invalid filename?) on chrome://webclipper3-common/content/libs/evernote/Common/Logger/Logger.js
    I tried to install webclipper yesterday, but was unsuccessful. I continued to work on my laptop and everything was fine, except no webclipper, which didn't bother me.
    It was only this morning when starting my laptop that the script error message appeared while trying to log on using firefox. (I am right now using IE.) Ironically, it seemed to try to install the addon on chrome which I don't even have!
    How do I fix this?
    Would uninstallingFirefox, then reinstalling it work?
    On top of the error box it says in paranthesis [Java Script Application]. I already uninstalled Java but it didn' change anything.
    Can somebody please help me here? I am unable to use Firefox at all.

    Hi,
    You can try to start Firefox in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode] and '''Remove''' the add-on in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''' > '''Extensions'''.. Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u '''Use hardware acceleration when available''']. All these settings/options/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme, option or hardware acceleration is causing issues. Disabling/enabling hardware acceleration, and some types of add-ons in normal mode may require a Firefox restart.
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on Cannot Uninstall Add-on]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • Running reports in SCCM: ActiveX Script Error

    When I try to run some reports, I authenticate then it throws a Script Error.  Error:  ActiveX component can't create object:  'Microsoft.XMLDOM'.
    This only happens on some reports and it only happens remotely.  If I try to run the same reports on the local server, there aren't any issues. 

    Have enabled remote errors?
    http://be.enhansoft.com/post/2013/01/16/Enabling-Remote-Errors-in-SQL.aspx
    What exactly is the error that your are getting!
    http://www.enhansoft.com/

  • Very Slow and Script Errors

    Contribute 6.5 is very slow to publish new content to our site www.mrii.ie, even bringing up a page for editing is slow. So far I have:
    Tested the the FTP settings using passive and active connections.
    Using an external FTP program, downloading from the site is very quick 2. I checked all the file permissions on the server and they are correct. In fact Contribute will publish the changes eventually, just very slowly prior to the actual upload which seems pretty quick.
    I also used a plain page with a small amount of text and again the pre-processing seems slow.
    I removed the temporary sites and configuration folders and still no change.
    I created a new connection.
    As an aside, how do I disable script errors in the Contribute browser window?

    OK, found it.  This fixed my performance issue.
    https://discussions.apple.com/thread/2536941
    This fixed my Genius issue:
    Turned Genius off
    Closed iTunes
    Launch Safari
    Preferences/Security/Cookies
    delete the apple.com entries

  • RH7 HTML - Receive IE script error message when double-clicking link to auto-size pop-up

    Hi, all,
    Anybody ever seen this situation? When double-clicking on a link to an auto-size pop-up, I get the following Internet Explorer script error message:
    This error also occurs when I double-click the link in preview mode within the project. A colleague that is running the same version of IE with the same settings is not receiving this error. A couple of other co-workers are running a different version of IE, and one gets this error and one does not.
    This error does not occur if you single-click the link (which you would normally do), nor does it occur if you double-click a link to a fixed-size pop-up. Once you receive this message and click Yes or No, the link sometimes works correctly when you double-click. I haven't been able to establish a pattern. Also, if you single click the link to display the pop-up, click off of it, and then double-click the link, the error does not occur.
    As you can tell by now, this problem is kind of hard to pin down. I've done some research and I have yet to stumble upon anything that deals with this issue. Unless there is a solution out there, I can do one of two things: 1) change all of the auto-size pop-ups in the project to fixed-sized, which defeats the purpose of creating auto-size pop-ups, or 2) tell our customer not to double-click links.
    Any advice you could give would be welcome.

    Hi there
    Indeed it has been reported on many occasions over the years. Unless someone like Willam has some way cool error detection magick with the scripts, the best approach we have always offered is this.
    Educate your users on the way computers and HTML works. HTML works using SINGLE clicks, not DOUBLE clicks.
    The reason for the error is because the first click caused the computer to launch a JavaScript command to open the sized popup. The second click that followed in rapid succession confused things by asking the script to stop what it was doing and run again.
    Maybe it would help to explain it to your users like this. If you visited a restaurant and when the server asked what you wanted to order, would the become confused if you said to them: I'll have the T-Bone Steak and nearly immediately you repeated it by saying again I'll have the T-Bone Steak.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Internet Explorer Script Errors in HTML Help

    I am using Robohelp 8 HTML. I create both WebHelp and Microsoft HTML Help. My operating system is Vista.
    The WebHelp file will be directly called from the application software to allow users to access topic specific help.
    The Microsoft HTML help is to be attached to my company's website to allow remote users to access our online help.
    I have created a project and generated WebHelp. Everything works as designed.
    However, when I change the output to Microsoft HTML Help, I get Internet Explorer Script Errors when I try to review the output.
    The compiler seems to find exception with two specific lines, specifically, AddMasterBreadcrumbs and again, highlightSearch.
    When I attempt to review the output, I can simply click No when queried if I want to continue running scripts on this page and display the HTML help. It works as it is designed. Naturally I would prefer my users won't have to click through a few error messages to get to the help.
    If I comment these two lines out in the topics, I don't receive these errors.
    Although my work-around will allow a user to open the project without seeing those Script Errors, I am concerned that it might be introducing errors that I haven't found yet.
    Does anyone else experienced this type of error in producing HTML Help?
    Does anyone know the reason this is happening and can they offer an actual solution (and not a workaround?)
    Thanks so much!
    10570Fan

    I've attached one of the screen shots and I took the liberty of posting the htm file (so you can track the specific line numbers to which the error messages refer). The second error message is the same, except it refers to line 117.
    I checked with the developers and they will use the WebHelp version. However, they are curious (as am I) why we get these error messages. Any suggestions you can provide will be appreciated.
    Thanks again.
    10570Fan

  • Java Script Error while deploying a Model with Value Help

    Hi,
    I am using EP 7.0 SP 10.
    I am trying to deploy a model which includes the Value Help for an Input field, and i am trying to deploy this model.
    The model compiles successfully, but gives a Java Script Error while deploying the model,
    ! Error on Page
    When Click on this java script error, it shows that ,
    Line:14985
    Char 1: Error
    object does n't support this property or method.
    code
    URL: <serverhost>/VCRes/WebContent/VisualComposer6.0/bin/223334.htm?24102006.1712.
    The Same model works in dev server, and it fails in the production server.
    Thanks and Regards,
    Sekar

    Hi jakob,
    Thankyou for your quick response.
    I did a basic model with the help of a documentation which i got from this forums.I created a iView and from there i used Bapi "BAPI_SALESORDER ".
    I created a Input Form and a outpot form (table view).I tested model and am able to get the output.but when i try to deploy it is giving me the error.
    And i think am not paring any formulas here.
    Please guide me.
    thanks and regrads
    Pradeep.B

  • Scripting error when opening Interactive Form

    Hi all,
    I'm experimenting with adobe interactive forms (in web dynpro), but things aren't going as expected. I'm getting scripting errors when clicking (in Internet Explorer) on a link that opens a view with an interactive form. Please see below for details.
    I've found a similar error description /thread/80059 [original link is broken], but the context is different. It seems to be related to namespaces, but I have no idea what I'm doing wrong.
    Any help is greatly appreciated!
    line 59: 'sapUrDomainRelaxing' is undefined
    line 109: Object expected
    line 113: Object expected
    line 137: 'SSR' is undefined
    line59
    ur_system = {<<SNIP>>, domainrelaxing: sapUrDomainRelaxing.MINIMAL, <<SNIP>>};
    line 109
    sapUrMapi_init();
    line 113
    sapUrMapi_Focus_RegisterCreate('');
    if( SSR && SSR.windowManager) SSR.windowManager.hideEventBlocker();
    sapUrMapi_initLinkStatus();
    line 137
    if (SSR.showInfo){ <<SNIP>> }

    Hello Jeroen and welcome to the SDN!
    It seems like an error in the WebDynpro-part, not in the Adobe forms-part. Please check if all your elements (views, windows, controllers, etc.) are in valid namespaces.
    Could you try to create an application for the WebDynpro-project in the NDS, and try to <i>deploy new archive and run </i>? Does this work?
    Perhaps you could even copy the project, and replace the Adobe Inter Form element by a static text, to test if it is in the WebDynpro part or that it really has something to do with the Adobe.
    Good luck,
    Jan-Willem Kaagman

  • Trying to install latest version of Flash for Firefox on WinXP, get Internet Explorer Script Error

    I'm trying to install the latest version of Flash (filename install_flashplayer11x32_mssd_aih.exe), browser = Firefox 14 (current), OS = Windows XP.  I've tried multiple times, making sure to disable Norton Antivirus Autoprotect first.
    At some point along the process - either during download or during installation - I get the following error message:
    Internet Explorer Script Error
    Line: 1
    Char: 10010
    Error: 'ActionLaunchAdobe' is undefined
    Code: 0
    URL: http://127.0.0.1:1174/app/_js/adobe.js
    Do you want to continue running scripts on this page? [yes] [no]
    Whether I answer [yes] or [no] the result is the same - the program hangs. It does not close, and when I close it manually it asks if I really want to stop it. But if I leave it there, nothing happens.
    Per advice of the website, I uninstalled Flash in order to start over fresh. What that means is that, instead of having an outdated version of Flash, I now have none.
    I've tried to RTFM but searches for this error come up empty.  I'm curious why Internet Explorer is being involved in this to begin with. But mostly, I'm just curious how to get this thing to work.
    Thanks for whatever help you can give me.
    Dave

    We're investigating this issue and we'd like to get some additional details.  I'd appreciate if anyone experiencing these errors could do the following steps:
    Download the Flash Player installer
    Open a command prompt and navigate to the installer location (eg. "cd c:\users\username\downloads\")
    Run the installer, using a “/debug”.argument  (eg. “install_flashplayer11x32ax_chrd_aih.exe /debug”)
    Once the installer runs and the error is reproduced, a file named “host.developer.log” will be created in your system’s temp folder.
    You can quickly access the temp folder by clicking on Start > Run, then type "%temp%". 
    Locate the "host.developer.log" file and either post the contents in a reply or send directly to [email protected]
    Along with the debug log, please include the following info:
    Operating System (if you're on XP, what service pack do you have installed)
    Browser
    Network proxy setup (if applicable)
    Thanks!
    Chris

  • Tons of Script Errors and Slow Redraw

    I recently setup CS 5.5 with Bridge 4.1.0.54 on a new MacBook Pro.
    When I launch Bridge I get the following messages:
    I'm confident of a few things. First, it's obviously somewhat related to this issue:
    http://forums.adobe.com/message/3083307
    Second, it has nothing to do with CFS or Samba shares.
    Lastly, the error has something to do with the output module script- if I startup without it on, no errors.
    Currently I have my MBP setup with two drives. A SSD for the system software and a second SATA drive for content. All my system software is on the SSD boot drive, however, my users folder is split between the two. Everything but ~/users/xxx/library is symbolicly linked on the second drive.
    If you look closely at the thread referenced above, all the errors are the same except for the "could not create" error. In the thread, it lists a specific user, my error lists Volumes/Null/...
    Here is what I've tried so far:
    Reset the app
    Trashed the prefs
    Started up w/o scripts
    reinstalled the entire CS 5.5 Suite after Uninstalling and using the cleaner tool
    To add insult to injury, When the output script is off and bridge does load, it does it painfully slow to the point where it is not usalbe. It is also having a ton of redraw issues.
    Any advice?

    I think I may have found a workaround.
    I've been racking my brain over the past few days to figure this one out. I've tried at least a dozen permsissions fixes, both through the apple utility and manually. I've reinstalled both bridge and CS 5.5 three times using the cleaner script and a fresh install. NOTHING.
    So I went back to the original error message:
    One thing I noticed was that everytime Bridge was starting, it created a folder in /volumes called "null". I checked three other macs setup the same was as mine and NONE of them created this folder during bridge startup.
    I still have not figured out why my laptop is doing this.
    However, I looked at the error and it seemed that bridge was looking for a path that didn't exists, which was /volumes/null/Adobe/Adobe Bridge CS5.1/Adobe Output Module/Mediagallery
    the path Adobe/Adobe Bridge CS5.1/... is the same path as my ~/library/application support/... folder for adobe.
    First I created a regular alias to that folder to create the fake path. No dice. Then I tried a symlink to creat the fake path /volumes/null/Adobe/Adobe Bridge CS5.1/Adobe Output Module/Mediagallery
    Voila. Worked like a charm. I can now start up Bridge without any errors, script errors, etc. I also have all the functionality of my Output panel back and I'm able to use it without getting the insufficiant disk space error.
    Now to figure out why Bridge is creating a "Null" folder.

  • Script Errors in TOC from RoboHelp 9

    Hello, all. I can usually find the answer to my problems by searching existing threads, but I can't seem to find a solution this time. I recently upgraded from RoboHelp 7 to 9.0.2.271. I have published WebHelp locally and then checked files in to a Team Foundation Server to be deployed to a testing environment. Locally and on the QA site, the output looks fine for me and the TOC works as expected. However, other users on Internet Explorer 7 and 8 (I have IE8) get script errors when trying to click on pages in the TOC.
    I zipped my local files and dropped them on a shared drive and asked one of the users to copy them to his machine and open the start page with his browser. He still gets the script errors, whereas another user can open them locally with no problems. This makes me think the problem is not in the RoboHelp files themselves, but I am not sure.
    To further complicate matters, in the staging environment, a different server from QA, the TOC and Index are empty! This is obviously a separate issue, but I am stumped. This issue occurs in IE 6, 7 and 8. It does NOT occur in IE 9 or Firefox.
    Any ideas?

    This issue was fixed with a reply from another discussion:
    Re: RH8 > WebHelp > TOC won't render in IE8 via HTTPS - Fix/workaround?
    If TOC/Index/Search is not working in IE7/8/9 via HTTPS, Please try the following steps
    Go to https://acrobat.com/#d=WqbdTq-2R79ToU08-zfBEw
    Download IESearchIssue.zip file. Unzip it.
    It will create a folder IESearchIssue. It has two subfolders
    RH8.0.2
    RH9.0
    If you are using RoboHelp 8.0.2, go to RH8.0.2 folder.
    if you are using RoboHelp 9.0, go to RH9.0 folder
    Go to <RoboHelp Install Folder>\RoboHTML\WebHelp5Ext\template_stock folder and rename the file whutils.js  to whutils.js.bak
    Now paste the already copied new whutils.js in same folder.
    Now again generate webhelp output of the required project.
    Host it to your webserver and check if it works.

  • Bootstrap.js script error during eval() "Error initializing JDF library"

    bootstrap.js script error during eval(). Everytime I open Adobe Acrobat 6.0 I recieve this error message once it loads up. I also recieve another error messeage while it is in the process of loading "There was an error while loading the plug-in "SaveAsXML.api.' This file was not found. I am wondering if this is why I cannot convert a file to PDF from word when I go to convert from file from adobe acrobat 6.0. It is vital to my business that I convert these files from Word. Even when I try to go to Adobe Distiller the error message "Error initializing JDF library"  pops up and will not allow me to convert my file to PDF  
    Thank you       

    Hello,
    I solved the problem (even if I really don't know how) :-/
    What I did :
    1. remove all the environnement variables for ORACLE : ORASID, ORACLE_SID, ORAHOME, ORACLE_HOME, ORACLE_BASE...
    (I don't know why I have so many variables...)
    2. I remove any varible of LANG (NLS_LANG, ORA_LANG...)
    3. I checked the rpm (it seems that some of the library where missing, for example libXtst.so.6)
    By the way, I installed the patch 6078836. Unzip the patch, it will create the library libdb.so.2. Move this file to /usr/lib
    4. I uninstall first the agent and the oms, then the database.
    5. I reinstalled everything and run the ConfigureGC.pl script. I had to go through the bug 7483221 (the script failed twice because of invalid login/password, ORA-01017). The procedure is described on several sites, I used this one :
    [http://www.idevelopment.info/data/Oracle/DBA_tips/Enterprise_Manager/OEM_10.shtml]
    I hope it will help you to complete the installation.
    Regards

Maybe you are looking for