Local Install of Oracle DB 10g Release 2 (10.2) problem

Good day,
I have a small problem. I am attempting to install a local instance of the Oracle database 10g r2 (10.2.0.1.0) on a laptop running Windows XP Pro /sp3. When I installed the database I was not connected to my company network. The installation was successful and I was able to connect to the local DB just fine. Now I am connected to the company network and am getting the error: '*ORA-12514: TNS:listener does not currently know of service requested in connect descriptor*'. I am able to connect to the databases on the network, but not to my local install. If I disconnect from the network, I can connect to my local install just fine. I realize it is most likely a configuration issue but I am at a loss as to how to fix this. I would very much like to connect to my local install while logged into the network. I have searched the forums and Google for a solution but have not found a situation that closely matched mine and the suggested solutions did not help. Any assistance you can offer would be greatly appreciated.
Here is the pertinent information about my laptop.
OS: Windows XP Professional x/Service Pack 3
Ram: 2 gb
CPU: Intel Core Duo 1.83 GHz
HDD: 80 Gb (45 gb free)
SQLNET.ora
# Defines the default domain.
NAMES.DEFAULT_DOMAIN = world
# Specifies the order of the naming methods that used for a client
# to resolve how to connect to a database.
NAMES.DIRECTORY_PATH= (HOSTNAME, ONAMES, TNSNAMES, EZCONNECT)
# Defines which Oracle Names servers should be used.
NAMES.PREFERRED_SERVERS =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = TCP.world)
(PROTOCOL = TCP)
(HOST = oranames1.mycompany.com)
(PORT = 1640)
(ADDRESS =
(COMMUNITY = TCP.world)
(PROTOCOL = TCP)
(HOST = oranames2.mycompany.com)
(PORT = 1640)
(ADDRESS =
(COMMUNITY = TCP.world)
(PROTOCOL = TCP)
(HOST = oranames3.mycompany.com)
(PORT = 1640)
NAMES.REQUEST_RETRIES = 1
SQLNET.AUTHENTICATION_SERVICES = (NTS)
sqlnet.expire_time=10
TNSNAMES.ora
# tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORACJB.world =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = oracjb))
EXTPROC_CONNECTION_DATA.WORLD=
(DESCRIPTION= (ADDRESS= (PROTOCOL=IPC) (KEY=EXTPROC))
(CONNECT_DATA= (PRESENTATION=RO) (SID=PLSExtProc))
MYCOTEST.WORLD=
(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=mycompany.test.com) (PORT=1543) )
(CONNECT_DATA= (SERVICE_NAME=MYCOTEST.world)
MYCOPROD.WORLD=
(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=mycompany.prod.com) (PORT=1549) )
(CONNECT_DATA= (SERVICE_NAME=MYCOPROD.world)
note: I've changed my company entries so they are generic, but suffice it to say, I am able to connect my company databases just fine.
Sincerely,
Craig...

Read the chapter about 'Installing Oracle on a non-networked computer' in the installation guide:
http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABFHCJG
Werner

Similar Messages

  • Check "Problem: Oracle Database 10g Release 2 can only be installed in new

    Hi All
    Installing 10g software on AIX Box in /oracle/oraHome2,where oracle9i is already installed in /oracle/oraHome1 and oracle inventory is in /oracle/inventory
    In product specific prerequisite screen I am getting the
    check:Oracle Home incompatibilties is failed I am getting the error
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: Oracle9i Database 9.2.0.1.0
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
    Recommendation: Choose a new Oracle Home for installing this product
    though I am installing it in different oracle homes why i am getting this error?
    Is it because 10g installation is picking the same oracle inventory /oracle/inventory
    do i need to make different oracle inventory for different oracle homes???????plz confirm..is thats the reason i am getting this error??????
    Thanks inadvance
    Gagan

    I figure out you are trying to install 10gR2 on top of an existing 9iR2 Oracle Home. This is corrected at the Path definition window. Most probably you just click on the <Next> and by default the 9iR2 Oracle Home was selected. You must define a new oracle home for the 10gR2 install.
    ~ Madrid

  • Installing Oracle RAC 10g Release 2 on Linux x86

    Dears,,
    Please , it is the first time for me to install Oracle RAC 10g Release 2 on Linux x86
    It is mandatory to have two machines to install RAC and test it?
    Or can i test it on one machine?
    Please , provide to me installation guides for this practice and your advises
    Thanks & Best regards,,

    The one of the best howto for 10gR2 RAC
    http://idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_14.shtml
    Also read the 2 day RAC on the official doc that will give you a head start..
    - Karl Arao
    karlarao.wordpress.com
    karlarao.tiddlyspot.com

  • Anyone install Oracle database 10g Release 2 on OS "Vista Home" Edition??

    Dear all,
    Anyone install Oracle database 10g Release 2 on OS "Vista Home" Edition??
    Best Regards,
    Amy

    I think that all that Hans and Werner are saying is that since Oracle is not supported on Windows Home anything, if you have any problems with it, blame Windows and not Oracle. I would also guess that most people who are serious about learning Oracle (which you probably are since no business would install Oracle on Windows Vista Home), would install it on a supported platform such as the Windows Server Editions, XP Pro or Linux.
    One possible alternative to what you are asking about is to install a virtual machine on your Windows Home Premium, install Linux as the guest OS in your virtual machine and then install Oracle on the Linux OS. The good thing about this type of installation vs. a dual-boot-with-Linux installation is you don't have to worry about possibly ruining your Windows installation if something goes wrong setting up the dual boot.
    Tom

  • Important--Bug(ORA-22813) fixes in Oracle Database 10g  Release 10.2.0.4

    Hi,
    I found that in SELECT STATEMENTs where we use "xmlagg() functions with a GROUP BY/ORDER BY,it fails with ORA-22813 if the result is too large.
    This happens as there is a hard coded limit on the result size. (max 30k)
    Next,i confirmed that and when i removed a portion of the XML agg() values and executed it---Wonders,it runs perfectly fine.
    This means that ""xmlagg() functions with a GROUP BY/ORDER BY,fails with ORA-22813 since the result is too large.
    I have come to know that patch "Release 10.2.0.4" has the fix for Bug-22813 for "xmlagg() functions with a GROUP BY/ORDER BY".
    Could you all please confirm that "Oracle Database 10g Release 10.2.0.4" (patch 10.2.04) fixes the issue?
    Based on your confirmation,i can go ahead to get the patch installed.
    Current Version:-Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Thanks
    Mainak

    Your query should be written something like this..
    select d.*
      from fbnk_customer,
           XMLTABLE
              '//c3'
              passing XMLRECORD
              columns
              C3_VALUE varchar2(60) path 'text()'
           ) d
    where recid='1001400'; Although it would be better to use an extact path expression rather than '//c3'

  • Upgrading from Oracle 9.1.0.8 to Oracle Database 10g Release 2 (10.2)

    Hello everyone;
       We are in the process of looking into  upgrading from our current Oracle 9.1.0.8 to Oracle Database 10g Release 2 (10.2): Windows
    We would like to download and install the 10.2.0.1 base release (Oracle Software).   When I go on SAP Marketplace
    https://websmp210.sap-ag.de/oracle-download  and goto the (Software Download) section and click on
    Oracle 10.2 Software (32-bit versions) to download  I receive a error  NO DATA AVAILABLE.
    Is there another area to download the Oracle Software? or do I need to purchase a CD from SAP or can I download this base release straight from Oracle? 
    Thanks for your time and have a great day.

    Hello Pellegrino,
    just download it from the SAP container for each product .. for example
    -> Installations and Upgrades - Entry by Application Group -> SAP NetWeaver -> SAP NETWEAVER 7.0 -> Windows Server -> ORACLE
    Regards
    Stefan

  • Share news----Oracle JHeadstart 10g release 9.0.4 is now production.

    Share the news and product information to all Jdeveloper member if you expect to achieve good coding productivity in J2ee environment,
    Oracle announces that Oracle JHeadstart 10g release 9.0.4 is now production.
    Main new features are:
    - generation support for Struts and JSP's,
    - the new JHeadstart Project Set Up wizard
    - automatic creation of initial JHeadstart Application Structure File
    - and more support for multi language applications.
    For a complete list of new features please read the FAQ or run the all in one demo on the JHeadstart page on OTN.( )
    Holders of the supplement option can download this release from the supplement option portal through my.oracle.com (go to the old my oracle.com pages).
    An evaluation copy can be downloaded from OTN. This is only for evaluation purposes. If you want to use this new release to develop systems that are intended to go production please buy a license of JHeadstart + Supplement Option through the Oracle Store (search for JHeadstart) or contact your local consulting representative.
    Links:
    - JHeadstart on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html
    - Supplement Option http://my.oracle.com/
    - Oracle Store http://oraclestore.oracle.com/
    Are you struggling with developer productivity in a J2EE environment? Are you looking for a 4GL-like J2EE Development environment? Do you want to migrate your Forms to J2EE applications? Do you need to build a hybrid application using Forms for your power end-users and Java/HTML for field personnel or the internet? If you answered Yes to anyone of these questions, you need to look into JHeadstart.
    Oracle JHeadstart 10g is Oracle Consulting's rapid component based development approach/toolkit for building J2EE applications. It enables fast, reliable, and repeatable development of complex transactional systems. It combines proven J2EE frameworks to implement the Model-View-Controller (MVC) architecture. By declaratively specifying your application in XML files using property editors and using the JHeadstart Application Generator, JHeadstart generates the complete application into these frameworks. The declarative nature of this approach allows you to optionally use Oracle Designer to generate or migrate your Oracle Forms to, Java/HTML. In short: JHeadstart provides you with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture.

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • Oracle Database 10g Release 2 (10.2.0.1.0)  on window vista

    Hi All,
    Pls help me to find out can we run oracle Database 10g Release 2 (10.2.0.1.0) on window vista ,any compatibility issues ?
    If yes....Pls show me the way.
    Thanks,

    Hi,
    Oracle Database is supported on Windows Vista with the 10.2.0.3 release. Use the Oracle Database 10g Release 2 (10.2.0.3) for Microsoft Windows Vista media available in the 10.2.0.3 media pack and the Oracle Technology Network site. Do not install Oracle Database on Windows Vista using the media for Oracle Database 10g Release 2 (10.2) for Microsoft Windows.
    For details chk this:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/whatsnew.htm#BGGBDGHE

  • Differences beetwen Oracle AS 10g Release 2 and Release 3

    Hi
    Could you give me links or just write about differences between Oracle AS 10g Release 2 and Release 3. I have books to Oracle 10g AS Release 2, and I don't know, what information are incorrect with reference to Release 3. I've found this link http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/whatsnew.htm#sthref7 , but Oracle 10g AS Release 3 for example does not require a metadata repository. So where can I find all diferences?
    Thanks awfully for help.
    Regards

    Application Server 10R2 (10.1.2.0.2) includes products such as OID, Forms & Reports, Discoverer, Oracle Portal etc. These are not included in Application Server 10R3, which was a JEE only install geared towards JEE solutions.
    Both versions will be desupported in December 2011 so I would spend to much time on these versions. Go with Fusion Middleware 11g : http://download.oracle.com/docs/cd/E21764_01/index.htm
    Thanks,
    EJ

  • Require 10.2.0.2 in Oracle Database 10g release 2 series for XPprofessional

    I am trying to install Oracle Application Server SOA Suite 10.1.3.1.0 on my machine. MY OS is Microsoft Windows XP Professional. I have Oracle Database 10g 10.2.0.1.0 on my machine.
    After I give my database information at the time of installation, the Universal Installer throws the following error:
    Database version should be 9.2.0.7 or higher in the Oracle 9i Database Release 2 series, 10.1.0.5 or higher in the Oracle Database 10g release 1 series, Oracle Database XE (10.2.0.1), 10.2.0.2 or higher in the Oracle Database 10g Release 2 series.
    So according to this error, I need 10.2.0.2 or higher in the Oracle Database 10g Release 2 series. Now when I am searching 10.2.0.2 or higher version for Microsoft Windows in Download Section of Oracle Technology Network, I am unable to find it.
    Please tell me where could I find it? Or is there any other solution to this error.
    I need the solution urgently. Please reply.
    Thanks & Regards,
    Ashish

    I need the solution urgently. Please reply.Urgent?
    As in it is required for a business functionality, in which the business will gain some advantage through the implementation?
    As in 'needed for production'?
    As in 'requiring a production license for which Support may be purchased'?
    Or perhaps, as in 'needing to evaluate and therefore having contacted Oracle Sales to obtain a Trail License with a temporary Support Agreement'?
    If the version you want is not on the Database Download page and not on one of the links, and IS listed in Oracle Certify as being current, then you need to download patches through your valid Metalink account (based on paid support contract/agreement) to get to that version.

  • ACCESS can't TO Oracle Database 10g Release 2 (10.2.0.1) by fedora8

    hi,I'm a japanese,and my english isn't good,but Could you please help me.
    I can't access from windows xp professional to fedora8(linux).
    my windows xp installed Oracle Database 10g Release 2 (10.2.0.1) express edition.
    my fedora8(linux) installed Oracle Database 10g Release 2 (10.2.0.1) express edition.
    I could use from windows to fedora8 on ffftp.
    name of tnsnames.ora file is XE both windows and fedora8.
    port of tnsnames.ora file is 1521 both windows and fedora8.
    error is ORA-12154.
    tnsping ip address of server
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-6月 -
    2008 19:14:45
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    エイリアスを解決するためにHOSTNAMEアダプタを使用しました。
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=address of server)(PORT=1521)))
    OK (20ミリ秒)
    tnsping XE
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-6月 -
    2008 19:19:33
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    エイリアスを解決するためにTNSNAMESアダプタを使用しました。
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = サーバのipアドレス)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = XE)))
    OK (20ミリ秒)
    tnsnames.ora is
    windows
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ip address of server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    fedora is
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ip address of server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I'm looking forward to hearing from you!
    Thank you.

    Thank you so much Ankit!
    That's right!
    1. Where is the database residing where you are trying to connect? Is it on SW1 or SL1 or some other Server?
    I'm staying on SW1.
    2. How are you trying to connect? Using sqlplus? Please paste complete commands and error messages.
    I'm using sqlplus and japanese si object browser.
    When I use sqlplus,
    SQL*Plus: Release 10.2.0.1.0 - Production on 水 6月 18 01:33:54 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    username: fedoraserver
    password: ******
    ERROR:
    ORA-01017: invalid username/password; logon denied
    username:
    When I use japanese si object browser,
    username fedoraserver
    password ******
    database XE
    ORA-12154
    Thanks,
    yoshi

  • Oracle BAM(10g Release 3(10.1.3.1.0) Instllation hangs

    Oracle BAM(10g Release 3(10.1.3.1.0) Instllation hangs in Database User Creation Step.
    Please Advise what might be the problem.

    Hi,
    can you
    * provide the error message from the installation log?
    * check, that the database is open and you can connect via sqlplus to this machine
    * have you checked the installation manual, that you have done all required steps

  • Oracle JHeadstart 10g release 9.0.5.1 now available!

    All,
    Oracle JHeadstart 10g Release 9.0.5.1 is now available. More than a month ago Oracle released Oracle JDeveloper 10g (9.0.5.1). This new JHeadstart release is certified against both JDeveloper 9.0.5.1 and 9.0.5.2. You can now benefit the strong combination of the new versions of Oracle JDeveloper and JHeadstart.
    What is Oracle JHeadstart?
    JHeadstart is a development tool kit, fully integrated with JDeveloper, that enables rapid component based development of J2EE applications using the Model-View-Controller (MVC) design pattern. It provides customers with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture. In addition it includes a bridge from Oracle Designer that enables customers to generate fully functioning J2EE applications from Oracle Designer or to migrate Oracle Forms to J2EE.
    What is new in this release?
    In addition to the certification mentioned above this release includes the following new features:
    - Support for Oracle TopLink, adding extra flexibility.
    - A Tutorial that describes and a demo application that shows how to use JHeadstart in conjunction with TopLink based on multiple project experiences.
    - Links from the Applications Structure File editor to both the BC4J property editor as well as the JHeadstart Application Generator which streamlines the development process.
    - Pop-lists for regions and domains to prevent typing errors
    - Generation of regions in JSP pages
    - Fixes, for a complete list of fixes please refer to the release notes.
    Where to download?
    This maintenance release can be downloaded from the supplement option portal ( http://cso.oracle.com/ ) for customers that hold a supplement option license. It will be available for evaluation purposes on OTN later on.
    Where to go for more information?
    For more information go to the JHeadstart Product Center on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html.
    Regards,
    Ton van Kooten
    JHeadstart Team
    Oracle

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • Oracle JHeadstart 10g (release 10.1.3.2.52)

    how can i get Oracle JHeadstart 10g (release 10.1.3.2.52) ??
    best regards

    Hi,
    You can obtain releases of JHeadstart from http://cso.oracle.com provided you have valid subscription and logon credentials.
    Regards,
    Ibrahim

  • Doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation

    hello
    my pc has following configurtion
    256mb ram
    60gb hdd
    p4 2.4 ghz
    win xp pro sp2
    I want to know if my pc will be able to run " Oracle Database 10g Release 2 (10.2.0.1.0) " standard edition on it.
    <<http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html>>
    I thought of increasing RAM, but it is not feasible.
    I know i could run oracle XE, but can my pc also run the standard edition.
    I could not find minimum hardware requirements for standard edition on this site.
    anyway, i will use it for sql and and other advanced concepts in RDBMS which i may learn during my course in database. so i prefer standard edition instead of XE
    any help greatly appreciated
    thanks in advance

    I suggest you not to doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation.
    It is not necessary. If you don't receive an answer within a reasonable amount of time you could edit your thread with whatever ( a period is enough) to raise it to the top once again.
    It becomes difficult for us to track duplicated threads and unnecessarily duplicates efforts.
    ~ Madrid.

Maybe you are looking for

  • Using GETGUI command --in ALV grid, how to extract multiple DATA

    Using GETGUI command , I am able to get a single value form the ALV grid. Please explain me how I can read multiple data like rows and columns data from the ALV grid. Please be detailed as I already tried selecting the whole block of ALV grid, but I

  • Problem start a BPM process, No ADF binding is defined for the service.

    Hi, I am trying to use oracle.soa.management.facade.Service.request method to start a BPM process. The service works fine while being tested using Enterprise Manager. But while I am trying to invoke the service from a java client, exception occurs. T

  • Use of Push Notifications between Wifi and Cell Data

    Is there a way to set the phone to automatically have push notifications turn ON when you're on WiFi and OFF when you're on cell data?  I dont mind recieving them, but it would be nice if there was a preference to recieve them only when on WiFi.  Any

  • Flash Version Issue

    Greetings All. I have Flash 10.0.45 installed on my system but the kuler website tells me I need Flash 10.0.12 or better. I've deleted my browser cache and even rebooted my system. My package manager even verifies that Flash 10.0.45 is in fact instal

  • Global Connection String

    Is there any way to use a global connection string variable for mysql database. Currently there are some servlets in my web project.say , Servlet_1 Servlet_2 Servlet_3 Now i have to add these lines for each and every servlet to connect with mysql. St