How to solve this please???

Hello,
I'm trying to solve a problem in setting up Devrloper Suite 10g with the database in the same machine. Another user helped me with the message below but when I try to run it I receive the message last below.
Message from the user:
You should install Oracle10g and Developer Suite 10g into 2 separated Oracle Homes. The steps are summarised as follows:
Preparation:
1. Increase Virtual Memory of your PC
• Right-click on My Computer, Properties
• Click on “Advanced” tab
• Click on Performance’s [Settings]
• Click on “Advanced” tab
• Click on Virtual Memory’s [Change]
• Change Maximum Size to 900MB (Default was 768MB)
• Click on [Set], [OK], [OK], [OK]
2. Stop all anti-virus programs
3. Unzip files to C:\Disk1 and C:\Disk2
Part 1: Steps to install Developer Suite
1. Double-click on C:\setup.exe
2. Click on [Next]
Enter Name: Ora10gDS (which should nbe different from Oracle10g's Oracle Home)
Enter Path: C:\oracle\product\Ora10gDS
Click on [Next]
3. Select the radio button for “Complete (898MB)”
• Click on [Next]
Provide Outgoing Mail Server Information:
Enter outgoing mail (SMTP) server: e.g. mail.netvigator.com (if you are using Netvigator)
This is the same as the setting for your Outlook for your ISP.
Click on [Next]
Click on [Install]
Click on [Exit], [Yes]
Part 2: Steps to setup Designer 10g
Time Taken: 30 minutes to 60 minutes depending on the speed of your PC’s CPU
1. Login SQL Plus as “SYS” with password and connect string of “orcl as sysdba”
2. Copy the sql file in the zip file with this Word file to c:\
3. Start the script file
SQL> @C:\des10g_for_ora10g.sql
• Neglect Errors as the script will drop existing objects and re-create them. If existing objects cannot be dropped, then errors may appear but these will not affect the schema definition for Oracle Developer Suite 10g.
The contents of the SQL script file “des10g_for_ora10g.sql” are shown for your reference, do not copy the code and paste them in SQL Plus. You should start the script using the start command “@C:\des10g_for_ora10g.sql”.
Copy and save the following script to a file, say called "des10g_for_ora10g.sql"
=========================================================
=========================================================
rem cim.sql
rem Revised for Designer 10g that runs on Oracle 10g Release 10.1.0.2.0
rem To start this SQL script
rem Copy the file to c:\
rem Run SQL Plus, login as SYS
rem SQL>@C:\cim.sql
rem Assume Global Database Name is orcl
rem Assume Oracle 10g program is installed in C:\oracle\product\10.1.0\db_1
rem Assume Oracle 10g datafiles are installed in C:\oracle\product\10.1.0\oradata\orcl
rem Assume Designer 10g is installed in C:\oracle\product\Ora10gDS
set echo on
spool C:\cim.txt
@C:\oracle\product\10.2.0\db_1\rdbms\admin\catproc.sql
REM Create tablespaces for repository tables
create tablespace DES10g
datafile 'C:\oracle\product\10.2.0\oradata\orcl\D10D1ORCL.DBF' size 400m
autoextend on
next 10m maxsize
unlimited default storage
(maxextents unlimited)
REM Create Index tablespace for repository indexes
create tablespace DES10g_I
datafile 'C:\oracle\product\10.2.0\oradata\orcl\D10I1ORCL.DBF' size 300m
autoextend on
next 10m maxsize
unlimited default storage
(maxextents unlimited)
@c:\oracle\product\ora10gDS\repadm61\utl\ckrorole.sql
REM cre_cim.sql
REM Logon to svrmgrl.exe as INTERNAL/ORACLE@<SID>
rem connect sys/ora10g_manager@orcl as sysdba
create user cim identified by cim
default tablespace DES10g
quota unlimited on DES10g
quota unlimited on DES10g_i
temporary tablespace temp;
grant alter session to cim;
grant create database link to cim;
grant create type to cim;
GRANT EXECUTE ON DBMS_LOCK TO cim;
GRANT EXECUTE ON DBMS_PIPE TO cim;
grant connect, resource,CK_ORACLE_cim to cim;
grant create table to cim;
grant create view to cim;
grant create any trigger to cim;
grant create procedure to cim;
grant create any index to cim;
grant create any sequence to cim;
grant create synonym to cim;
grant create any synonym to cim;
grant select any sequence to cim;
grant select any table to cim;
grant create role to cim;
grant create public synonym to cim;
grant create session to cim;
GRANT DROP PUBLIC SYNONYM TO cim;
grant drop any synonym to cim;
GRANT SELECT ON sys.v_$nls_parameters TO cim WITH GRANT OPTION;
GRANT SELECT on V_$PARAMETER TO cim;
GRANT SELECT ON dba_rollback_segs TO cim;
GRANT SELECT ON dba_segments TO cim;
grant dba to cim;
grant connect,resource,CK_ORACLE_cim to cim;
grant execute on sys.dbms_pipe to cim;
grant execute on sys.dbms_lock to cim;
spool off
=========================================================
=========================================================
You may inspect the spooled file for any error logs in c:\designer10gins_local.txt
You may delete this file after installation.
Part 3: Setup TNSNAMES for Developer Suite 10g
Explanation:
• There are TWO Oracle Homes on your Server. One for Oracle 10g Database and one for Oracle Developer Suite 10g.
• The settings for TNSNAMES.ORA have been configured when you installed Oracle 10g but not when you installed Developer Suite 10g.
Steps:
1. Copy the file “tnsnames.ora”
From:
C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN
To:
C:\oracle\product\Ora10gDS\network\admin
Part 4: Setup Repository Administration Utility
1. Run Repository Administration Utility
• Click on [Start], All Programs, Oracle Developer Suite – Ora10gDS, Software Configuration Manager, Repository Administration Utility
Could not find this anywhere...
2. Login as cim with password “cim” and connect string of “orcl”
Enter Username: cim
Enter Password: cim
Enter Connect String: orcl
Click on [OK]
3. Install Repository
Click on icon
Click on [OK]
Click on [Yes]
4. Change the Index Tablespace to DES10G_I
The default settings are:
Change all Index Tablespaces from DES10G to DES10G_I
Enable the radio button for Repository to Medium (Default was Small)
Click on [Start]
Click on [Yes]
Click on [OK], [Cancel]
Click on File, Exit
Part 5: Run Designer 10g for the first time
• Click on [Start], All Programs, Oracle Developer Suite – Ora9iDS, Designer, Oracle Designer
Enter Username: cim
Enter Password: cim
Enter Connect String: orcl
Click on [OK]
Designer 10g (9.0.4) is successfully configured for your immediate use now.
Trying to run the script it informs there is no repository available.
Thank you,
André Luiz

Hi redgundam460  You need to Uninstall Flash Player first and follow these instructions for doing so. Make sure you read what applies to you. You can use the Manual Installer for IE and the Manual Installer for FF or other non-IE browsers.
http://kb2.adobe.com/cps/191/tn_19166.html
Thanks,
eidnolb

Similar Messages

  • I have music in the cloud but only plays one at a time, anyone have any idea how to solve this please?

    I have music in the cloud but only plays one at a time, anyone have any idea how to solve this please?

    - Transfer iTunes purchases by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    - Transfer other music by using a third-party program like one of those discussed here:
    Copy music from Ipod to new computer...: Apple Support Communities
    You may have t opurchase one.  Some only do a limited number of transfers without paying.
    - Make a backup of yur iPod by connecting the iPod to the computer and right clicking on the iPod under devices in iTunes and selecing Backup.
    - Restore the iPod from that backup.

  • TS2771 Help me please my ipod touch 5th generation is stuck on the apple logo, I'll admit this has happened after I attempted to jailbreak it. Is there anyone that knows how to solve this please I am desperate!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    I really need the help I would appreciate it.

    Try:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            

  • My download freezes on all my Macs at 996MB. Any ideas how to solve this please?

    I am running a bunch of Macs. On all of the ones on which I am running Mountain Lion, the download freezes at 995 or 996 MB. This has happened since the launch of Mevricks and always at the same point, irrespective of the Mac I am trying to download to.
    Has anyone any potential solutions?
    Thanks,
    Simon

    just install HotSpot Shield App (it'is free) and it won't stop anymore at 996MB
    cheers
    GB

  • How to solve this ORA-12154 problem please?

    Hello,
    I'm trying to execute the following command:
    C:\Documents and Settings\HP>sqlplus "sys/neo555@orcl as sysdba"
    SQL*Plus: Release 10.1.0.4.2 - Production on Dom Dez 18 02:45:37 2005
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:nÒo p¶de resolver o identificador de conexÒo especificado
    Translating: ORA-12154 TNS could not solve the conection identifier specified
    Informe o nome do usußrio:
    Translating: Inform the user name:
    How to solve this please because I get no other errors in the software.
    Thank you,
    André Luiz

    Hi
    If objective is to just connect as sysdba then you can simply check your SQLNET.ORA file under ORACLE_HOME\NETWORK\ADMIN and make an entry like
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    C:\Documents and Settings\HP>set oracle_sid=orcl
    C:\Documents and Settings\HP>sqlplus "/ as sysdba"
    Pls paste contents of your TNSNAMES.ORA and LISTENER.ORA files here.
    Rgds
    Adnan

  • Hi, when ever I'm using 3G, on my Iphone4 sim stops working and Network is lost, this started after I updated my phone with  6.0.1(10A523)version. Please help how to solve this problem.

    Hi, when ever I'm using 3G, on my Iphone4 sim stops working and network is lost, this started after I updated my phone with  6.0.1(10A523)version. Please help how to solve this problem. Thanks.

    Photos/videos in the Camera Roll are not synced. Photos/videos in the Camera Roll are not touched with the iTunes sync process. Photos/videos in the Camera Roll can be imported by your computer which is not handled by iTunes. Most importing software includes an option to delete the photos/videos from the Camera Roll after the import process is complete. If is my understanding that some Windows import software supports importing photos from the Camera Roll, but not videos. Regardless, the import software should not delete the photos/videos from the Camera Roll unless you set the app to do so.
    Photos/videos in the Camera Roll are included with your iPhone's backup. If you synced your iPhone with iTunes before the videos on the Camera Roll went missing and you haven't synced your iPhone with iTunes since they went missing, you can try restoring the iPhone with iTunes from the iPhone's backup. Don't sync the iPhone with iTunes again and decline the prompt to update the iPhone's backup after selecting Restore.

  • TS1702 Does any one know how to solve this iPod touch error: I am tryin to pay for an app but I can because it says that I don't have enough space when I actually have more than enough space to download it so please help me

    Does anyone know how to solve this problem: I a trying to download a paid app but I cannot because the AppStore says that info not have enough space to download it even though I have more than enough space so if any of you know what can solve this problem then please let me know

    The app is compressed and needs swap space to install. As a rule of thumb you need 3 times the listed size of the app available, or in your case 4.6GB. You only have 1.7GB.

  • I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    Nope
    One needs to press the home and sleep / wake keys together for the phone to reset
    The other thing I could recommend
    Let the battery run out and the phone completely "die"
    It may take a day or two with it not being used
    Then plug it in to charge and see if there is any change in behavior
    If you cannot get this to work - you may need to bring it to an Apple store

  • Hello THIS IS RAZA I GOT A MACBOOK PRO I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks Screen Shot 2015-03-21 at 10.

    Hello
    THIS IS RAZA
    I GOT A MACBOOK PRO
    I HAVE A PROBLEM. PROBLEM IS how to solve this problem i have uploaded in .... all the time few days later on i face this problem in safari..... anyone can help me please.....thanks

    This is a scam. Do not phone these people, at best they will charge you for unnecessary 'cleaning' and at worst they will gain access to your Mac and steal your data. You've probably managed to install some 'adware' which is producing this fake warning. 'Adwaremedic' should remove it and is safe to use - please see
    http://www.adwaremedic.com/index.php

  • My facebook icons won't show in messenger app for my ipad when my screen is vertical but will in horizontal how do I solve this please

    I have messenger for facebook and my images and emojis will only show when my iPad Air screen is horizontal and won't show when horizontal when I message someone how do I solve this please but my emojis still show on my keyboard with the globe icon thank you

    HI,
    Did you ever figure out how to get them back? The same thing happened to me yesterday. I was able to open the file in VLC media player (you can download this app), but the file had been corrupted. It was only the last clip I had recorded, all the others were lost. Even the clip that will play is messed up

  • When starting a rental movie, I get the message: "An error occured loading this content, please try again later". Any ideas how to solve this issue?

    When starting a rental movie, I get the message: "An error occured loading this content, please try again later". Any ideas how to solve this issue?

    Firstly, I should have typed speedtest.net previously.
    Now that's an interesting comment you make, out of interest do you have any purchased HD movies in your iTunes collection, if so, do they play on the Apple TV with your new tv.

  • I bought CS6 creative suite. As of now i need to work each application in separate separate system. Can any one please help me how to solve this problem.

    I bought CS6 creative suite. As of now i need to work each application in separate separate system. Can any one please help me how to solve this problem.
    I saw the below quote on Adobe forum
    "You may install software on up to two computers. These two computers can be Windows, Mac OS, or one each."
    If i install each application in single single system the system count is more than two. In this case, are we have any license issue? Please advice how the problem will solve?
    If possible please send the advise to my mail id: <Removed by Moderator>
    Thanks
    Uvaraj S

    I already answered that.  If you purchased a Suite then you can only install and activate it on two machines.  Even if you only insdtall one of the applications of that suite, it counts as one activation of the suite.  You cannot take the six or seven different applications that might be in a suite and install and activate them in six or seven different machines... only two machines.
    If your scenario will allow for it, one thing you can do is install the programs on all the different machines and only activate two of the machines at any given time.  If you need to activate a program on a third machine then you need to deactivate on one of the currently activate machines first so that you have an open activation to use again.  I do not remember if there is a limit to the total number of activations you can process for the life of the software.

  • How to solve this problem?please suggest.

    Hi all,
               I am getting like this error,
    Record 9304 :Contents 0.00 0000 from field UMSA1 cannot be converted in type CURR ->lo     RSAR197     
    Error in an arithmetic operation in record 9304 RSAR     117     
    Error records written to application log     RSM2     708
    Actually 32 datapackets are there for this info package,at 31 datapacket error is getting,31 datapacket is not available in PSA.
    At datapacket level this error message is also there
    Error in an arithmetic operation in record 9304
    Please explain me how to solve this error.
    Thanks & Regards,
    mano

    *Hi, I am getting the same error*
    Error records written to application log
    Error in an arithmetic operation in record                                               489
    Record                                               489:Contents        四川省长江滥曝扇备总 from field UMSA1 cannot
    Record 489 :Contents 四川省长江滥曝扇备总 from field UMSA1 cannot be converted in type CURR ->lo
    This happened for the customized master data Z********(customer number). Data source; 0CUSTOMER_ATTR
    I have undertaken the following actions but all failed.
    1. Replicated the data source, activated the transfer structure through a program and the load was run but the load failed with the same issue.
    2. Pushed the data till PSA and tried to edit it in the PSA, but here too the load failed with the same issue.
    It is understood that the data source 0CUSTOMER_ATTR is obtained from the Funtion Module: MDEX_CUSTOMER_MD
    Out of 5 data packages, I could find only 3 data packages in PSA which are successful, the remaining had error and could not be found in PSA. Checked in R/3 but could not catch the correct record, since, did not had proper info. UMSA1 refers to Annual Sales, which are empty in R/3 and BW as well.
    The UMSA1 field in data source 0CUSTOMER_ATTR in BW.
    Data Type: CURR, Length: 15, Decimal: 2, curr/unit: UWAER
    The UMSA1 field in R/3
    Data Type: CURR, Length: 15, Decimal: 2
    Request your timely suggestions.
    Raj

  • HT201363 Hello I forgot my Security question of my Apple ID ? I don't kow what should I do and how to solve this problem ? could you please help  ?

    Hello I forgot my Security question of my Apple ID ? I don't kow what should I do and how to solve this problem ? could you please help  ?

    You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (104569)

  • Why only Firefox displays, on Youtube, the "An error ocurred, please try again later" message? How to solve this?

    Hello, I am developer and always stayed videos from my sites and blogs, YouTube.
    Now I'm having trouble "only" with Firefox, because only it is showing now famous message: "An error ocurred, please try again later".
    Ie, the solution to host videos on YouTube to display on websites, no longer "Cross Browser".
    How to solve this? This story clearing cache does not work, useless to sticking with this type of response.
    Please help me. Thank you very much.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Thank you.

Maybe you are looking for

  • Connection of MacBook and television set

    When I connect our MacBook to our television set, all that appears on the set is Apple's background graphic.  I believe there's an easy way to synchronize the two, but I don't know what it is.  Can somebody tell me the secret? Larry

  • Queue Monitoring Tool ?

    Hi, I am looking for some monitoring tool or administrative commands for Tibco EMS which can tell me what's happening inside the Queue/topic. If you know something about it . Please let me know... Thanks in advance

  • Sample BSP rpogram to output xml file

    Hello All, Is there a sample BSP program to output an XML file,if the the BSP url is executed in the browser an xml file should be ouputted. regards kaushik

  • IWeb Stopped Publishing

    *IWeb stopped publishing. Recently, when I clicked on the "publish" button while in IWeb, I never got a notification of the new publication and the "publish" button was not lit up anymore. Then, more recently, I noticed all of the icons for my sites

  • Update error Photoshop Camera Raw 8.5

    "There was an error installing this update. Please quit and try again later. Error Code: U44M1I210." The Adobe packages are Photoshop Elements 12 and Premier Elements12.  It fails on Photoshop and the update process aborts with the message above.   I