Sample schema manual installation

I installed the oracle 11g release2 and unchecked to install the sample schema when installation process, after installation completed, I want to install the sample schema manually, as document said all scripts will be in $ORACLE_HOME/demo/schema directory but I cannot find all installation scripts, Anyone could help why? and where I can get the scripts to create the sample schema (HR,OE,SH etc).
Thank you very much!

user12063985 wrote:
I have read the document but not find those scripts, I am using windows xp sp3 32bit.
Thanks a lot!In Chapter 2 of the Install Guide linked above, under the section titled "Manually Installing Sample Schemas" there is a link to http://download.oracle.com/docs/cd/E11882_01/install.112/e17861/toc.htm and if you scroll down to "Download Oracle Database Examples" section, you will find the instructions :-)
HTH
Srini

Similar Messages

  • JDeveloper 11g Sample Schema FOD installation failure

    Do not have any previous experience about JDeveloper. Downloaded 11g version. Try to follow this link:http://www.oracle.com/technology/obe/obe11jdev/11/common/connection11g.htm to install a sample schema FOD for a tutorial. However at the following step:
    5. In the Application Navigator, right-click the build.xml file and choose Run Ant Target-->buildAll.
    I got:
    BUILD FAILED
    C:\FOD\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\FOD\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    C:\FOD\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    C:\FOD\Infrastructure\DBSchema\build.xml:28: C:\FOD\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Appreciate someone can help me out.
    - Denis

    Hi, Arun,
    Thanks for your reply. I double-checked, looks there is no settign WLS home in the build.xml. My current setting is as follows, does it look right+
    # Base Directory for library lookup
    jdeveloper.home=C:\Oracle\Middleware\jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@113.130.218.168
    jdbc.port=1521
    jdbc.sid=dbwrkev1
    # Information about the default setup for the demo user.
    db.adminUser=zxxxx4
    db.demoUser=FOD
    db.demoUser.password=fusion
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP
    - Denis

  • Re: JDeveloper 11g Sample Schema FOD installation failure

    I was following error:-
    BUILD FAILED
    C:\FOD\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\FOD\Infrastructure\DBSchema\build.xml:262: C:\Oracle\Middleware\JDeveloper\modules\oracle.xdk_11.1.1 not found.
    so i changed oracle.xdk_11.1.1 to oracle.xdk_11.1.0
    the error got resolved but now i m getting following error:-
    BUILD FAILED
    C:\Oracle\FOD\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\Oracle\FOD\Infrastructure\DBSchema\build.xml:262: C:\Oracle\Middleware\jdeveloper\modules\oracle.javacache_11.1.1 not found.
    i tried changing it to oracle.javacache_11.1.0 but it didnt worked.
    Please someone help me out.
    Sandesh

    Hi,
    ensure the version of FOD you have is for the JDeveloper version you use. In recent builds, the files you are looking for are under oracle_common. So it is important that the FOD release you use is the one tested and provided for the JDeveloper version
    Frank

  • Sample schemas scripts are missing from 10g (10.2.0.1.0)  on Win XP Pro(32

    Hi All!
    Sample schemas (HR, OE, PM, QS, and SH) scripts are missing from 10g (10.2.0.1.0) on Win XP Pro(32-bit)
    I have checked $ORACLE_HOME/demo/schema directory: There is subdirectory for each schema.
    The scripts are not there or only some of them scripts are installed.
    The list of correct scripts is hear:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/scripts.htm#sthref77
    Where to get scripts to rebuild sample schemas manually?
    Thank you

    Welcome to the forums !
    The scripts should be available in the companion directory of the CD
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/installation.htm#I4367
    HTH
    Srini

  • Queries on samples schemas (HR, OE, SH ...)

    Hi,
    I want to measure performance of database using Oracle sample schema. But I don't have many time to create queries which take some time on CPU and so on. Is there any script (or webpage) which contain sample queries on this schemas? I will be appreciative if someone help me with it.
    Best.

    The sample schemas are intended to allow practicing and exercising specific features of the database. The purpose of each schema is described in the 'Oracle® Database Sample Schemas' manual for your database version at http://tahiti.oracle.com. (See 'Master Book list' or 'All books'.)
    Many of the examples of `how to use a feature`using these schemas will be found in the documentation (http://tahiti.oracle.com) related to the feature. For example, base queries will be found in the SQL Language Reference manual. Spatial features will be found in the Spatial Users Referrence manual. And so on.
    Other than that, many of the samples found at htp://otn.oracle.com > Sample Code assume that the samples are installed.
    Oracle university database language courses also assume the schemas are loaded. However, their sample code is not available for obvious reasons.
    In all cases the samples are not performance oriented examples, simply because Oracle's cost-based optimizer can not provide consistent performance if size or statistics change.

  • How could I generate sample schema's after 11g r2 installation

    Hi,
    I appreciate if anybody let me know that how could I generate sample schema's after database installation (11g r2).
    Regards,

    hello
    you can download the script in the this link
    http://www.oracle.com/technology/obe/obe1013jdev/common/files/sample_schema_scripts.zip
    or
    sqlplus /nolog
    conn / as sysdba
    @mksample.sql
    regards
    zekeriya

  • Unable to create sample schema using response file

    Installed oracle 11g r1 on Linux server using response file (silent mode). I wanted to install the sample schema for testing so I updated the sample_schemas section in $ORACLE_HOME/assistants/dbca/templates/dbcreate.dbc
    <option name="SAMPLE_SCHEMA" value="true">
    <tablespace id="USERS"/>
    </option>
    After the installation I noticed sample schemas HR, SH were not created.
    -     Do we have to manually create the sample schemas by running the individual scripts?
    -     Also could not find the master script mksample.sql in the $ORACLE_HOME/demo/schema directory.
    Please let me know if I am missing any parameter in dbcreate.dbc.
    Thank you,

    user504183 wrote:
    Installed oracle 11g r1 on Linux server using response file (silent mode). I wanted to install the sample schema for testing so I updated the sample_schemas section in $ORACLE_HOME/assistants/dbca/templates/dbcreate.dbc
    <option name="SAMPLE_SCHEMA" value="true">
    <tablespace id="USERS"/>
    </option>
    After the installation I noticed sample schemas HR, SH were not created.
    -     Do we have to manually create the sample schemas by running the individual scripts?
    -     Also could not find the master script mksample.sql in the $ORACLE_HOME/demo/schema directory.
    Please let me know if I am missing any parameter in dbcreate.dbc.
    Thank you,You can't install manually the sample schemas since they come in a "pluggable tablespace" Examples which is automatically appended to your database by DBCA. If you would miss choosing the option for the same, you would need to get them created through the Examples Media CD and follow the instructions given here.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28328/installation.htm#I4367
    HTH
    Aman....

  • What are the sample schemas(like scott,hr) in oracle 12c?

    Hi,
    I have just downloaded and installed  the oracle 12c on my desktop(Hurray!), but i don't see any of the sample schemas like scott and hr to play with. Do we have anything like those schemas in 12c?
    Thanks,
    sg

    I have just downloaded and installed  the oracle 12c on my desktop(Hurray!), but i don't see any of the sample schemas like scott and hr to play with. Do we have anything like those schemas in 12c?
    Yes - but they would be in a PDB if you installed the sample schemas; you won't find them in the CDB.
    If, like many people new to 12c, you did a default install for a database named ORCL and then connect to ORCL you are connecting to the CDB; that is, the root container. You won't find any sample schema there.
    If you installed the sample schemas then the install process would have created one PDB name PDBORCL (by default) and that PDB would contain the sample schemas.
    Then the next thing users typically do is connect as sysdba and do a STARTUP and then find they can't connect to PDBORCL. Surprise! The PDBs are NOT opened by default; you need to open them manually when you startup the DB or create an AFTER STARTUP trigger that opens the ones you want.
    Review chapters 17 and 18 of the Database Concepts doc
    http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm

  • Oracle 9i Sample Schema running in client/server mode?

    I've got Oracle 9i up on RH7.3 and have successfully executed the sample schema on the Server using the mksample.sql script.
    Now the challenge is to run these same (sample schema) SQL scripts across a network using a 9i client. I copied the demo/schema files from the server installation to the client but when I invoke the mksample script the passwords have to include a connect_identifier which, in this environment, causes the subordinate scripts to get confused.
    Has anyone else attempted to do this?

    You did not have to change any of your scripts to put the connect_identifier.
    Within SQL*Plus you can use the "SET INSTANCE <connect_identifier>" command to make that Oracle instance
    your default for this session. After you do this, all your connect statements will not require a
    connect_identifier.
    ==============================================================
    $ sqlplus /nolog
    SQL> set instance ORA901
    Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.1.1 - Production
    SQL> connect scott/tiger
    Connected.
    SQL>
    ==============================================================
    As you can see, after the SET INSTANCE command, the connect command does not need a connect_identifier.

  • How to create 9i db without sample schema?

    I have (finally) gotten 9iR2 installed on RH 7.3.
    During installation I created sample database instance TEST.
    I then used dbca to create a second instance JSDB.
    I did not see (but may have missed) dbca questions regarding wether or not to create/load sample database schema.
    How best to create a database without the sample database schema?
    If it can not be done, how best to expunge the sample database schema and all related litter?
    There seems to be tables for SCOTT, HR, OE, SH, PM.
    Thanks
    R.Parr
    Temporal Arts

    To drop SCOTT schema, run the batch file/shell script:
    ORACLE_HOME\BIN\DEMODROP
    To drop HR schema, run SQL script:
    ORACLE_HOME\DEMO\SCHEMA\HUMAN_RESOURCES\HR_DROP.SQL
    There are a number of other sample schema scripts to drop the other schemas installed with Oracle9i. If you can't find them easily, read the Sample Schema Guide on http://tahiti.oracle.com/.
    Alison

  • Installing sample schema

    Hi, Everyone,
    I would like to know how to install a sample schema in oracle 11g database.
    I have already installed oracle 11.1.0.6 on my server without the sample schema. Now i want to install the sample schemas in my database. Can anyone provide me with the steps on how to install it.
    i am following this document
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28328/installation.htm#I6806
    but the files it is mentioning .sql files for example in the hr folder i dont have this file...
    'hr_main.sql'
    i have only 'hr_code.sql'
    so i feel that something is missing somewhere.. so could you people help me in this?
    Thanks & Regards

    Can't find oe_main.sql and HR_main.sql
    HTH...

  • Error installing Sample Schemas in Oracle XE11

    Hi,
    I have successfully installed Oracle Database Express Edition 11g Release 2. With this installation, I think that only the HR schema is available and I can see that at this location on my computer- C:\oraclexe\app\oracle\product\11.2.0\server\demo\Schema
    I wanted to install the OE, PM, IX and SH schemas too - I think these are available as download with the standard database installation. I downloaded the sample database zip file (Oracle Database 11g Release 2 Examples) from here http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
    I double clicked the setup.exe file and the first step of installation involves specifying the location - I entered the following paths for the location. (I did take care to empty the Schemas folder based on the initial error message I got)
    For the Oracle Base : C:\oraclexe
    For the software location: C:\oraclexe\app\oracle\product\11.2.0\server\demo\Schemas
    I am still getting the following error messages -
    [INS-32025] The chosen installation conflicts with software already installed in the given Oracle home.
    [INS-52001] Oracle Database Examples can only be installed into an existing Oracle Home.
    Unless I see these schemas in the Oracle home, I cannot run the scripts to create the schemas. Is there anyway, that I can install these Oracle Database schemas for use in Oracle XE?
    Please help
    Thanks
    NAD

    942907 wrote:
    I wanted to install the OE, PM, IX and SH schemas too - I think these are available as download with the standard database installation. I downloaded the sample database zip file (Oracle Database 11g Release 2 Examples) from here There are features required for Sample Schemas, that are not available in XE (e.g Java, DM, Partitioning).
    Under the OTN downloads license, in which agreement you entered to download and use Examples, you could also get EE for self-educational purposes etc. (see OTN License Agreement).
    Any particular reason you want to install these schemas in XE instead of EE/PE?
    >
    Is there anyway, that I can install these Oracle Database schemas for use in Oracle XE?See my response in thread about SH, which you could use as a guide to (try to) install remaining schema.
    SH SCHEMA in oracle XE ?
    Note the ordering:
    http://docs.oracle.com/cd/E11882_01/server.112/e10831/installation.htm#I4367
    You may need to also drop the XE included HR and install HR from Examples -- I'm not sure the one built in is the full Sample HR schema.
    Edited by: orafad on Oct 24, 2012 10:08 PM

  • 10g Sample Schema code missing

    Hi...On installation of 10g db (10.1.0.2.0), the expected sample schemas are not provided.
    I have tried multiple installs in order to try and extract the sql scripts.
    e.g. hr_main.sql, oe_main.sql and bi_main.sql.
    These sample schemas are not the same as the 9i sample schemas, which can be accessed in text format in existing documentation for 9i.
    Does anyone know where the actual scripts can be accessed other than from installation CDs and dowloaded installation...as neither provide the necessary scripts for the sample schemas?
    Thanks,
    Tony

    i am also having same problem.
    some one will provide the right info for you but you can try this too:
    SQL> ALTER USER HR IDENTIFIED BY <password> account unlock;
    User altered.
    SQL> connect hr/<password>@<connection string/SID>;
    Connected.
    SQL> desc employees;
    Name                                      Null?    Type
    EMPLOYEE_ID                               NOT NULL NUMBER(6)
    FIRST_NAME                                         VARCHAR2(20)
    LAST_NAME                                 NOT NULL VARCHAR2(25)
    EMAIL                                     NOT NULL VARCHAR2(25)
    PHONE_NUMBER                                       VARCHAR2(20)
    HIRE_DATE                                 NOT NULL DATE
    JOB_ID                                    NOT NULL VARCHAR2(10)
    SALARY                                             NUMBER(8,2)
    COMMISSION_PCT                                     NUMBER(2,2)
    MANAGER_ID                                         NUMBER(6)
    DEPARTMENT_ID                                      NUMBER(4)
    SQL> select * from employees;
    EMPLOYEE_ID FIRST_NAME           LAST_NAME
    EMAIL                     PHONE_NUMBER         HIRE_DATE JOB_ID         SALARY
    COMMISSION_PCT MANAGER_ID DEPARTMENT_ID
            198 Donald               OConnell
    DOCONNEL                  650.507.9833         21-JUN-99 SH_CLERK         2600
                          124            50
            199 Douglas              Grant
    DGRANT                    650.507.9844         13-JAN-00 SH_CLERK         2600
                          124            50
            200 Jennifer             Whalen
    JWHALEN                   515.123.4444         17-SEP-87 AD_ASST          4400
                          101            10
            201 Michael              Hartstein
    MHARTSTE                  515.123.5555         17-FEB-96 MK_MAN          13000
                          100            20
            202 Pat                  Fay
    PFAY                      603.123.6666         17-AUG-97 MK_REP           6000
                          201            20
            203 Susan                Mavris
    SMAVRIS                   515.123.7777         07-JUN-94 HR_REP           6500
                          101            40
            204 Hermann              Baer
    HBAER                     515.123.8888         07-JUN-94 PR_REP          10000
                          101            70
            205 Shelley              Higgins
    SHIGGINS                  515.123.8080         07-JUN-94 AC_MGR          12000
                          101           110
            206 William              Gietz
    WGIETZ                    515.123.8181         07-JUN-94 AC_ACCOUNT       8300
                          205           110
            100 Steven               King
    SKING                     515.123.4567         17-JUN-87 AD_PRES         24000
                                         90
            101 Neena                Kochhar
    NKOCHHAR                  515.123.4568         21-SEP-89 AD_VP           17000
                          100            90
            102 Lex                  De Haan
    LDEHAAN                   515.123.4569         13-JAN-93 AD_VP           17000
                          100            90
            103 Alexander            Hunold
    AHUNOLD                   590.423.4567         03-JAN-90 IT_PROG          9000
                          102            60
            104 Bruce                Ernst
    BERNST                    590.423.4568         21-MAY-91 IT_PROG          6000
                          103            60
            105 David                Austin
    DAUSTIN                   590.423.4569         25-JUN-97 IT_PROG          4800
                          103            60
            106 Valli                Pataballa
    VPATABAL                  590.423.4560         05-FEB-98 IT_PROG          4800
                          103            60
            107 Diana                Lorentz
    DLORENTZ                  590.423.5567         07-FEB-99 IT_PROG          4200
                          103            60
            108 Nancy                Greenberg
    NGREENBE                  515.124.4569         17-AUG-94 FI_MGR          12000
                          101           100
            109 Daniel               Faviet
    DFAVIET                   515.124.4169         16-AUG-94 FI_ACCOUNT       9000
                          108           100
            110 John                 Chen
    JCHEN                     515.124.4269         28-SEP-97 FI_ACCOUNT       8200
                          108           100
            111 Ismael               Sciarra
    ISCIARRA                  515.124.4369         30-SEP-97 FI_ACCOUNT       7700
                          108           100
            112 Jose Manuel          Urman
    JMURMAN                   515.124.4469         07-MAR-98 FI_ACCOUNT       7800
                          108           100
            113 Luis                 Popp
    LPOPP                     515.124.4567         07-DEC-99 FI_ACCOUNT       6900
                          108           100
            114 Den                  Raphaely
    EMPLOYEE_ID FIRST_NAME           LAST_NAME
    EMAIL                     PHONE_NUMBER         HIRE_DATE JOB_ID         SALARY
    COMMISSION_PCT MANAGER_ID DEPARTMENT_ID
    DRAPHEAL                  515.127.4561         07-DEC-94 PU_MAN          11000
                          100            30
            115 Alexander            Khoo
    AKHOO                     515.127.4562         18-MAY-95 PU_CLERK         3100
                          114            30
            116 Shelli               Baida
    SBAIDA                    515.127.4563         24-DEC-97 PU_CLERK         2900
                          114            30
            117 Sigal                Tobias
    STOBIAS                   515.127.4564         24-JUL-97 PU_CLERK         2800
                          114            30
            118 Guy                  Himuro
    GHIMURO                   515.127.4565         15-NOV-98 PU_CLERK         2600
                          114            30
            119 Karen                Colmenares
    KCOLMENA                  515.127.4566         10-AUG-99 PU_CLERK         2500
                          114            30
            120 Matthew              Weiss
    MWEISS                    650.123.1234         18-JUL-96 ST_MAN           8000
                          100            50
            121 Adam                 Fripp
    AFRIPP                    650.123.2234         10-APR-97 ST_MAN           8200
                          100            50
            122 Payam                Kaufling
    PKAUFLIN                  650.123.3234         01-MAY-95 ST_MAN           7900
                          100            50
            123 Shanta               Vollman
    SVOLLMAN                  650.123.4234         10-OCT-97 ST_MAN           6500
                          100            50
            124 Kevin                Mourgos
    KMOURGOS                  650.123.5234         16-NOV-99 ST_MAN           5800
                          100            50
            125 Julia                Nayer
    JNAYER                    650.124.1214         16-JUL-97 ST_CLERK         3200
                          120            50
            126 Irene                Mikkilineni
    IMIKKILI                  650.124.1224         28-SEP-98 ST_CLERK         2700
                          120            50
            127 James                Landry
    JLANDRY                   650.124.1334         14-JAN-99 ST_CLERK         2400
                          120            50
            128 Steven               Markle
    SMARKLE                   650.124.1434         08-MAR-00 ST_CLERK         2200
                          120            50
            129 Laura                Bissot
    LBISSOT                   650.124.5234         20-AUG-97 ST_CLERK         3300
                          121            50
            130 Mozhe                Atkinson
    MATKINSO                  650.124.6234         30-OCT-97 ST_CLERK         2800
                          121            50
            131 James                Marlow
    JAMRLOW                   650.124.7234         16-FEB-97 ST_CLERK         2500
                          121            50
            132 TJ                   Olson
    TJOLSON                   650.124.8234         10-APR-99 ST_CLERK         2100
                          121            50
            133 Jason                Mallin
    JMALLIN                   650.127.1934         14-JUN-96 ST_CLERK         3300
                          122            50
            134 Michael              Rogers
    MROGERS                   650.127.1834         26-AUG-98 ST_CLERK         2900
                          122            50
            135 Ki                   Gee
    KGEE                      650.127.1734         12-DEC-99 ST_CLERK         2400
                          122            50
            136 Hazel                Philtanker
    HPHILTAN                  650.127.1634         06-FEB-00 ST_CLERK         2200
                          122            50
            137 Renske               Ladwig
    RLADWIG                   650.121.1234         14-JUL-95 ST_CLERK         3600
    EMPLOYEE_ID FIRST_NAME           LAST_NAME
    EMAIL                     PHONE_NUMBER         HIRE_DATE JOB_ID         SALARY
    COMMISSION_PCT MANAGER_ID DEPARTMENT_ID
                          123            50
            138 Stephen              Stiles
    SSTILES                   650.121.2034         26-OCT-97 ST_CLERK         3200
                          123            50
            139 John                 Seo
    JSEO                      650.121.2019         12-FEB-98 ST_CLERK         2700
                          123            50
            140 Joshua               Patel
    JPATEL                    650.121.1834         06-APR-98 ST_CLERK         2500
                          123            50
            141 Trenna               Rajs
    TRAJS                     650.121.8009         17-OCT-95 ST_CLERK         3500
                          124            50
            142 Curtis               Davies
    CDAVIES                   650.121.2994         29-JAN-97 ST_CLERK         3100
                          124            50
            143 Randall              Matos
    RMATOS                    650.121.2874         15-MAR-98 ST_CLERK         2600
                          124            50
            144 Peter                Vargas
    PVARGAS                   650.121.2004         09-JUL-98 ST_CLERK         2500
                          124            50
            145 John                 Russell
    JRUSSEL                   011.44.1344.429268   01-OCT-96 SA_MAN          14000
                .4        100            80
            146 Karen                Partners
    KPARTNER                  011.44.1344.467268   05-JAN-97 SA_MAN          13500
                .3        100            80
            147 Alberto              Errazuriz
    AERRAZUR                  011.44.1344.429278   10-MAR-97 SA_MAN          12000
                .3        100            80
            148 Gerald               Cambrault
    GCAMBRAU                  011.44.1344.619268   15-OCT-99 SA_MAN          11000
                .3        100            80
            149 Eleni                Zlotkey
    EZLOTKEY                  011.44.1344.429018   29-JAN-00 SA_MAN          10500
                .2        100            80
            150 Peter                Tucker
    PTUCKER                   011.44.1344.129268   30-JAN-97 SA_REP          10000
                .3        145            80
            151 David                Bernstein
    DBERNSTE                  011.44.1344.345268   24-MAR-97 SA_REP           9500
               .25        145            80
            152 Peter                Hall
    PHALL                     011.44.1344.478968   20-AUG-97 SA_REP           9000
               .25        145            80
            153 Christopher          Olsen
    COLSEN                    011.44.1344.498718   30-MAR-98 SA_REP           8000
                .2        145            80
            154 Nanette              Cambrault
    NCAMBRAU                  011.44.1344.987668   09-DEC-98 SA_REP           7500
                .2        145            80
            155 Oliver               Tuvault
    OTUVAULT                  011.44.1344.486508   23-NOV-99 SA_REP           7000
               .15        145            80
            156 Janette              King
    JKING                     011.44.1345.429268   30-JAN-96 SA_REP          10000
               .35        146            80
            157 Patrick              Sully
    PSULLY                    011.44.1345.929268   04-MAR-96 SA_REP           9500
               .35        146            80
            158 Allan                McEwen
    AMCEWEN                   011.44.1345.829268   01-AUG-96 SA_REP           9000
               .35        146            80
            159 Lindsey              Smith
    LSMITH                    011.44.1345.729268   10-MAR-97 SA_REP           8000
                .3        146            80
            160 Louise               Doran
    LDORAN                    011.44.1345.629268   15-DEC-97 SA_REP           7500
                .3        146            80
    EMPLOYEE_ID FIRST_NAME           LAST_NAME
    EMAIL                     PHONE_NUMBER         HIRE_DATE JOB_ID         SALARY
    COMMISSION_PCT MANAGER_ID DEPARTMENT_ID
            161 Sarath               Sewall
    SSEWALL                   011.44.1345.529268   03-NOV-98 SA_REP           7000
               .25        146            80
            162 Clara                Vishney
    CVISHNEY                  011.44.1346.129268   11-NOV-97 SA_REP          10500
               .25        147            80
            163 Danielle             Greene
    DGREENE                   011.44.1346.229268   19-MAR-99 SA_REP           9500
               .15        147            80
            164 Mattea               Marvins
    MMARVINS                  011.44.1346.329268   24-JAN-00 SA_REP           7200
                .1        147            80
            165 David                Lee
    DLEE                      011.44.1346.529268   23-FEB-00 SA_REP           6800
                .1        147            80
            166 Sundar               Ande
    SANDE                     011.44.1346.629268   24-MAR-00 SA_REP           6400
                .1        147            80
            167 Amit                 Banda
    ABANDA                    011.44.1346.729268   21-APR-00 SA_REP           6200
                .1        147            80
            168 Lisa                 Ozer
    LOZER                     011.44.1343.929268   11-MAR-97 SA_REP          11500
               .25        148            80
            169 Harrison             Bloom
    HBLOOM                    011.44.1343.829268   23-MAR-98 SA_REP          10000
                .2        148            80
            170 Tayler               Fox
    TFOX                      011.44.1343.729268   24-JAN-98 SA_REP           9600
                .2        148            80
            171 William              Smith
    WSMITH                    011.44.1343.629268   23-FEB-99 SA_REP           7400
               .15        148            80
            172 Elizabeth            Bates
    EBATES                    011.44.1343.529268   24-MAR-99 SA_REP           7300
               .15        148            80
            173 Sundita              Kumar
    SKUMAR                    011.44.1343.329268   21-APR-00 SA_REP           6100
                .1        148            80
            174 Ellen                Abel
    EABEL                     011.44.1644.429267   11-MAY-96 SA_REP          11000
                .3        149            80
            175 Alyssa               Hutton
    AHUTTON                   011.44.1644.429266   19-MAR-97 SA_REP           8800
               .25        149            80
            176 Jonathon             Taylor
    JTAYLOR                   011.44.1644.429265   24-MAR-98 SA_REP           8600
                .2        149            80
            177 Jack                 Livingston
    JLIVINGS                  011.44.1644.429264   23-APR-98 SA_REP           8400
                .2        149            80
            178 Kimberely            Grant
    KGRANT                    011.44.1644.429263   24-MAY-99 SA_REP           7000
               .15        149
            179 Charles              Johnson
    CJOHNSON                  011.44.1644.429262   04-JAN-00 SA_REP           6200
                .1        149            80
            180 Winston              Taylor
    WTAYLOR                   650.507.9876         24-JAN-98 SH_CLERK         3200
                          120            50
            181 Jean                 Fleaur
    JFLEAUR                   650.507.9877         23-FEB-98 SH_CLERK         3100
                          120            50
            182 Martha               Sullivan
    MSULLIVA                  650.507.9878         21-JUN-99 SH_CLERK         2500
                          120            50
            183 Girard               Geoni
    GGEONI                    650.507.9879         03-FEB-00 SH_CLERK         2800
                          120            50
    EMPLOYEE_ID FIRST_NAME           LAST_NAME
    EMAIL                     PHONE_NUMBER         HIRE_DATE JOB_ID         SALARY
    COMMISSION_PCT MANAGER_ID DEPARTMENT_ID
            184 Nandita              Sarchand
    NSARCHAN                  650.509.1876         27-JAN-96 SH_CLERK         4200
                          121            50
            185 Alexis               Bull
    ABULL                     650.509.2876         20-FEB-97 SH_CLERK         4100
                          121            50
            186 Julia                Dellinger
    JDELLING                  650.509.3876         24-JUN-98 SH_CLERK         3400
                          121            50
            187 Anthony              Cabrio
    ACABRIO                   650.509.4876         07-FEB-99 SH_CLERK         3000
                          121            50
            188 Kelly                Chung
    KCHUNG                    650.505.1876         14-JUN-97 SH_CLERK         3800
                          122            50
            189 Jennifer             Dilly
    JDILLY                    650.505.2876         13-AUG-97 SH_CLERK         3600
                          122            50
            190 Timothy              Gates
    TGATES                    650.505.3876         11-JUL-98 SH_CLERK         2900
                          122            50
            191 Randall              Perkins
    RPERKINS                  650.505.4876         19-DEC-99 SH_CLERK         2500
                          122            50
            192 Sarah                Bell
    SBELL                     650.501.1876         04-FEB-96 SH_CLERK         4000
                          123            50
            193 Britney              Everett
    BEVERETT                  650.501.2876         03-MAR-97 SH_CLERK         3900
                          123            50
            194 Samuel               McCain
    SMCCAIN                   650.501.3876         01-JUL-98 SH_CLERK         3200
                          123            50
            195 Vance                Jones
    VJONES                    650.501.4876         17-MAR-99 SH_CLERK         2800
                          123            50
            196 Alana                Walsh
    AWALSH                    650.507.9811         24-APR-98 SH_CLERK         3100
                          124            50
            197 Kevin                Feeney
    KFEENEY                   650.507.9822         23-MAY-98 SH_CLERK         3000
                          124            50
    107 rows selected.
    SQL> you if you want to give access permission to SYS or System do:
    SQL> grant select on employees to system;
    Grant succeeded.
    SQL> grant select on employees to sys;
    Grant succeeded.
    SQL> Its just worked for me.
    HTH
    Edited by: sayantan chakraborty on Aug 20, 2009 12:31 PM

  • Script or direction to add sample schema tables to database

    I created a Database at installation time of oracle 10g exempting the sample schema tables to be added later. Iam ready to add it now and I can not find the way. Please, how?

    Hi srideeq,
    The sample schema you can find in
    ORACLE_HOME/demo/schema
    Cheera,
    Kamalesh JK

  • Install sample schemas

    Hi,
    I installed my oracle database successfully but dint install sample schemas.Now i want to install all sample schemas but couldnt find them under $Oracle_home/demo/schema.No **_main.sql is available there.Please provide me the sample scripts as am not in a condition to download companion CD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Pl see the download instructions here - http://docs.oracle.com/cd/E11882_01/install.112/e24501/toc.htm#BABBIBJF
    Then follow the install instructions here - http://docs.oracle.com/cd/E11882_01/server.112/e10831/installation.htm#I4367
    HTH
    Srini

Maybe you are looking for

  • Everytime I try to print using Adobe Standard 8, I get a double image on everything except page 1

    From page 2 on, it has the basic shape and spacing of the pages, but all the text comes out with garbage letters and overstrikes. I would attach an example or paste a snip, but this window won't accept it. However, when I block copied the garbage tex

  • Mac mini crashes after Mac OS X 10.9.4 update

    Dear Madams, Dear Sirs, I should not have updated my Mac Mini today to the latest Mac OS X from 10.9.3 to the latest 10.9.4. Now i feel like 2007, before i switched from Microsoft Windows to Mac :-( Long story short, the 10.9.4 update let my system c

  • Schema group on vendor master ..?

    hi all Can anybody explain me about the schema group in MM 1. what is schema group 2.Its significance 3.Where to configure// Thanks sap-mm

  • Can disc utility copy an R+ dvd disc for playback on a dvd player on TV

    I have a dvd (R+) that plays on my TV okay via a Sony DVD Player. When I try to copy it with the Finder to another R+ DVD the copy plays back okay on my iMac but not on the TV (using File Info on the copy the format is Mac OSX Extended). Can Disc Uti

  • Cross tab design

    Hi to all,            I add a table,fieldobjects dynamically during runtime by program to crystal report, now all the records are displaying in this model HeaderText1             HeaderText2 *Data1                                                  Dat