Error in manual database creation in 10g for windows.

hi,
i have planned to create database manually in window command prompt by the following steps but i m getting this error,
so guys provide me some idea to create db.
D:\oracle\product\10.1.0\Db_1>set oracle_sid=god;
D:\oracle\product\10.1.0\Db_1>oradim -new -sid%ORACLE_SID%-intpwd mysecretpasswo
rd -startmode M
D:\oracle\product\10.1.0\Db_1>dir database
Volume in drive D is COLLECTIONS
Volume Serial Number is 5A2D-5C24
Directory of D:\oracle\product\10.1.0\Db_1\database
03/07/2010 05:56 PM <DIR> .
03/07/2010 05:56 PM <DIR> ..
03/06/2010 11:04 PM <DIR> archive
03/07/2010 11:12 PM 106 core_orcl_1220_1284_2010_3_7_17_19_32.log
03/07/2010 05:17 PM 2,048 hc_orcl.dat
03/06/2010 11:56 PM 157 initgod.ora
03/07/2010 05:51 PM 955 INITorcl.ORA
03/06/2010 11:01 PM 31,744 oradba.exe
03/06/2010 11:59 PM 2,560 PWDgod;.ORA
03/06/2010 11:13 PM 1,536 PWDorcl.ora
03/07/2010 05:56 PM 2,560 SPFILEORCL.ORA
03/07/2010 12:15 AM 8,510 sqlnet.log
9 File(s) 50,176 bytes
3 Dir(s) 26,471,571,456 bytes free
D:\oracle\product\10.1.0\Db_1\database>initgod.ora
D:\oracle\product\10.1.0\Db_1\database>sqlplus/nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Mon Mar 8 23:00:01 2010
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> connect sys/mysecretpassword as sysdba
ERROR:
ORA-12560: TNS:protocol adapter error
SQL>
thanks

Jr.DBA wrote:
hi,
i have planned to create database manually in window command prompt by the following steps but i m getting this error,
so guys provide me some idea to create db.
D:\oracle\product\10.1.0\Db_1>set oracle_sid=god;
D:\oracle\product\10.1.0\Db_1>oradim -new -sid%ORACLE_SID%-intpwd mysecretpasswo
rd -startmode M
D:\oracle\product\10.1.0\Db_1>dir database
Volume in drive D is COLLECTIONS
Volume Serial Number is 5A2D-5C24
Directory of D:\oracle\product\10.1.0\Db_1\database
03/07/2010 05:56 PM <DIR> .
03/07/2010 05:56 PM <DIR> ..
03/06/2010 11:04 PM <DIR> archive
03/07/2010 11:12 PM 106 core_orcl_1220_1284_2010_3_7_17_19_32.log
03/07/2010 05:17 PM 2,048 hc_orcl.dat
03/06/2010 11:56 PM 157 initgod.ora
03/07/2010 05:51 PM 955 INITorcl.ORA
03/06/2010 11:01 PM 31,744 oradba.exe
03/06/2010 11:59 PM 2,560 PWDgod;.ORA
03/06/2010 11:13 PM 1,536 PWDorcl.ora
03/07/2010 05:56 PM 2,560 SPFILEORCL.ORA
03/07/2010 12:15 AM 8,510 sqlnet.log
9 File(s) 50,176 bytes
3 Dir(s) 26,471,571,456 bytes free
D:\oracle\product\10.1.0\Db_1\database>initgod.ora
D:\oracle\product\10.1.0\Db_1\database>sqlplus/nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Mon Mar 8 23:00:01 2010
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> connect sys/mysecretpassword as sysdba
ERROR:
ORA-12560: TNS:protocol adapter error
SQL>
thanksEven if you want to do it manually as a learning exercise, I'd advise you to use dbca. Select 'custom' database type, and at the end select 'create scripts' without actually creating a database. Then study those scripts.

