Install 10g Problem

Hello:
I installed Oracle 10g and I'm being asked for a username and password. During the install, I was never asked to enter a username. Where do I use for a username?
Also, when I try to use SQLPlus, I'm also asked for a username, password, and host. Where do I find all this information?
If I wanted to delete the database completely, how do I go about doing that?
I installed the Windows version of the database.
Thank you for your help in advance.

At the time installation
you have to set the oracle sid
and set the password
try now
sqlplus /nolog
connect / as sysdba
then change the password for system and sys

Similar Messages

  • Problem installing 10g on unbreakable linux

    hi,
    I have
    Oracle unbreakable linux
    oracle 10.2.0.1
    I got this error while installing 10g on unbreakable linux
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-07-13_08-38-37AM. Please wait ...oracle@sphlpr-bldbs01 database$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-07-13_08-38-37AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tried this command
    $ rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep libXp
    I have following libxp already installed
    libXpm-3.5.5-3 (i386)
    libXp-1.0.0-8.1.el5 (i386)

    I've seen similar problems when I've forgotten to install all the required RPMs. So double check with the docs and the latest readmes, it might be your solution
    -Andy

  • Install 10g with 8.1.7/8.1.6 Fails

    I am trying to install 10g on Solaris 5.8 Sparc. The system has 8.1.6 and 8.1.7 on it. The install fails with a file not found exception. The file it is looking for is /u01/app/oracle/product/8.1.6/inventory/ContentsXML/oraclehomeproperties.xml.
    Wasn't ContentsXML introduced in 9i?
    Is there a way to install 10g without uninstalling 8.1.6 and 8.1.7?
    Thanks in advance for any help and/or wisdom you can provide.

    This seems to be an oracle inventory problem.
    I'm no longer sure where the inventory identifier is on Solaris - on Linux it's held in the /etc/oraInst.loc file. If you can find that, you could blank it out and set up a brand new inventory location for 10g. (Watch out, though, as you need the correct inventory locations when you wan to do patches or DB s/w management for the 8i version. SO back it up before wiping it.)

  • Installing 10g R2 on WinXP SP2 NL gives ORA-19870, ORA-19612, ORA-06512...

    I'm trying to install version 10g R2 on the following configuration:
    ASUS K8V SE board + AMD 64 Athlon + 512Mb Ram + 160GB SATA HD + 18GB IDE HD Windows XP SP2 NL
    When I install 10g without creating the db then it installs without problem.
    If I try to create the db (afterwards or during install) I get the following errors:
    (Translated from Dutch to English)
    ORA-19870: Error by reading backup part C:\ORACLE\DB10G2\ASSISTANTS\DBCA\TEMPLATES\SEED_DATABASE.DFB
    ORA-19612: Data file 3 is not fixed because of missing or corrupt data.
    ORA-06512: IN "SYS.X$DBMS_BACKUP_RESTORE", line 5149
    ORA-06512: IN LINE 16
    I get the option to ( Ignore ) or ( Abort )
    Ignoring brings other simular problem and at the end I dont have a database.
    The files are on the HD and are readable, even installed from a second download gives the same errors.
    I have tryed several things even disable BitDefender 9 internet security but nothing helps.
    Can someone give me some hints ?
    Thanks in advance

    Hi damorgan,
    Thank for your reply. I try what you say at the first time but it's failed because of missing file. If it is successfully installed for you, I will try it.
    For me I ignore the database config process and end installation. After that I create successfully my database by orace configuration and migration tools > database config.
    Regards.
    Edited by: dialaya on 27 avr. 2010 14:58

  • Installing 10g on Windows XP machine JVM launcher "Can't find main class"

    I am trying to install 10g Release 2 on a Windows XP machine. I downloaded the zip from the OTN. Unzipped the file. No problems. Tried to run the OUI, it opened up a shell and said to wait. The shell closed and a message frome the JVM Launcher displayed "Can't find main class. Program will exit." I have seen several people on this and other discussion boards having this problem, but have yet to get a solution. Please help.

    What's the value of CLASSPATH environment variable? Possibly a non-oracle application has set this variable and the installer catches it. If there is such a variable, comment it out and try again.

  • Installing 10g client on windows7 64 bit. ( 11g r2 already installed)

    I am a fiscal auditor auditing data on databases with hundreds of millions rows. So not a professional database expert.
    I have Oracle 11.2.0.1.0 installed on Windows 7 64 bit ultimate
    I want to import data from warehouse which has Oracle 10.2.0.4.0 installed.
    When I try to import
    impdp usr/pass@WAREHOUSE TABLES=TABLE DIRECTORY=DATA_PUMP_DIR NETWORK_LINK=D_W VERSION=10.2
    It gives :
    UDI-00018: Data Pump client is incompatible with database version 10.2.0.4.0
    To overcome version incompatibility, I think I need to install 10g client on my computer.
    But I already have 11gr2 database installed, so I wanted to learn about potential problems.
    Especially about having two Oracle Homes, tnsnames.ora files, which 10g client version, etc..
    Step by step explanation is highly appreciated.
    Thanks.

    orafad wrote:
    Are you connected to the target or source database with impdp? Db link for source db to be used in NETWORK_LINK argument, in which database does it exist?
    Again, show impdp command session (copy-paste)
    orafad thanks, I understand my mistake but I encountered a new one.
    I was using source username/pass for impdp, it was wrong I should use target username.
    Here is the result now:
    SQLPlus: Release 11.2.0.1.0 Production on Pzt Ara 26 13:52:58 2011*
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: target_usr
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *> $*
    *Microsoft Windows [Sürüm 6.1.7600]*
    Telif Hakkı (c) 2009 Microsoft Corporation. Tüm hakları saklıdır.
    D:\app\direct\product\11.2.0\dbhome_1\BIN>impdp target_usr/target_pass network_link=ambar
    Import: Release 11.2.0.1.0 - Production on Pzt Ara 26 13:53:23 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-31631: privileges are required
    ORA-39149: cannot link privileged user to non-privileged user
    Source schema has the exp_full_database privilege, so I don't understand why this happens.
    select privilege from user_sys_privs minus select privilege from user_sys_privs@ambar;
         PRIVILEGE
    1     ALTER TABLESPACE
    2     CREATE TABLESPACE
    3     DROP TABLESPACE
    select privilege from user_sys_privs@ambar minus select privilege from user_sys_privs;
         PRIVILEGE
    1     CREATE ANY VIEW
    2     ENQUEUE ANY QUEUE
    3     EXECUTE ANY CLASS
    4     EXECUTE ANY EVALUATION CONTEXT
    5     EXECUTE ANY INDEXTYPE
    6     EXECUTE ANY LIBRARY
    7     EXECUTE ANY OPERATOR
    8     EXECUTE ANY PROCEDURE
    9     EXECUTE ANY PROGRAM
    10     EXECUTE ANY RULE
    11     EXECUTE ANY RULE SET
    12     EXECUTE ANY TYPE
    13     EXEMPT ACCESS POLICY
    14     EXEMPT IDENTITY POLICY
    15     EXPORT FULL DATABASE
    16     FLASHBACK ANY TABLE
    17     FORCE ANY TRANSACTION
    18     FORCE TRANSACTION
    19     SELECT ANY TABLE
    select granted_role from user_role_privs minus select granted_role from user_role_privs@ambar;
         GRANTED_ROLE
    1     IMP_FULL_DATABASE

  • Installing 10g on Win2K3 Server

    I have been trying to Install 10g on Win2K3 server logged in as Administrator.
    I seem to get through the installation OK until the Database Creation stage where it fails with the following:
    At Java.lang.thread.run(Thread.java.534)
    it fails with
    DIM-00019 create service error
    OS1388 new member coiuld not be added to a local group because the member has the wrong account type.
    On clicking OK it then fails with
    ORA - 12560 : TNS protocol adapter error
    and stops.
    UNLIKE others in another thread, when I re-boot the services appear to be running but browsing to the em fails and attempts to logon to SQLPlus fail with the same 12560 Protocol error.
    I have also tried to create a database using the assistant, but that fails in exactly the same way.
    Please help.....

    Looka as if I have got around the problem - Still no explanation of why there is this problem .....
    The Fix I used sucessfully was from another thread from Matthias Breuer
    >>>>>
    I did a successful installation using the following workaround: add the system user to the ora_dba group and start the database creation assistant. When you get the dim-0019 error open the services window, get the newly created Oracle Instance Service, set the start type to automatic and start the service. Then continue the database installation.
    good luck Matthias Breuer, iCD GmbH
    >>>>>>>>>>>>
    The Oracle Instance Service he mentions is the new Service relating directly to the Database name that you are in the process of creating.
    Thanks Matthias
    Gerry Copland

  • How to install 10g discoverer and integrate it with R12

    Hi,
    We want to install 10g Discoverer.
    As we can't install discoverer alone, i have downloaded IAS 10g.
    Which option i need to select to install Discoverer?
    Thanks,

    Hi,
    I was able to install Discoverer 10g successfully.
    Changed the profile options of Discoverer and tried to access it from R12.
    But getting below error.
    A connection error has occurred.
    - OracleBI Discoverer was unable to complete the connection initialization.
    - Attempt 1. CORBA protocol : 0 of 1 processes started. Hint: An administrator can further diagnose connection problems by running the "checkdiscoverer" script under <ORACLE_HOME>/discoverer/util.
    The checkdiscoverer script output is like this. Please check.
    ========================
    Initializing ORB...
    ORB initialized successfully.
    Checking for Discoverer "ServicesStatus"...
    "ServicesStatus" is running.
    Checking the adminstrator set soft limit on no. of sessions ...
    Current value of soft limit = 50 sessions.
    Hint: Administrators can increase the soft limit on Discoverer sessions by modif ying
    "//ias-component[id='Discoverer']/process-type[id='SessionServer']/process-set/@ maxprocs" attribute in the file /a01/distest/OraHome_1/opmn/conf/opmn.xml
    Checking for Discoverer Preferences component...
    Found Discoverer Preferences component.
    Binding to Discoverer Server...
    0 of 1 processes started.
    Error: Failed to bind to Discoverer Server.
    Hint: Try increasing the timeout by changing the timeout value in opmn.xml.
    Checking that the machine has only one network card...
    Yes.
    ===========================
    Thanks,

  • Error while Installing 10g AS

    Dear All,
    I am facing problem while installing 10g AS(9.0.4). When it is doing requirement checking installation is failing.It is saying the following msg.
    Checking operating system patches: IY43980:bos.perf.libperfstat:5.2.0.11,IY44810:bos.mp:5.2.0.12,IY44810:bos.mp64:5.2.0.12,IY44810:bos.up:5.2.0.12,IY45462:bos.adt.include:5.2.0.12,IY45707:bos.mp:5.2.0.12,IY45707:bos.mp64:5.2.0.12,IY45707:bos.up:5.2.0.12,IY46214:bos.adt.include:5.2.0.13,IY46214:bos.mp:5.2.0.13,IY46214:bos.mp64:5.2.0.13,IY46214:bos.net.tcp.client:5.2.0.13,IY46214:bos.up:5.2.0.13,IY46605:bos.mp64:5.2.0.13,IY51801:bos.rte.aio:5.2.0.14 Failed <<<<
    >>> patch IY44810 is missing
    >>> patch IY45707 is missing
    >>> patch IY46214 is missing
    Checking operating system packages: bos.adt.base,bos.adt.lib,bos.adt.libm,bos.perf.libperfstat,bos.perf.perfstat,bos.perf.proctools,X11.motif.lib Failed <<<<
    >>> Package bos.perf.proctools is missing
    I am using aix 5.2.0.0 with ML-04(#oslevel -r 5200-04). When I try to download missing patches at IBM site I am getting the msg you are already having this.
    Please Suggest how can I resolve this at earliest...
    Thanks in advance to all.

    I am not clear on the versions.
    Is it Oracle AS 10g(9.0.4)?
    Is it RedHat AS 2.1?
    If your answer is yes for both the above, please make sure that the installer OS prereq checks are passing.

  • Installing 10g on mac(os x)

    hi,
    i am getting problem in installing oracle on os x
    plz help

    hi
    while installing 10g on mac i am following sergio's steps,
    i have created user account
    everything is fine untill
    this line /etc/syssctl.conf
    i am not finding this file(sysctl.conf)
    as it is mandatory to update
    second problem is
    i have to edit IPServices file
    but this file is readonly
    and i am not able to change the mode of that file.
    after executing ./runInstaller i am getting following error
    ATSFontGetFileSpecification failed: error -5000.
    ATSFontGetFileSpecification failed: error -5000.
    ATSFontGetFileSpecification failed: error -5000.
    ATSFontGetFileSpecification failed: error -5000.
    plz help....
    thanks

  • Errors when trying to Install 10g Client on OS X

    I was just trying to install 10g on Mac OS X, 10.3.7 and got the following two error messages:
    1) "File not found: %fileName%" when trying to install without the "Networking Utilities".
    (When looking at the log file it seems as if during the linking process a file or link /Users/oracle/OraHome1/lib/libclntsh.dylib.10.1 would missing)
    2) Additionally i received "Thrown when the ip address of a host cannot be determined" when trying to also install the "Networking utilities".
    Has someone encountered the same problem and came up with a solution ?
    Thanks,
    Dieter

    You need a static IP, not a reserved DHCP, a static.
    My Ten Step Program to Static IP is:
    1) Double click the Network Icon (two PCs) in the system tray
    2) Click Properties
    3) Highlight "Internet Protocol (TCP/IP)" and then click Properties
    4) Check the "Use the following IP address" radio button
    5) Set IP Address to xxx.xxx.xx.xx ( I use the 4 digit PC number split in two. Make sure a ping of that address times out before you assign to ensure no one else has it)
    6) Subnet mask should default to 255.255.0.0
    7) Set Default Gateway xxx.xxx.xx.x
    8) Set Preferred DNS server to xxx.xxx.xx.x
    9) Set Alternate DNS server to xxx.xxx.xx.x
    10) Grab large bottle of alcohol and enjoy the added functionality of a static IP address.

  • Unable to launch oracle applications after installing 10g Express

    I installed 10g express to be able to access the database using a client (TOAD). Now I am unable to launch the oracle applications. I am able to login but once I select a responsibilty and function java never launches. Any suggestions?

    Hi,
    could you please let us know more about where you installed express database and why your applicatin is not working?
    But lets say if you have installed express database on your laptop and on your application is not launching, then problem could be with your application and browser. There is no connection between client and oracle application client.
    regards
    Pravin

  • Install 10g R1 or 10g R2 ??

    Never install last release in production enviroment, but in this case i need install 10g.
    What is the recomendation and Why: Release 1 or Release 2 ???
    Thanks
    [email protected]

    We have release 2 in production and have not had any problems.

  • Installing 10g adapters with SOA suite 10.3.1

    I am trying to do a full install (run-time & design-time) Adapters (JDE) for Oracle 10g on an existing installation of SOA suite 10.1.3, with app server 10.3.1. The product documentation talks about installing J2EE and web cache installation, but in this forum I also read that adapters are not supported for this release. It would very helpful if somebody could tell me the steps and products that I need for installing the adapters. The installation presently on my machine are:
    1. SOA Suite 10.3.1
    2. Jdeveloper
    3. Oracle XE database.

    @Shailesh: I ran into the same problem, so i think that it is the same: You probably just have the wrong Version (10.1.2.0.2 or so) of Adapters. Try the one from this page, which installed without problems on my machine:
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    The documentation for this version is available here: http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28995/toc.htm
    @user605650: Universal Installer always proposes a new ORACLE_HOME with its own name and file location. This is indeed a bit misleading. Just do not type a new path for the new Name. Simply choose the Name(!) of the SoaSuite-OracleHome from the Dropdown-Box above the Path-Inputfield (something like oracleas1 or so), and the Path-field will update itself. Then just do the installation.
    Hope that helps, bye,
    Magnus

  • Installing 10g Express on Vector Linux, hangs on configure

    Aug 2: This question is still open - no resolution has been found. Top posting for clarity.
    The installation seems to go fine, until configure is attempted. Configure hangs every time at "Starting net listener". This may be a firewall issue, but I've done everything in my power to shut the firewall down during the installation and configure.
    Tech stats: VL6, xcfe 4.6, 1.8G Intel cpu, 2G RAM, 60G hdd space (2 hdd), 15G in /usr, oh - and 3G swap.
    I set the kernel parameters according to spec. I changed the group setting to include mr. user (moi) and root.
    Has anybody ever heard of the configure script hanging when starting the net listener? Is there some way to get a verbose output to track the error?
    Original message:
    Well, I already know it isn't on the list of "approved" Linux flavors, but it's all linux, so . . .
    For various reasons, I chose to use Vector Linux to set up a server. I'm trying to install 10g Express. I've used alien on the .deb install package to make a tgz install package. The install seemed to work. I've got plenty of RAM (2G) and swap (3G), and hdd space (15G).
    Now it's installed, I can't get to the gui interface, and can't seem to get the service running. I'm a relative linux newb, so my command of the command line is about minimal - about the level of figuring how to ask the way to the bus station and bathroom in a foreign country.
    So, I'm getting nothing to run, errors all the way. I got rid of the "not member of dba" problem, but the service still doesn't seem to be running. "ps aux" should show all processes, I thought, but I see no "oracle". The browser can't find the web page. Command line sqlplus gets nothing. Using the Oracle-XE script to configure hangs when it says it is starting the listener.
    I'm going to try to figure out how to make sure the kernel parameters are set. I've checked, for instance, this link:
    http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/
    and he discusses a syscrtl.conf file . . . <SNIP> original text deleted - error. Sysctrl kernel params set in sysctrl.conf. Oracle XE start still doesn't show a started Oracle process, and trying to access the home page still get localhost URL unavailable.
    Thoughts, suggestions, advice would be welcome. BTW, telling me to stick to RH or OL is not helpful, as I am aware of those options, thank you. I may end up doing something like that, but let's try and get this one working first.
    Thank you.
    Edited by: user11751736 on 31-Jul-2009 16:30
    Edited by: Hiero2 on 02-Aug-2009 11:50

    Issue closed.
    Symptom: Installer hangs at "starting net listener . . ."
    [Note: other issues resolved, incl. group member]
    Resolution: Use Ubuntu for installation (successful).
    Problem is concluded to most likely be either an issue with the way the .deb installation file was converted to tgz, or with the specific settings of Vector Linux somehow interfering with the install. The symptom was repeatable on the target machine.
    HOWEVER, if anyone reading this can tell me why the oracle-xe configure command might hang at the particular section of code after it trys to start the net listener, please enlighten me!
    Thank you.
    Mark

Maybe you are looking for

  • Opening Word document templates from the New Document drop down does not open Word

    I have a document library with a number of Content Types attached to it.  Each one has a different Word document attached.  We have an intermittent problem where when you click to open one of these templates from the 'New Document' drop down list tha

  • Branding Image - Dynamic Width?

    Hi there Is it possible to dynamically set the width of the branding image? I have designed an image which looks nice on my screen, but that's clearly too big for the user's machine. I can set the width lower in the theme editor, but then when you us

  • Remote app with 2 phones

    I want to be able to control my Apple TV with the Remote App on 2 separate phones. Can this be done? 1 phone has connected and works but the other one requires a code to be inputted into the Apple TV and there is no option on the Apple TV for me to p

  • How to View Photos with Music

    A friend has Apple TV and has downloaded his pictures and music to his Apple TV. He does a slide show, with music. Both random. The pictures show a a random collection of multiple photos on the screen at one time. They apparently might not even each

  • Random freezing followed by spontaneous restart

    hi wondering if anybody can shed light on my problem.  for the last few weeks my BP 13" retina later 2012 is randomly freezing (spontaneously) .  usually using safari but not exclusively.  i can't figure out why.  i've ran the extended hardware test