Problem in installing dowlnloaded oracle s/w version 11g Release 2

Hi
I downloaded oracle 11g release 2 s/w from www.oracle.com.I downloaded s/w for windows 64 bit os.my os is windows 7. that is why i downloaded it. It is in two zip folders.after completion of downloading i open first part and i executed setup.exe file in database folder of first part.
in the install options window i selected "create and configure database " option from the available 3 options.one of the other option is "install database s/w only" and other i could not remembered.
after this i given the location for storing installed files. this location is in same location where i downloaded the s/w(D:\ location).
then i clicked next and finish button. upto 48% it works fine, but after that it is showing error that one of the file is not available from the source directory.
so what i have to do next.
i tried again by clicking the universal installer option from the start->programs menu. It is asking the folder location for source files, i given this downloaded location. but it is showing error like "the specified location is a folder location", if i selected setup.exe file the it is showing "the specified file is incorrect".
so kindly help me out in this one.
Regards
Raavi Naveen

Hi Ravi,
Here the issue is Downloaded zip files are not extracted at the same location.
For example,the downloaded files are
11gR2_part1.zip and 11gR2_part2.zip
Please unzip as below
mkdir 11gR2
mv 11gR2_part1.zip 11gR2
mv 11gR2_part2.zip 11gR2
cd 11gR2
unzip 11gR2_part1.zip
unzip 11gR2_part2.zip
The zip will create necessary folders and place files, 2nd zip will also extract files in the same folder.
In case this doesn't resolve error kindly paste the error received in installation log
Thanks,
Krishna

