Starting poblem in oracle 10gXE

i have problem with starting my oracle 10g. i am using windows 7 ultimate.
but the proble is sarting oracle 10g.
it look like as:
C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener+
*'net' is not recognized as an internal or external command,*
operable program or batch file.+
C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE+
*'net' is not recognized as an internal or external command,*
operable program or batch file.+
C:\oraclexe\app\oracle\product\10.2.0\server\BIN>+

Hi there,
I had exactly the same error message when I installed XE on Win7-64. I solved it in the way mentioned below :
1) Checked the path of the file 'net.exe' on my machine. (It was 'C:\Windows\System32' on my machine)
2) Opened environment variables section. (It was ...Control Panel\System and Security\System\Advanced System settings on my machine)
In the system variables, located the system variable 'PATH'. Clicked edit and added the path of net.exe i.e., 'C:\Windows\System32'. and saved.
3) Now, when I clicked 'Start DB' link, in the command prompt, the error "'net' is not recognised......." did not appear. Control went to the next stage
Cheers,
Srinath

Similar Messages

  • Error in starting the service Oracle CSService not found

    Hi all,
    i am trying to install Oracle Enterprise manager grid control,
    i am getting the following error message
    "error in starting the service Oracle CSService not found"
    when i checked in the "services.msc" the Oracle CSService is not started, so i tried to start the service, but its not starting and giving the error message as "error 3 system cannot find the path specified"
    then i checked in the service properties, and the path is pointing to a different directory,
    now i want to change this path to the correct oracle bin directory.
    any views how to cnage/update this path in the services.msc, for "Oracle CSService"
    Thanks alot.

    Hi
    i have got the answer for this question, i updated the registry with the correct file path, and then closed the registry, the services.msc file is automatically updated with the correct path
    and then started the CSService, then went to the OEM setup i clicked Retry buton, then it went through.
    Thanks to all the viewers.

  • Error while starting the service "oracle client cache"

    hello everyone,
    I keep getting an error message: while i'm starting the service "oracle
    client cache "
    The instruction at 0x7c911e58 referenced memory at 0x00000000. The
    memory
    could not be read.
    please help me in rectifying this error ASAP
    so that i can proceed further in my work
    thanks in advance

    Hi
    i have got the answer for this question, i updated the registry with the correct file path, and then closed the registry, the services.msc file is automatically updated with the correct path
    and then started the CSService, then went to the OEM setup i clicked Retry buton, then it went through.
    Thanks to all the viewers.

  • Export / import  exp / imp commands Oracle 10gXE on Ubuntu

    I have Oracle 10gXE installed on Linux 2.6.32-28-generic #55-Ubuntu, and I need soe help on how to export / import the base with exp / imp commands. The commands seems to be installed on */usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin* directory but I cannot execute them.
    The error message I got =
    No command 'exp' found, did you mean:
    Command 'xep' from package 'pvm-examples' (universe)
    Command 'ex' from package 'vim' (main)
    Command 'ex' from package 'nvi' (universe)
    Command 'ex' from package 'vim-nox' (universe)
    Command 'ex' from package 'vim-gnome' (main)
    Command 'ex' from package 'vim-tiny' (main)
    Command 'ex' from package 'vim-gtk' (universe)
    Command 'axp' from package 'axp' (universe)
    Command 'expr' from package 'coreutils' (main)
    Command 'expn' from package 'sendmail-base' (universe)
    Command 'epp' from package 'e16' (universe)
    exp: command not found
    Is there something I have to do ?

    Hi,
    You have not set environment variables correctly.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABDGCHH
    And of course that sciprt have small hickup, so see
    http://ubuntuforums.org/showpost.php?p=7838671&postcount=4
    Regards,
    Jari

  • How to start JVM in Oracle

    Hi,
    is there any way to start JVM in Oracle without restarting the Oracle instance?
    I mean: I need to start the VM adding some flags, like -Djava.library.path=, so I'd like to know if there's a script (or any kind of configuration file) which has the responsibility to initialize and start the JVM, and if I could modify it...
    Thanks anyway
    V

    Hi,
    There is not explcit command to enable Java in a session, it happens transparently, the first time you run Java in the session. I use the following basic command: select dbms_java.longname('foo') from dual;
    Regarding the ability to configure the per-session VM using properties/flags (such as classpath), this is currently not supported.
    Kuassi

  • Starting and stopping oracle in Unix

    I have installed oracle in a Unix Box.
    Since i am very new to Unix, Pls tell me tehs steps to start and stop oracle in Unix from telnet

    In addition to Chris' answer, I encourage you to
    1) Enroll in a Unix course, especially 'Shell Concepts';
    2) Read Oracle's Oracle® Database Administrator's Reference
    10g Release 2 (10.2) for UNIX-Based Operating Systems
    TO help in 1), http://www.injunea.demon.co.uk/pages/page203.htm might be useful.

  • Please suggest me the best way to start learning about Oracle Purchasing.

    Hi,
    I have started reading about Oracle Procurement. I have an over all idea of how ERP functions. Anyhow I am like a fresher to ORACLE APPS. Can you pleasesuggest me what is the best way to start learning about Oracle Purchasing.
    Is it is throuhg user guides or some thing else..... can you please specify the references also.......
    Thank you so much.

    If you have a sponsorship, I would recommend taking classes with Oracle University. The other resources are documentation, functional and technical depending on what your interests are.
    If you can load Vision database or access vision database (I think solutionbeacon offers a free account to login and play around), that will be another resource as well.
    As you learn, join as much user groups like this one, and review all questions and answers in the discussions to understand and learn more.
    Hope this helps.

  • How to start manually an oracle 8i database with a bat file?

    Hi all,
    I know it's not the place but it is a really common question: how can i start manually an oracle 8i database on windows 2000 without using a service? I don't remember the command. I tried: oracle start SID without success...
    Thanks
    JMi

    Dear JMD,
    If you would like to startup the Oracle instance using a batch file then first create a SQL file (say ABC.SQL) wherein enter the following two lines:
    connect internal/<INTERNAL_PASSWORD>
    STARTUP
    <INTERNAL_PASSWORD> above is the password for the INTERNAL user account (default password is "oracle")
    Then create a batch file (say START.BAT) and enter the following single line:
    <ORACLE_HOME>\bin\svrmgrl @<ABC_DIR>\ABC.SQL
    where <ORACLE_HOME>\bin\svrmgrl is the full path of the SVRMGRL.EXE executable and <ABC_DIR> is the directory in which you have placed the ABC.SQL file.
    Now you can startup the Oracle database by simply double-clicking on the START.BAT batch file.
    Ciao!
    null

  • How to start EM in Oracle Web Center?

    Please guide how to start EM in Oracle Web Center?
    as i am not getting emctl file in BIN Directory of Oracle Web Center Home...
    Please guide and help
    Thanks,
    Waheed.

    Hi All,
    I got the solution how to start EM in Webcenter .
    If in your configuration is there any other HTTP server is running then its comfilect with your current Webcenter with HTTP server installation. so try to installed only Oracle Webcenter Freamwork only...after that try to open the Application server control page with 8888, it will definately work...

  • Access SQL-Server Data from Oracle 10gXE

    Hello,
    I want to access sql-server data from oracle 10g XE. I need the same functionality provided by Sql-server by Linked Servers, by which we can query on any data source(oracle, Excel, Access).
    do, Oracle 10gXE provide us with same functionality ???
    any pointers ???

    Yes, it does work with Express Edition.
    Here is a thread from the XE forum with examples.
    Re: Database Link to MS Access
    They refer to a MS Access database, but the procedure is the same.
    Doug

  • Meet with a strange error when starting up an Oracle DB instance

    When I was starting up an Oracle DB instance on HP-UX B.11.23 U ia64 host, a strange error message was encountered as follows:
    ======================================================
    SQL*Plus: Release 9.2.0.8.0 - Production on Sat Sep 1 21:50:05 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 320290568 bytes
    Fixed Size 724744 bytes
    Variable Size 285212672 bytes
    Database Buffers 33554432 bytes
    Redo Buffers 798720 bytes
    Database mounted.
    ORA-01122: database file 11 failed verification check
    ORA-01110: data file 11: '/u01/CADDB/data/cwmlite01.dbf'
    ORA-01251: Unknown File Header Version read for file number 11
    SQL> Disconnected from Oracle9i Release 9.2.0.8.0 - 64bit Production
    JServer Release 9.2.0.8.0 - Production
    Database "GPRS" warm started.
    ======================================================
    To my surprise, the file /u01/CADDB/data/cwmlite01.dbf is a data file of the tablespace CWMLITE from another Oracle DB instance named "CADDB". Who can tell me why that? What is the purpose of the tablespace CWMLITE in a DB?

    What I know is that CWMLITE is to do with OLAP. This tablespace is used to store OLAPSYS schema.
    <<To my surprise, the file /u01/CADDB/data/cwmlite01.dbf is a data file of the tablespace CWMLITE from another Oracle DB instance named "CADDB">>
    If the file doesn't belong to your database then it could be that you are using a wrong controlfile.

  • How to start to use Oracle client to access Database ?

    Folks,
    Hello. I have just installed Oracle Client into directory /home/myOracle/Oracle_Client. But I don't know how to start and configure the client to access Oracle Database.
    Can any folk tell me how to start to use Oracle client to access Database ?

    user13764998 wrote:
    I have earlier managed to install the Oracle Client (32-bit) in 32-bit clients and servers Oracle Client 10.
    The reason that it went well before was the exellent setup and configurationprograms we got with that version.It seems you are confusing the "full" Datbase Client with Instant Client.
    Now I'm trying to install the Oracle Instant Client 11g R2 both 32-bit and 64 (of the latest revision) on a 64-bit Windows 2008 Server .
    I have managed to install the driver but the setup doesn't give me any Net Configuration Assistant or Net Manager to help with the configuration.What setup? Are you not using just the zip files?
    What are you installing exactly, i.e. what install media (file) did you download?
    So I haven't succeded in configuring it despite I I read the readme-info that comes with the Instant Client files.There's not much to configure - that's sort of the point of Instant Client. Just drop a few files in a folder, set PATH and off you go.
    Doesn't <instant client dir>\sqlplus user@'hostname/servicename' work?

  • How to start and stop Oracle Application Server from ANT

    How to start and stop Oracle Application Server and Web application from ANT
    Thanks in Advance.
    Mani

    Hi,
    You can use: startManagedWebLogic.sh, it is in your domain directory and you have to execute it in this way
    ./startManagedWebLogic.sh managedServerName http://adminServerHost:adminServerPort
    For instance, in my case I use:
    unixserv01:/webportal/domains/appServerWeb/bin>startManagedWebLogic.sh managedServ01 http://pelma3w3per01.mesaperu.next:7001
    You have to run it on the machine where the managed server was installed.
    Best regards,
    Raúl

  • Unable to start cacheconnect for Oracle

    I installed TimesTen on my machine (Windows XP) using default properties. When I try and start cacheconnect for oracle using ttCacheStart() I get a 10024 exception stating that OCI.DLL couldn't be loaded. I checked my path settings and everything seems to be in order. Can anyone shed some light on this?

    Hi Naveen,
    That's strange. Are you saying that you need to go into Services and change the "Log On As" setting for "TimesTen Data Manager 6.0" from "Local System" to the name of the Windows user who installed TimesTen, before you can start the Cache Agent?
    Were both the Oracle Client and TimesTen installed by the same Windows XP user? Does this user belong to the local Administrator Group?
    Simon

  • Problem in starting HTTP Server (Oracle 9i AS Rel 1 on Solaris 2.8)

    Hi All,
    I have installed Oracle9i database Rel1 (version 9.0.1) on Sun Solaris2.8) successfully and now, I'm trying to install Oracle 9i Application Server Rel1 (version 1.0.2.2.1) on the same system. I stopped the database before starting installion of AS. My installation is limited to Oracle Forms & Reports Services and Oracle HTTP Server. Installation successfully completed, but, it is failed to start HTTP server. The error I'm getting is:
    Syntax error on line 14 of $ORACLE_HOME/Apache/Apache/conf/mod__sse.conf
    AuroraService - directive already in effect for this server.
    $ORACLE_HOME/Apache/Apache/bin/httpsctl start: httpd could not be started.
    Line 14 in mod__sse.conf is:
    AuroraService inst1_http
    How can I resolve this issue ? Please help.
    An early help would be highly appreciated.
    Thanks in Advance.
    Sajan Thomas

    Hi,
    I have resolved that issue by commenting that line. Since I'm not using servlets, I hope that wouldn't create any problems !
    Sajan

Maybe you are looking for

  • Accessing a scene from a Movie Clip

    Hi, I'm using Flash CS3 and am writing action script inside of one of my movie elements and I want to access an element that's on my main scene, "Home". How can I reference my main form that hosts the element video form my movie clip?

  • How can I create a BlobInputStream (=where do I find the oracle.ord.media package)?

    import oracle.ord.media.jai.io.*; Hello, does anybody know where I can download this package? I need it to create a BlobInputStream and then a RenderedImage from a Stream. BlobInputStream inStream = new BlobInputStream(blob); RenderedImage image = JA

  • Insert Flash Phot Alblum

    I am using Dreamweaver CS3 & Fireworks CS3 (Adobe Web Premium CS3). In my htm file I am creating a Flash Photo Alblum it opens the dialog box to create it, then opens Fireworks CS3 to create thumbs, pages and so on, then here's where I get the error

  • Why can't I name my messages?

    Using ios 8.1.1 on my iphone 5. I cannot name my messages. Why?

  • Why are documents viewed automatically being downloaded?

    Document downloads is seems that every time i view a document that has been sent to me on email it is automatically saved by my MAC.  in most instances this is entirely unnecessary as i only want to view the document / pdf file and the auto saving is