Similar Messages

  • Oracle 10g for Windows installation - Error 1067

    Hello Folks
    I am trying to install Oracle 10g for Windows on my WIndows 7 Ultimate OS. Everything went fine until I rebooted and tried to run the *SQL Plus. ALthough the Listener as well as the Oracle Servide shoudl automatically start, but for some reason..they didn't. As a result, I went into the Services and tried to manually run them but to my disappointment getting the folowing error:
    Windows could not start the OracleServiceORADB1 service on local computer.
    Error 1067: The process terminated unexpetedly.
    Any idea what went wrong..and how should I get this right?
    Thanks

    Pl identify the exact version of "10g" that was installed.
    The only version that is supported is 10.2.0.5 - see http://download.oracle.com/docs/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA
    Srini

  • Exception occurred. Internal error: Cannot obtain XAConnection Creation of XAConnection for pool....

    Weblogic Server 6.1 SP2 is running fine. But unable to get XAConnections! I am getting following error
    java.sql.SQLException: Internal error: Cannot obtain XAConnection Creation of XAConnection for pool ibesXaConnection Pool failed after waitSecs:300
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1063)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:148)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:236)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    -GoutamG

    Hi Gautam!
    Please make sure your refresh minutes is turned off in config.xml. You should put very large value like 999999 for RefreshMinutes parameter for
    defination of connectionpool in config.xml instead of 0.
    Thanks,
    Mitesh
    Goutam wrote:
    Weblogic Server 6.1 SP2 is running fine. But unable to get XAConnections! I am getting following error
    java.sql.SQLException: Internal error: Cannot obtain XAConnection Creation of XAConnection for pool ibesXaConnection Pool failed after waitSecs:300
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1063)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:148)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:236)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    -GoutamG

  • Error Code 8024200D while installing update KB3000850 for Windows 8.1

    Error Code 8024200D while installing update KB3000850 for Windows 8.1
    I have been prompted for the last 10 days to install the important update KB3000850 in my laptop, but the installation fails every time.
    Two days ago, on March the 12<sup>th</sup>, I installed 31 updates without any problem. What is wrong with this particular update?
    You will find below my dialogue with Microsoft Support Engineer, Mr Niranjan Manjhi, who referred me to you:
    Hi Michelle,
    Thank you for posting your query in Microsoft Community.
    I understand that you are unable to install the a specific update KB3000850. I will be happy to assist you with your query. Let me ask you;
    Is your computer connected to domain?
    Which security software is installed in the      computer?
    Do you remember making any specific change in the      computer prior to the issue?
    This November update rollup also includes all previous updates since the previous image update in April 2014 and this includes performance and reliability
    improvements.
    Cause:
    This issue occurs because a process keeps a file in the component store open. Therefore, the file cannot be deleted or overwritten. Let's try the methods below and
    check the status.
    Method 1: Depending on the architecture of your
    Windows 8.1 operating system, I would suggest you to install the following package first and then try installing the KB3000850.
    All supported x86-based versions of Windows 8.1: [link] Download the package now.
    All supported x64-based versions of Windows 8.1:
    [link] Download the package now. 
    Restart is required.
    Method 2:
    If the issue still persists, run the Windows Update Troubleshooter and check the status.
    Click to run
    [link] Windows Update Troubleshooter
    Also refer to:
    [link] Troubleshoot problems with installing updates
    Hope this information is helpful. Please feel free to reply in case you face any other issues with Windows in future.
    Regards,
    Niranjan Manjhi
    Dear Niranjan,
    Thank you for your answer.
    To answer your questions:
    1) Yes, my laptop is connected to the domain,
    2) My security software is McAfee Total Protection, the same I use for my PC running Windows 7 XP,
    3) I did not make any specific change to the laptop. It is true though that I run regularly McAfee´s QuickClean.
    In your answer, you suggested 2 methods for resolving the problem.
    I chose to apply first the second one, i.e. I ran once again the Windows Update Troubleshooter, which revealed again the following status:
    Potential Windows Update Database error detected Ox800F08F: Not fixed
    Windows Update components must be repaired: Fixed
    And a last information: Yesterday, McAfee´s Vulnerability Scanner was automatically activated, showing as "critical" the update in question ("important" according to Windows)!
    As for applying the first method you suggested, I will need the services of a professional, someone more IT literate than myself.
    Michelle
    Hi Michelle,
    Thank you for keeping us updated on the issue.
    Since the computer is connected to domain, I would request you to post your query in the TechNet forums as your question is beyond the scope of what
    is typically answered in this consumer forum and would be better suited for the IT Pro audience on TechNet.
    Please post your question in the link TechNet Forums.
    Regards,
    Niranjan Manjhi

    Hi there @Achintya-only
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I see that you are getting an error code, when you try to install Windows 8.1 from USB or DVD. I am happy to assist.
    Just to clarify, you are using a standalone Windows installation disk, you are not using a factory recovery image. Is that correct?
    Have you run the hardware diagnostics on your notebook? HP Notebook PCs - Testing for Hardware Failures (Windows 8)
    What operating system was on the system before, and have you made a set of recovery media, for your original factory installation?
    Please let me know what you find.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • 10g for Windows

    Hi,
    I just installed the 10g for windows (only the basic installation, no forms, infra or any clustering).
    During installation (in the component configuration part) I get a windows error saying opmn accessed an illegal memory address. I can't resume the installation, and from this moment on, whenever I do something with the OPMN (start, shutdown, access a component) I get the error message, and the opmn.exe process takes 1.3GB of memory. I have to kill it and restart my machine.
    Advice anyone?

    A bit more info on the one i posted before. This is what I am getting.
    ================================================================================================================
    Output generated from configuration assistant "HTTP Server Configuration Assistant":
    Configuration assistant "HTTP Server Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Java Security Configuration Assistant":
    Configuration assistant "Java Security Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "OC4J Configuration Assistant":
    2
    Configuration assistant "OC4J Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Parsing command line arguments:
    Parameter "silent" = true
    Parameter "orahome" = C:\OraHome2
    Parameter "orahnam" = oracleappserver
    Parameter "instype" = custom
    Parameter "inscomp" = NO_VALUE
    Parameter "insprtcl" = tcp,nmp,tcps
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "responsefile" = C:\OraHome2\network\install\netca_clt_cus.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    Default local naming configuration complete.
    Created net service name: EXTPROC_CONNECTION_DATA.rd.crystald.net
    Profile configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "BC4J Configuration Assistant":
    Configuration assistant "BC4J Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "OracleAS Instance Configuration Assistant":
    Configuration assistant "OracleAS Instance Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "OC4J Instance Configuration Assistant":
    Reading ini file - 'C:\OraHome2/j2ee/deploy.ini'
    OC4J instance 'home': Adding property 'jbo.server.in_oc4j=true'
    Initializing DCM..ERROR: Caught exception while initializing DCM.
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:408)
         at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
         at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
         at java.io.InputStreamReader.read(InputStreamReader.java:167)
         at java.io.BufferedReader.fill(BufferedReader.java:136)
         at java.io.BufferedReader.read1(BufferedReader.java:187)
         at java.io.BufferedReader.read(BufferedReader.java:261)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.waitForOpmnReponse(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sendHTTPRequest(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.getOpmnProcStatus(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.getProcessStatus(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.getComponentProcessStatus(Unknown Source)
         at oracle.ias.sysmgmt.task.ProcessManager.isDaemonUp(Unknown Source)
         at oracle.ias.sysmgmt.task.ProcessManager.isDaemonUp(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.daemonStart(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Configuration assistant "OC4J Instance Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "OC4J Instance Configuration Assistant" (attempt 2):
    Reading ini file - 'C:\OraHome2/j2ee/deploy.ini'
    OC4J instance 'home': Adding property 'jbo.server.in_oc4j=true'
    Initializing DCM..done.
    OC4J instance 'home' already exists.
    Starting OC4J instance 'home'..done.
    Deploying application 'BC4J' to OC4J instance 'home'..
    ERROR: Caught exception during deploy.
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:408)
         at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
         at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
         at java.io.InputStreamReader.read(InputStreamReader.java:167)
         at java.io.BufferedReader.fill(BufferedReader.java:136)
         at java.io.BufferedReader.read1(BufferedReader.java:187)
         at java.io.BuferedReader.read(BufferedReader.java:261)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.waitForOpmnReponse(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sendHTTPRequest(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.getOC4JRmiPorts(Unknown Source)
         at oracle.ias.sysmgmt.task.ProcessManager.getOC4JInfo(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.getOC4JInfo(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.local.OC4JInstanceInfo.getNodeInstances(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.local.OC4JClusterInfoImpl.getNodeInstances(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.runtime.RuntimeIf.getOC4JInstancesInfo(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.runtime.LocalBindWebApp.doExecute(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.runtime.RuntimeIf.execute(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.adapter.DeploymentAdapter.doEvaluateDeploy(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.adapter.DeploymentAdapter.evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sync_evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.internal_evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.RemoteEvaluate.execCommand(Unknown Source)Deploying application 'BC4JManager' to OC4J instance 'home'...
         at oracle.ias.sysmgmt.task.DaemonWorker.run(Unknown Source)
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:124)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.openOEMSSession(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sendHTTPRequest(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.getOC4JRmiPorts(Unknown Source)
         at oracle.ias.sysmgmt.task.ProcessManager.getOC4JInfo(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.getOC4JInfo(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.local.OC4JInstanceInfo.getNodeInstances(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.local.OC4JClusterInfoImpl.getNodeInstances(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.adapter.DeploymentAdapter.evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sync_evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.internal_evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.RemoteEvaluate.execCommand(Unknown Source)
         at oracle.ias.sysmgmt.task.DaemonWorker.run(Unknown Source)
    ERROR: Caught exception during deploy.
    Deploying application 'IsWebCacheWorking' to OC4J instance 'home'..
    ERROR: Caught exception during deploy.
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:124)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.openOEMSSession(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sendHTTPRequest(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.getOC4JRmiPorts(Unknown Source)
         at oracle.ias.sysmgmt.task.ProcessManager.getOC4JInfo(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.getOC4JInfo(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.local.OC4JInstanceInfo.getNodeInstances(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.local.OC4JClusterInfoImpl.getNodeInstances(Unknown Source)
         at oracle.ias.sysmgmt.deployment.j2ee.adapter.DeploymentAdapter.evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sync_evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.internal_evaluate(Unknown Source)
         at oracle.ias.sysmgmt.task.RemoteEvaluate.execCommand(Unknown Source)
         at oracle.ias.sysmgmt.task.DaemonWorker.run(Unknown Source)
    Stopping OC4J instance 'home'..
    ERROR: Stop failed.
    Error message returned is: Unable to establish a connection to OPMN daemon at localhost:6100
    Base Exception:
    java.net.ConnectException:Connection refused: connect
    check OPMN configuration and restart DCM daemon
    NOTE: The ERROR in Stop oc4j is just a WARNING! The oc4j instance should have been killed by opmn!Moving C:\OraHome2/j2ee/deploy.ini to C:\OraHome2/j2ee/deploy.ini.1105399764437.bak.
    Writing any undeployed entries back to C:\OraHome2/j2ee/deploy.ini.
    Configuration assistant "OC4J Instance Configuration Assistant" failed

  • Ultrasearch 10g for windows

    I just downloaded and installed 10g for windows. According to documentation, ultrasearch is part of the DB install, but I cannot find ORACLE_HOME/bin/searchctl start to start the middle tier. Also there is no user WK_TEST. Did I miss an installation option ?

    Hi
    Ultra Search is on the Companion CD. Therefore, I guess, you downloaded and installed only the Database CD.
    HTH
    Chris

  • I receive the following error message when trying to install QuickTime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."

    I recieve the following error message when trying to install Quicktime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."  I just trying to get the latest version of iTunes.  Thanks

    "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Any Oracle database personal edition certified for Windows 7/32bit?

    Is any Oracle database Personal edition certified for Windows 7/32bit? I spent an hour at least searching for this but no chance.
    Thank you.

    Currently, only 11gR2 and 10.2.0.5 are certified on Win 7 Professional or higher - Home versions are not supported.
    HTH
    Srini

  • "Access denied" errors in my Adobe Creative Suite CS6 for windows.

    I have just recently had some errors occuring in my Creative Suite CS6 for windows with certain operations.
    I have had my suite since last year and it has only recently started having error problems.
    My Suite has full administrative permissions and I have reinstalled it twice.
    I have tried to fix my Photoshop and Illustrator errors by preference resets but no change.
    I have looked at similar errors in the support forums and have come to no fixes.
    This is what I have come across
    Photoshop CS6 "save for web" feature says "error, oparation could not be performed. Access denied".
    Adobe Bridge CS6 error occurs when I try to close it, if I keep clicking on it eventually works.
    My Illustrator CS6 error occurs when I try to close the program, the actual button to close the program does not function, I have to go to file and exit then it has to close itself by windows force closing.
    They a very odd and I can't understand why now. If it is not my Suite it might my computer.
    I am little afraid to test my other programs however I dont use those programs as frequently since these are my web tools of preference.
    Help would be much appreciated and I hope it is fixable.

    STEP 1:
    FOUND MY PROBLEM (or half of it.)
    I went into my computer and then program files.
    I found that EVERY SINGLE TIME I click any of the Adobe Applications that say (64 Bit) they give me that error message I showed you in an above post.
    STEP 2:
    I clicked Adobe in program files.
    STEP 3:
    I can SUCCESSFULLY open any of my Adobe Apps that are not (64 bit)
    It turns out all of my desktop shortcuts of my adobe apps were all coincidentally 64 bit ones that don't work.
    SO- in conclusion I think I have partly solved my problem.
    I replaced all of my app shortcuts with the normal program files and NOT the 64 bit ones. BUT- I am worried....aren't the 64 bit versions of ANY apps you buy important?
    I do feel worried since my WINDOWS 7 PROFESSIONAL is a 64 bit OS. This would effect my programs correct?
    Feel free to use my story to help you solve other customers' stories. I would like my problem looked into, but I am only half as stressed now.

  • Is not there grid control 10g for windows 64bits... ?

    Hi
    I checked the softwares in Oracle.com and I do not find the grid control 10g for windows 64bits...... only for 32bits.
    Can I use the software of 32 bits in the 64bits OS ?
    I downloaded the 32bits software and I tried to install it but the OUI dissapear suddently....
    Thanks

    Surprising but I think you are correct, there is no 64 bit Windows release available for EM(Grid Console), neither on OTN nor on Edelivery. In a general speak, yes 32 bit version should get installed on 64 bit.
    HTH
    Aman....

  • What is the planed release date for 10g for Windows?

    Hi,
    10g fo HP and Sparc is already out, but windows not yet. Is it known what is the planed release date for Oracle 10g for Windows?
    TIA,
    Tamas Szecsy

    On the other hand it's just somewhat funny for me, that it looks as if marketing woudl decide which platform is released first. Some times it is Linux, some times it is Solaris and then again it is Windows. You simply can never know.

  • From Forms Product Management - Oracle Application Server 10g for Windows

    I've updated http://otn.oracle.com/products/forms with links to the Oracle Application Server 10g and Oracle Developer Suite 10g for Windows (which has just be released).
    You can check out the new features this version of the product bring for Forms at:
    http://otn.oracle.com/products/forms/pdf/10g/frm10gnewfeatures.pdf
    Regards
    Grant Ronald
    Forms Product Management

    Nice - thanks!

  • Manual Database Creation on win 2000

    Oracle 9i(release 1) database server is installed on win2000 server.
    i want complete detail steps to create database manually ON WIN 2000 SERVER.
    i tried to create database manually but when i runs the
    database creation script it generates an error 'INSTANCE TERMINATED : DISCONNECTION FORCED'
    I AM STUDENT OF FUNDAMENTAL 1 COURSE.
    rohit

    It is good to know the steps to create a database manually. If you run the dbca and choose only to create the scripts you realize the steps. Apart from that if you are studying for Fundamentals I exam and you want to it because you think that content is going to appear. Forget it. In that exam there are not questions related to steps to create a database manually and less in windows.
    To learn to create a database in Unix makes sense really!
    Joel Pérez

  • Manual database creation

    Hi all,
    I need to create a small database manually.
    What are the mandatory fields for DB creation.
    What are the steps to be followed?
    If anyone have the script please send me.
    Thanks in advance.
    regards,
    prem

    hi prem..
    you have to create script for database creation..
    no problem if ur on 9i.
    let do below step..
    step 1. open ur dbca and create script for ur database.
    step 2. create folder
    bdump, udump, cdump ---- d:\oracle\ora90\admin\3 folder 1.bdump, 2. udump, 3.cdump
    folder name some ur db_name -----d:\oracle\oradata\"folder name must be some ur db_name"
    step 3. go cmd prompt
    start>run>command [enter]
    cmd>set oracle_sid=dbname
    cmd> create password file..... ( see mentioned link in previous post)
    cmd>create and start services ( see mentioned link in prev. post)
    cmd>sqlplus/nolog
    sql>conn sys as sysdba
    connected
    sql> run all database creation scripts.
    script generate in
    d:\oracle\admin\script\>>>>>>.scritps
    Note.>> Drive may be C:,D: whatever according ur setting.
    hope this helps
    Taj.
    Message was edited by:
    user52

  • Oracle 9i manual database creation on the Red Hat 9 Linux

    I installed Oracle 9I on the Red Hat 9 Linux successfully with automatic database creation.
    I tried to create second database manually and everything seemed to be fine until I issued create database statement. I got the following error:
    ERROR at line 1
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    Please help me to solve the problem.
    Thank you,

    Ok I am having the same exact problem and I am typing this into the shell before I run the installer.
    export DISPLAY=yourdesktop:0.0
    I thought that would fix the problem but it still hangs and gives the same message as the other guy gets. How can I solve this problem and get the installer running? I would really appreciate any help. This is the message I get:
    [oracle@localhost linux]$ ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2003-08-02_10-09-53PM/jre/bin/java. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.&lt;clinit&gt;(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.&lt;init&gt;(Window.java:188)
    at java.awt.Frame.&lt;init&gt;(Frame.java:315)
    at java.awt.Frame.&lt;init&gt;(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    [oracle@localhost linux]$

Maybe you are looking for

  • Application doesn't work after build (database toolkit and report gen toolkit).

    I wrote an application using database toolkit and report gen toolkit to retrieve some data from a database,  put into a Word doc, save the Word doc and print it.  It works fine when I run the vi, but when I build and run it, it does nothing.   I have

  • CPU and GPU slow down after system upgrade

    Ok, I can't find anything similar to the question I have...but this forum goes on forever   As my system specs appear below, my machine was running quite comfortably a week ago, with same setup...minus the acrylic case and second 120GB hard drive. At

  • Table View MULTI SELECT option and Event handling problems

    Hello All, I am facing problem while giving miltselect option in a table view. When i mention multiselect attribute in Select option in table view, i am unable to select all the rows which i want to select,because i have an event onRowSelection event

  • Appearing  for each page

    Hello ! There are three var windows. CARRIER                       VAR CONSGNEE                  VAR SHPOINT                      VAR  Their contents of these variable windows must appear for each page. How can it be managed ? Regards Ilhan

  • The Grey Shading Mystery

    Alright, I see that there are some other people running into versions of this. I installed the phone, activated it and synced some of my music from my Itunes library onto the phone. What I noticed however is that all the music listed underneath my ip