Similar Messages

  • Connect Problems with Oracle Database Express Edition 11g Release 2

    Hello,
    I am a student trying to install Oracle Database Express Edition 11g Release 2 and SQL Developer on my home system, Win7 64Bit, in order to practice some things I've learned from me DBA class and Developer classes.
    Anyway, I have everything installed, but I am having difficulty connecting as SYS or SYSDBA in the 'Run SQL Command Line', I keep getting the ORA-01017: invalid username/password: logon denied.
    However, If i select the 'Start Database' I get this:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    and I can type sqlplus / as sysdba and it starts up just fine and show user lists me as "SYS".
    but if I go back to 'Run SQL Command Line' I still cannot connect as SYS or SYSDBA...I find this both confusing and frustrating. I don't know if I am in different instances or something like that, but I seem to be limited to connecting only as "SYSTEM". I need SYS because I want to practice creating datafiles, instances and things like that, but I seem to be lost.
    Also, I am trying to create a new DB connection with SQL Developer and I can only us SYSTEM for my login which, if I understand correctly, will limit my privileges. Again When I try to sign in with SYS or SYSDBA I get error'd out. When I installed Ora11gDBExpress I was prompted in input a single password that was supposed to grant me access as SYS or SYSTEM, but I am limited to only SYSTEM for some reason.
    So, I am looking for help/guidance as to what to do.
    Thanks in advance for any and all help,
    Warren

    General rule of thumb, don't use sysdba unless you want to shut down the database, or grant a database user privileges on a sys object.
    A SYSTEM connection is not "limiting", it has the DBA role which means a user with a system connection can do most anything needed, including select/update/delete/drop any user's objects as well as change parameters in the instance.
    The system user can indeed add datafiles, tablespaces, etc. The instance and database should already be created as long as the installer completed all its chores correctly. For XE, per the license agreement only one instance can run on one host. If you want to try creating a database, it will require shutting down the XE instance and creating a new database service, creating the database, and installing the system catalog and any other optional components desired. Good practice indeed, but a bit advanced for the new user.
    Do create users for schemas ... connect system; create user <username> identified by <password> and connect <username> for the schemas (a collection of objects) within the database. Grant the resource and create session privilege to <username> to allow the database user the ability to create tables, indexes, stored procedures, etc.
    There is no "or" in a sys as sysdba connection, from 10g onwards a sys connection requires using the sysdba privilege. To enable a sysdba connection, add your host user to the ORA_DBA group on the host. To verify the OS users in the ORA_DBA group, this might work for win7, in a cmd box ...
    $ net localgroup ora_dba
    ...If your OS user is in the ora_dba group the sys as sysdba password is not relevant, you can in fact type anything for a password. If you wish to connect with the sysdba privilege from a remote client, that is a bit different and requires knowing the password set in the instance password file. Which should be set the same as the system password defined in the installer, but you can change that by creating a new password file. Another slightly advanced topic.
    In Windows IMHO its better to leave the listener and database set to Manual start (in the services applet, Start/Run/services.msc) and start the listener, then the database, when its needed. At least for an XE instance, as its intended for practice and learning RDBMS management.
    Edited by: clcarter on Mar 2, 2012 6:19 PM
    fix typos

  • Is the Oracle Database Express Edition 11g Release 2 enough for preparing for the 1Z0-051 and 1Z0-144 Exams?

    I am planning on getting certified as an OCA PL\SQL developer. I will be teaching myself and I have all the material needed to prepare.
    Except, I don't have a database that I can solve exercises on and practice commands.
    The two exams I will be taking are the :
    1Z0-051 exam: Oracle Database 11g: SQL Fundamentals I
    1Z0-144 exam: Oracle Database 11g: Program with PL/SQL
    So is the Oracle Database Express Edition 11g Release 2 is enough ?
    If it is not what other options do I have (I am running Windows 8.1) ?

    Yes -- 11gXE should be sufficient for practicing the vast majority of the skills required for those two exams.  I *think* that PARALLEL is not enabled in XE, so you could not test the functionality referred to in the "Use NOCOPY hint, PARALLEL ENABLE hint and DETERMINISTIC clause" topic of 1Z0-144.  I don't consider that to be a significant problem, however.  The material from the manual should suffice for the questions you'll see.
    As for what other options you have, you could download and install VirtualBox (free from Oracle).  You could then make a virtual machine on your Windows 8.1 machine and install Oracle Linux (free from Oracle).  You could then download and install Oracle Enterprise for Linux and install it on your virtual machine (allowable under the licensing when used for learning purposes only).  I have a similar setup on my Windows 7 laptop that I use when I absolutely have to test some feature that requires Oracle Enterprise.  Mind you, when I have the VM running on my system... it is ssssslllllloooooowwwwww because of the memory requirements.  I talk about using virtual machines as a certification aid in the following article:
    There is virtually no excuse to lack hands-on experience - CertMag

  • Download  of Oracle Database Express Edition 11g Release 2 for Windows

    Is there a version of Oracle Database Express Edition 11g Release 2 for Windows x64? Thanks.
    Jaffee

    XE 11.2 Windows 64
    HTH
    Srini

  • OIM on Oracle Database Express Edition 11g Release 2

    Hi,
    is it possible to use the last version of OIM on Oracle Database Express Edition 11g Release 2 for a Development Environment?
    Thanks in advance,
    Max

    Last means Latest ... yes it support.

  • Oracle Forms n Reports 11g Release 2 HA solution

    I want to know is it possible to start Administration server on machine 2 ? if yes then how
    Steps followed from this link http://docs.oracle.com/cd/E27559_01/doc.1112/e28391/classic.htm :
    1. Weblogic 10.3.6 installation along with Oracle forms and reports 11g release 2(both 64 bit)
    2. Successfully clustered the forms and reports cluster , Admin server on machine 1 able to start/stop any managed server
    3. Platform Windows server 2008 R2 64 bit
    Regards
    Samad
    Edited by: 969721 on Jan 28, 2013 10:13 AM
    Edited by: 969721 on Jan 28, 2013 10:15 AM

    Hi,
    May I know why you need to start admin server in both the physically separated server. If you want to achieve HA solution for admin server, then do the clustering in such a way that Admin server will run in Active-Passive mode.
    You can refer the same document that you have mentioned.
    Regards,
    Kishore

  • Is Oracle Database Express Edition 11g Release 2 free ?

    Hi all,
    is Oracle Database Express Edition 11g Release 2 free ?
    Thanks.

    Hi,
    from the product page (http://www.oracle.com/technetwork/products/express-edition/overview/index.html):
    Oracle Database 11g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 11g Release 2 code base. It's free to develop, deploy, and distribute; fast to download; and simple to administer. Herald ten Dam
    http://htendam.wordpress.com

  • Problem in installing Personal Oracle 8 and develper 6i on win me

    I install personal oracle 8 on my home computer . First time it
    install perfectly . After restart my computer i start database,
    It mounts and then i use sql + to connect and make some queries.
    all is working perfectly ..
    Then after i install develper 6i forms on my computer it intall
    completely with no errors. After restart my computer i install
    develper 6i reports on my computer which is hardly half install
    then make some errors .,. which is about a file "msvcrt32.dll".
    After that error i mount database which is also make errors
    like ....." The ORACLE80.exe file os linked to missing export
    NZ*).dll:nztpvec" ORA-12203 CANNOT ATTACH TO ORACLE 8 .
    Well i m using Windows ME. and i dont want to reformet and
    reinstallation of all other softwares on my computer.
    Well if anybudy know what is that error and how to solve it .
    Please let me know , i will ever thankfull to them
    Well i know my softwares is perfect. there is no errors in CDS
    and software.
    Anwer

    I dont think Oracle 8.1.7 works on Windows XP.

  • Problem with install Premiere Elements 12 trial version

    Dear support
    I have a little problem with install Adobe Premiere Elements 12 (trial)
    During the installation I get the message (in German) Während der Installation des folgenden Produkts ist ein Fehler aufgetreten: . Starten Sie Ihr System neu und versuchen Sie es erneut.
    I installed the SW in two different notebooks. Unfortunately I get the same message on both notebooks.
    Below I have make some print screens during the installation and the error message.
    second picture is the error message.
    Could you help me in this case what I can to do?
    Thanks in advanced for you support.
    Best regards
    Murat Tan

    Try the basic troubleshooting steps :
    Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-adminis trator-account-on-windows-vista/ )
    --> It’s already enabled
    Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-servic es-windows.html )
    --> I have disabled it.
    Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    --> I have disable it.
    Reboot and Install in the enabled Administrator account and check.
    Murat Tan
    PC-Supporter/Telecom
    Kistler Instrumente AG
    Eulachstrasse 22, 8408 Winterthur, Switzerland
    Direct +41 52 2241 911, Main Office +41 52 224 11 11
    [email protected]<mailto:[email protected]>, www.kistler.com
    Confidentiality Notice:
    This e-mail is privileged and confidential and for the use of the addressee only. Should you have received this e-mail in error please notify us by replying directly to the sender or by sending a message to [email protected] Unauthorised dissemination, disclosure or copying of the contents of this e-mail, or any similar action, is prohibited.

  • How to install downloaded Oracle Forms Developer/Services 6i Release 2 for linux

    Hi folks,
    I downloaded d2k6irelease2.tar (Oracle Forms Developer/Services 6i Release
    2 for linux) from
    http://otn.oracle.com/software/products/forms/htdocs/linuxsoft.html
    I untar the file on my linux machine however the extracted files don't
    seem to contain any installing program. I didn't find products.jar in the
    files and there are no script to install the software. I read the attached
    doc, however it only assumes that the installation is from CD-ROM. The doc
    doesn't help anything for this downloaded software. I wonder if anyone
    here know how to install it. Thank you so much.
    Best regards,
    Kai Huang

    There should be a text based installer in the /orainst sub-
    directory
    In that directory, just run the script:
    ./orainst
    The installer seems to require libXm.a, which wasn't included in
    my RH 7.1 installation, so I had to install the motif-
    development libraries before the full install would complete
    successfully.

  • Problem in ant task "oracle:jaxwsGenImpl " on Jdev 11G Tech Preview 4

    I am running an ant task in Oracle JDeveloper 11g Tech Preview 4
    the Task is as follows :
    <target name="generate-from-wsdl5" >
    <oracle:jaxwsGenImpl
    wsdl="contract/wsdl/${SRC_WSDL}"
    />
    </target>
    The Output is :
    D:\Pras3\WebServiceRi\ws>ant generate-from-wsdl5
    Buildfile: build.xml
    [taskdef] File D:\Pras3\WebServiceRi\ws\oracle\antlib.xml does not exist
    generate-from-wsdl5:
    BUILD FAILED
    D:\Pras3\WebServiceRi\ws\build.xml:188: Problem: failed to create task or type antlib:oracle:jaxwsGenImpl
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    This appears to be an antlib declaration.
    Action: Check that the implementing library exists in one of:
    -D:\Jdev11-Tecpr4\ant\lib
    -C:\Documents and Settings\jnandi\.ant\lib
    -a directory added on the command line with the -lib argument
    Total time: 0 seconds
    I am getting the above error can sommeone please help me and please tell me how to use the ant task "oracle:jaxwsGenImpl " on Jdev 11G Tech Preview 4 or Jdev 11G Tech Prev 4 dont support this
    Thanks and Regards
    Jyoti

    Hi,
    the JDeveloper 11 forum is: JDeveloper and OC4J 11g Technology Preview
    Frank

  • Oracle Database Express Edition 11g Release 2: Does not work in Windows x64

    Hi
    I download a year ago oracle 10g and installed in windows7/64bit.
    Then I messed up my computer. So I had to reinstall from scratch.
    oracle 10g seems to be not available anymore.
    Now 11g is available. But it says does not work in x64.
    Can somebody explain this?
    Thanks
    Beat

    Hi, and welcome to the OTN forums!
    I download a year ago oracle 10g and installed in windows7/64bit.
    Now 11g is available. But it says does not work in x64.Well, in fact, 10.2 XE wasn't certified for x64 either, not even for Linux x64...
    11.2 XE has a Linux x86_64 release, and there has been an announcement that there'll be a x64 release for Windows as well, but it's not available (yet).
    There have been a lot of reports that people got 11.2 XE work on x64 Windows machines as well, with a few tweaks at installation time and/or afterwards...
    You'll find tons of posts on that topic when using forum search...
    oracle 10g seems to be not available anymore.Right, the official downloads have been removed after all database 10.2 releases fell out of (regular) support.
    -Udo
    Edited by: Udo on 15.04.2013 21:48

  • Problem to install DBD-Oracle-1.15

    hello
    when I execute perl makefile.pl I 've this message :
    Configuring DBD::Oracle ...
    Remember to actually READ the README file!Especially if you have any problems.
    Using Oracle in /soft/oracle/9.2.0
    Oracle version 9.2.0 (9.200)
    Found /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk
    Using /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk
    Reading /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk
    Reading /soft/oracle/9.2.0/precomp/lib/env_precomp.mk
    Deleting ORA_NLS = $(ORACLE_HOME)/ocommon/nls/admin/data/
    because it is not already set in the environment
    and it can cause ORA-01019 errors.
    Deleting ORA_NLS33 = $(ORACLE_HOME)/ocommon/nls/admin/data/
    because it is not already set in the environment
    and it can cause ORA-01019 errors.
    Attempting to discover Oracle OCI build rules
    gcc -c -I. -I/soft/oracle/9.2.0/precomp/public -I/soft/oracle/9.2.0/rdbms/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/plsql/public -I/soft/oracle/9.2.0/network/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/rdbms/demo -I/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DUTF8_SUPPORT DBD_ORA_OBJ.c
    by executing: [make -f /soft/oracle/9.2.0/precomp/demo/proc/demo_proc.mk build ECHODO=echo ECHO=echo GENCLNTSH='echo genclntsh' CC=echo OPTIMIZE= CCFLAGS= EXE=DBD_ORA_EXE OBJS=DBD_ORA_OBJ.o]
    Oracle oci build command:
    [-o DBD_ORA_EXE DBD_ORA_OBJ.o -L/soft/oracle/9.2.0/lib/ -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -ldl -lm -lpthread -lnsl -ldl -lm]
    Found header files in rdbms/demo.
    I can't find the header files I need in your Oracle installation.
    You probably need to install some more Oracle components.
    I'll keep going, but the compile will probably fail.
    See README.clients for more information.
    Checking for functioning wait.ph
    System: perl5.006001 linux daffy.perf.redhat.com 2.4.17-0.13smp #1 smp fri feb 1 10:30:48 est 2002 i686 unknown
    Compiler: gcc -O2 -march=i386 -mcpu=i686 -fno-strict-aliasing -I/usr/local/include
    Linker: /usr/bin/ld
    Sysliblist: -ldl -lm -lpthread -lnsl
    Oracle makefiles would have used these definitions but we override them:
    CC: cc
    CFLAGS: $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
    $(SHARED_CFLAG) $(USRFLAGS)
    [$(GFLAG) -O3 $(CDEBUG) -trigraphs -fPIC -DPRECOMP -I. -I/soft/oracle/9.2.0/precomp/public -I/soft/oracle/9.2.0/rdbms/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/plsql/public -I/soft/oracle/9.2.0/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS $(LPFLAGS) $(USRFLAGS)]
    LDFLAGS: -o $@ $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)stubs/
    [-o $@ -L/soft/oracle/9.2.0/precomp/lib/ -L$(LIBHOME) -L$(LIBHOME)stubs/]
    Linking with OTHERLDFLAGS = -L/soft/oracle/9.2.0/lib/ -lclntsh -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -ldl -lm -lpthread -lnsl -ldl -lm [from 'build' rule]
    Warning: If you have problems you may need to rebuild perl with threading enabled.
    LD_RUN_PATH=/soft/oracle/9.2.0/lib:/soft/oracle/9.2.0/rdbms/lib
    Using DBD::Oracle 1.15.
    Using DBI 1.40 (for perl 5.006001 on i386-linux) installed in /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI
    Writing Makefile for DBD::Oracle
    *** If you have problems...
    read all the log printed above, and the README and README.help files.
    (Of course, you have read README by now anyway, haven't you?)
    and when I execute make I've the error :
    /bin/sh -c true
    /bin/sh -c true
    gcc -c -I. -I/soft/oracle/9.2.0/precomp/public -I/soft/oracle/9.2.0/rdbms/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/plsql/public -I/soft/oracle/9.2.0/network/public -I/soft/oracle/9.2.0/rdbms/demo -I/soft/oracle/9.2.0/rdbms/demo -I/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DUTF8_SUPPORT Oracle.c
    In file included from Oracle.h:20,
    from Oracle.xs:1:
    dbdimp.h:44:20: ocidfn.h: No such file or directory
    dbdimp.h:57:21: ociapr.h: No such file or directory
    make: *** [Oracle.o] Error 1
    what is the problem ?
    think

    64bit Oracle server or 32bit?
    Did you use 32bit or 64 bit Perl libs?
    Check for those.
    If you have 64bit Oracle, 32bit libs are under $ORACLE_HOME/lib32 instead of $O_H/lib/
    There may be some missing headers under lib32. I can't remember on top of my head but you can copy over some of the header files from lib. Hope this helps.

  • Problems with installing and activating and older version of Creative Suites

    Hi. I'm using a MacBrook Pro with Max OS 10.6.8 and am trying to install an old version of Adobe Creative Suite (2 Premium) that I have.  I got through the whole installation process yesterday, but was unable to activate it.  I had to quit without going further. This morning, I read through the info that comes with the program and it looked like I would need to reinstall everything, because I stopped before activation. When I inserted the 1st disk, it did not load right and got stuck.  I had to forcibly eject it.  However, Disks 1-4 are still loaded on my computer.  I have 3 questions:
    Can the older programs no longer get activated?
    If they CAN, how do I get from the info loaded under my Applications folder to the activation?
    Alternatively, since I stopped before activation and hit "quit" rather than "cancel," do I have to start the whole process all over again from the beginning?
    Thanks for any help you can give me!

    Put your CS2 disks away (since they can no longer be used) and follow these instructions from Adobe
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • Problem in Installing Netweaver Sneak Preview Java version

    I am doing a full Local installation of the NW04 SP11 Java Sneak Preview.
    I have installed J2SDK 1.4.2.09 & the loopback adaptor on MS windows 2000 SP3.
    When I ran the installation of the WAS, the installer just stopped at the Step "Load Java Database Content". There is no error message neither did my system hang. But the installer just stays there and nothing happened.
    Can someone please guide me through this. It's very frustrating now.
    Regds
    Thiru

    Hi Thiru,
    to which directory have you extracted the files? Give C:\temp a try because there are problems with to long Path names.
    Regards
    Gregor

Maybe you are looking for

  • Please help me with this ABAP code!

    Here is my code: === REPORT ZCFICO6010          line-count 65          line-size 132          no standard page heading. tables: zsopshist, zsops. data: old_prezsops like zsops_prev.     "PJCHG10854 data: new_prezsops like zsops_prev.     "PJCHG10854

  • Error starting application in Weblogic Server 10

    After deploying to a workshop server instance which supports beehive, I'm getting this stack trace relating to weblogic.jar. I would appreciate any help here as I'm stuck. weblogic.application.ModuleException:      at weblogic.servlet.internal.WebApp

  • C++ coding (void) how to use it in Xcode .

    hi . im not a developer. i just a student. im trying to compile my coding in c++ via Xcode in my #MAC . but my coding got stucked . this :: >>      void setData(int value); BubbleSort (dataType[], int listSize) the error appear [Expected '.' after to

  • Vendor selection according to Document Type

    Hi Expert, My Client wants that if he punches the service order then the vendor code selected should be SV001 and if he/she selected the item level vendor i.e. V0001 in the service PO then document should not be added. I created the seperate vendor c

  • Continuous tracks playing

    hi, I've got a Muvo TX?with firmware ver. .4.02 and I found this problem:when I'm listening continuous tracks (for example li've tracks) the player put between the tracks a very short space, so the playing it's not continuous!!obviously I'm talking a