Demo tables in Developer 6i

In Oracle. Reports Developer, Building Reports Release 6 i online manual the demo exercises use following and many more tables:
stock_history
indcat
VIDEO_CATEGORY_BY_QTR
from where can I download its .sql file in order to get tables created and get populated.
null

I think you can find the script to create these tables on the developer 6i demos cd which is a different cd then the developer 6i product cd.

Similar Messages

  • Oracle Reports Developer demo tables

    I downloaded the Forms 6i from OTN. How can I get the script that i can use to create the database.
    I know we get it with the demo CD but what about when i download.
    Thanks

    Thanks for your help.
    Reports documentation uses the table VIDEO_CATEGORY_BY_QTR
    ,STOCKS for building reports on Web.These are the demo tables. I couldn't find the script to create the tables and load them with data.I downloaded reports 6i from Oracle website.
    Could someone please help me how i can obtain these tables. I couldn't find them in the products installed . I tried all the .sql files to get these tables.
    thanX

  • How to transport the data contains in the table from development to product

    How to transport the data contains in the table from development to production.
    Please let me know ASAP.

    Hello Dilip
    Create a workbench request and add the following entries to the request:
    Object key: R3TR TABU <name of z-table>
    For this object add the following value key:
    - client-independent table: '*'
    - client-dependent table (e.g. client 100): '100*'
    See also: [SAP Network Blog: Transport Table Entries|/people/community.user/blog/2007/01/07/transport-table-entries]
    Regards
      Uwe

  • Oracle 11g - External Table/SQL Developer Issue?

    Oracle 11g - External Table/SQL Developer Issue?
    ==============================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are trying to use oracle external table to load text files in .csv format. Here is our data look like.
    ======================
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    ------ ALL NULL -- record
    20-Jan-80,20-Jan-89,Democratic,"Donald Smith",MMM
    ======================
    Our Expernal table structures is as follows
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY P_EXT_TAB_D
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
         It created successfully using SQL Developer
    Here is the issue.
    It is not loading the records, where fields are enclosed in '"' (Rec # 2,3,4,7)
    It is loading all NULL value record (Rec # 6)     
    *** If we remove the '"' from input data, it loads all records including all NULL records
    Log file has
    KUP-04021: field formatting error for field P_NAME
    KUP-04036: second enclosing delimiter not found
    KUP-04101: record 2 rejected in file ....
    Our questions
    Why did "REJECT ROWS WITH ALL NULL FIELDS" not working?
    Why did Terminated by "," OPTIONALLY ENCLOSED BY '"' not working?
    Any idea?
    Thanks in helping.

    I don't think this is a SQLDeveloper issue. You will get better answers in the Database - General or perhaps SQL and PL/SQL forums.

  • Dropping demo tables

    I see that there are a few demo tables in our OCS 9 rel 2 installation. I made a list of all the schemas there:
    ANONYMOUS     -- For SQL XML (http login)
    CTXSYS          -- ConTeXt, interMedia, (has funcs for es_mail and ifs)
    DBSNMP          -- For SNMP-agent (log on)
    ES_MAIL          -- Email
    HR               -- Demo: Human Resources
    I2SP_FILES          -- Files
    I2SP_FILES$CM     -- Files
    I2SP_FILES$DR     -- Files
    I2SP_FILES$ID     -- Files
    MDSYS          -- Supports Oracle Spatial (geometriske data). Used by OE
    ODM               -- Oracle Data Mining
    ODM_MTR          -- Oracle Data Mining
    OE               -- Demo: Order Entry
    OLAPSYS          -- For OLAP. Used by SH.
    ORDPLUGINS     -- For InterMedia. Used by PM.
    ORDSYS          -- For Time Series, timestamped data (for other apps)
    OUTLN          -- Metadata for stored outlines, to support Plan Stability
    PM               -- Demo: Product Media
    QS               -- Demo: Queued Shipping
    QS_ADM          -- Demo: Queued Shipping
    QS_CB          -- Demo: Queued Shipping
    QS_CBADM          -- Demo: Queued Shipping
    QS_CS               -- Demo: Queued Shipping
    QS_ES               -- Demo: Queued Shipping
    QS_OS               -- Demo: Queued Shipping
    QS_WS          -- Demo: Queued Shipping
    RTC               -- Real Time Collaboration
    RTC_APP          -- Real Time Collaboration
    RTC_REP          -- Real Time Collaboration
    SH               -- Demo: Sales History
    SYS               -- Base tables for data dictionary
    SYSTEM          -- More adm tables
    WKPROXY          -- Supports Ultrasearch
    WKSYS          -- Supports Ultrasearch
    WMSYS          -- Metadata for Workspace Manager
    XDB               -- For SQL XML management
    I probably should drop them, I can see in the readme this:
    The following folders contain scripts to drop and create database objects, load
    data.
    human_resources
    -- hr_main.sql creates or recreates the schema
    -- hr_drop.sql drops all objects, but not the user
    order_entry
    -- oe_main.sql creates or recreates the whole OE schema
    -- oe_drop.sql drops all relational objects, but not the
    user
    -- oc_main.sql creates the OC subschema and is called by
    oe_main.sql (OC stands for Online Catalog)
    -- oc_srop.sql drops all the object-relational parts of
    the OC subschema
    product_media
    -- pm_main.sql creates or recreates the PM schema
    -- pm_drop.sql drops all objects, but not the user
    shipping
    -- qs_main.sql creates or recreates the QS schema
    (QS stands for Queued Shipping)
    -- qs_drop.sql drops all objects, but not the user
    sales_history
    -- sh_main.sql creates or recreates the SH schema
    -- sh_drop.sql drops all objects, but not the user
    Should I run all these drop scripts?
    Should I delete the users too?
    Are there more schemes I can drop?

    Balaji,
    I could see multiple issues with this code, i have corrected few in the code below.....since i dont have oracle in my system right now......rest you can trace and resolve, then tell us clearly the issue.But i m sure, the issue you are getting is due to some other error
    CREATE OR REPLACE PROCEDURE Delete_Tables
    IS
    TYPE v_tables_temp IS TABLE OF varchar2 INDEX BY BINARY_INTEGER;
    --TYPE v_tables_temp IS TABLE OF temp.table_name%TYPE INDEX BY BINARY_INTEGER;
    v_tables v_tables_temp;
    v_temp temp.table_name%TYPE;
    cursor c is
    SELECT table_name
    FROM user_tables
    WHERE table_name = v_tables(v_Index);
    BEGIN
    SELECT table_name bulk collect
    --SELECT table_name
    INTO v_tables
    --FROM temp;;
    FROM temp;
    open c;
    FOR v_Index IN 1..v_tables.COUNT
    LOOP
    fetch c into v_temp;
    if (c%FOUND) then
    EXECUTE IMMEDIATE 'Drop table v_tables(v_Index)';
    --EXECUTE IMMEDIATE 'Delete from temp where table_name=v_tables(v_Index)';
    end if;
    --else
    EXECUTE IMMEDIATE 'Delete from temp where table_name = v_tables(v_Index)';
    commit;
    END LOOP;
    close c;
    ENDCompare this with your code, and find the error u had in the code !!!
    also grant direct DROP privelege to the table, and not through any role

  • In which table 'individual development details' is stored -HR tcode:pp01

    In which table 'individual development details' is stored -HR tcode:pp01
    the individual development details is in infotype24 but I cannot see the data maintained in individual development in pa0024.

    Hi,
    Hi,
    HR reporting field is so vast i'm sending u all relevant table names u can check in these tables:
    HR Tables
    if useful please reward points----
    DD01L Domains
    DD02L SAP tables
    DD03L Table Fields
    DD03T DD: Texts for fields (language dependent)
    DD04L Data elements
    DD04T R/3 DD: Data element texts
    DD05S Foreign key fields
    DD06L Pool/cluster structures
    DD20L Matchcode Ids
    DD24S Fields of a matchcode ID
    T000 Clients
    T001 Company Codes
    T001E Company code-dependent address data
    T001P Personnel Areas/Subareas
    T012 House banks
    T012K House bank accounts
    T012T House bank account names
    T500L Personnel Country Grouping
    T500P Personnel Areas
    T500T Personnel Country Groupings
    T501 Employee Group
    T501T Employee Group Names
    T502T Marital Status Designators
    T503 Employee Groups / Subgroups
    T503K Employee subgroup
    T503T Employee Subgroup Names
    T504A Benefits - Default Values (NA)
    T504B Benefit Option Texts (North America)
    T504C Benefit Type (NA)
    T504D Benefit Credit Group Amount
    T504E Benefit Amount
    T504F Benefit Costs
    T508A Work Schedule Rules
    T508T Texts for Employee Subgroup Groupings for Work Schedules
    T510 Pay Scale Groups
    T510A Pay Scale Types
    T510F Assign Pay Scale > Time Unit, Currency
    T510G Pay Scale Areas
    T510H Payroll Constants with Regard to Time Unit
    T510I Standard Working Hours
    T510J Constant Valuations
    T510L Levels
    T510M Valuation of pay scale groups acc. to hiring date
    T510N Pay Scales for Annual Salaries (NA)
    T510S Time Wage Type Selection Rule
    T510U Pay Scale Groups
    T510Y Special Rules for Wage Type Generation
    T511 Wage Types
    T512R Cumulation Wage Types in Forms
    T512S Texts for Cumulation Wage Types in Forms
    T512T Wage Type Texts
    T512W Wage Type Valuation
    T512Z Permissibility of Wage Types per Infotype
    T513 Jobs
    T514S Table Name Texts
    T514T Field Name Texts
    T51D2 Wage Type Classes
    T51D3 Reduction Rules
    T51D4 Cumulation Rules
    T527X Organizational Units
    T528B Positions - Work Centers
    T528C Wage Type Catalog
    T528T Position Texts
    T529A Personnel Event
    T529F Fast Data Entry for Events
    T529T Personnel Event Texts
    T52BT Texts For HR Objects
    T52C0 Payroll Schemas
    T52C1 Payroll Schemas
    T52C2 Texts for Personnel Calculation Schemas
    T52C3 Texts for Personnel Calculation Schemas
    T52C5 Personnel Calculation Rules
    T52CC Schema Directory
    T52CD Schema Directory
    T52CE Directory of Personnel Calculation Rules
    T52CT Text Elements
    T52CX Cross References via Generated Schemas
    T52D1 Valid Processing Classes
    T52D2 Valid Values for Processing Classes
    T52D3 Valid Evaluation Classes
    T52D4 Permitted Values for Evaluation Classes
    T52D5 Wage Type Groups
    T52D6 Wage Type Group Texts
    T52D7 Assign Wage Types to Wage Type Groups
    T52D8 Valid Processing Classes - Texts
    T52D9 Valid Values for Processing Classes – Texts
    T530 Reasons for Events
    T530E Reasons for Changes
    T530F Reasons for Changes
    T530L Wage Types for Special Payments
    T530T Event Reason Texts
    T531 Deadline Types
    T531S Deadline Type Texts
    T533 Leave Types
    T533T Leave Type Texts
    T539A Default Wage Types for Basic Pay
    T539J Base Wage Type Valuation
    T539R Events for Standard Wage Maintenance
    T539S Wage Types for Standard Wage Maintenance
    T548 Date Types
    T548S Date Conversion
    T548T Date Types
    T548Y Date Types
    T549A Payroll Areas
    T549B Company Features
    T549C Decision Trees for Features (Customers)
    T549D Feature Directory
    T549L Date modifiers
    T549M Monthly Assignment: Payroll Period
    T549N Period Modifiers
    T549O Text for date modifier
    T549P Valid Time Units for Payroll Accounting
    T549Q Payroll Periods
    T549R Period Parameters
    T549S Payroll date types
    T549T Payroll Areas
    T549M Monthly Assignment: Payroll Period
    T549N Period Modifiers
    T549O Text for date modifier
    T549P Valid Time Units for Payroll Accounting
    T549Q Payroll Periods
    T549R Period Parameters
    T549S Payroll date types
    T549T Payroll Areas
    T554S Absence and Attendance Types
    T554T Absence and Attendance Texts
    T554V Defaults for Absence Types
    T554Y Time Constraints in HR TIME
    T555A Time Types
    T555B Time Type Designations
    T559A Working Weeks
    T559B Name of Working Week
    T572F Event Texts
    T572G Allowed Values for Events
    T572H Event Value Texts
    T582A Infotypes
    T582B Infotypes Which Are Created Automatically
    T582S Infotype Texts
    T582V Assignment of Infotypes to Views
    T582W Assigns Infotype View to Primary Infotype
    T582Z Control Table for PA Time Management
    T584A Checking Procedures - Infotype Assignment
    T588A Transaction Codes
    T588B Infotype Menus
    T588C Infotype Menus/Info Groups
    T588D Infogroups for Events
    T588J Screen Header Definition
    T588M Infotype Screen Control
    T588N Screen Modification for Account Assignment Block
    T588O Screen Modification for Assignment Data
    T588Q Screen types for fast entry
    T588R Selection Reports for Fast Data Entry
    T588S Screen Types for Fast Entry
    T588T Menu and Infogroup Designations
    T588V Business object type
    T588W Event types for infotype operations
    T588X Cust. composite definition of event types for IT operations
    T588Z Dynamic Events
    T591A Subtype Characteristics
    T591B Time Constraints for Wage Types
    T591S Subtype Texts
    T596F HR Subroutines
    T596G Cumulation wage types
    T596H _Cumulation wage type texts
    T596I Calculation rule for cumulation wage types
    T596U Conversion Table
    T599B Report Classes
    T599C Report Classes
    T599D Report Categories
    T599F Report Classes - Select Options
    T777A Building Addresses
    T777T Infotypes
    T777Z Infotype Time Constraints
    T778T Infotypes
    T778U Subtypes
    Error Messages tables
    T100 Messages
    T100A Message IDs for T100
    T100C Control of messages by the user
    T100O Assignment of message to object
    T100S Configurable system messages
    T100T Table T100A text
    T100V Assignment of messages to tables/views
    T100W Assign Messages to Workflow
    T100X Error Messages: Supplements
    Thanks and if useful please reward points
    Edited by: Abhishek  Ojha on Feb 20, 2008 2:48 PM

  • Tcode to populate data in to demo tables like SPFLI, SFLIGHT,SBOOK?

    Can you please let me know the tcode to populate data in to demo tables like SPFLI, SFLIGHT,SBOOK etc

    Run this program S_FLIGHT_MODEL_DATA_GENERATOR
    In ecc 6.0 this program is available? it is saying it does not exist.
    Regards,
    Vishwa.

  • How to export tables from development server to production server

    HI,
    Any body plz let me know how to export tables from development server to production server. what are the user names and password i need to ask my manager to do that. what are the requirements i need to ask him.
    Plz reply me ASAP.
    Thanks in advance.

    hi buddy
    first of all you should let us know the environment of production and development servers
    database versions
    and you need to have userid which has privilege to export tables of other schema. userid(owner) of the tables you want to export.
    Traditional way
    export tables in development server and then ftp to production and then import
    in the above case you should have similar database structure(tablespace etc) to avoid errors...
    if there are few tables only , you can use dblink instead of export and import...

  • Can any one share the Oracle Reports 6i Developer demo table scripts?

    Hi,
    I have to learn the Report 6i for my office project, I have installed the report 6i developer but I could not get the Demo CD, can any one share the Scripts for table (viz. Stock, stock_history , indcat ) creation and also the insert script for data population or provide the URLs where I can find the same.
    thanking you in advance.
    regards,
    Sham.

    Hi Denis,
    Thanks for the reply, I have the setup for forms and reports 6i, what i was looking is the script to create the tables used in the
    Oracle® Reports Developer
    Building Reports
    Release 6i
    January, 2000
    Part No. A73172-01
    the table names are stocks, indcat etc, generally these demo script come along with the demo CD provided by oracle as i don't have the CD i am looking for these table creation script. if you have these scripts kindly share the same with me.
    regards,
    Sham.

  • Can not display the tables in developer

    Hi!
    I use the following applications:
    Database
    1     NLSRTL      9.2.0.5.0     Production
    2     Oracle9i Enterprise Edition      9.2.0.5.0     Production
    4     TNS for 32-bit Windows:      9.2.0.5.0     Production
    PL/SQL
    Java™ Platform     1.5.0_06
    Oracle IDE     1.2.1.3213
    After connecting to the DBMS i am unable to see the objects like tables and views in the Object Browser but the users. Using SQL i can run a query by typing a correct SQL Statement - i also can see the object after type in the dot.
    How i can solve this problem?
    Thanks in advance!

    You are right!
    Now i can see the objects! I established a new connection and changed the owner!
    But i do not understand - i can see all objects with the first username in the former PL SQL Developer. Which rights i have to grant to the other user to see the objects in the new developer as well?
    Thank you!

  • Tables for development class and program name

    Hi,
    IN which tables can we find the program name and its development class?
    Thanks,
    Kumar

    Hi Kumar,
       Check the Table TADIR.
    Regards,
    Swapna.
    Edited by: NagaSwapna Thota on Jul 9, 2008 10:41 AM

  • Tables for development class and Message Class

    Hi All,
    In which table is Message Class and Development class stored.
    Thanks,
    Santosh

    Hi All,
    I am closing this thread..I was looking for a single table which does this and it is TADIR with object = MSAG
    Thanks,
    Santosh
    Edited by: Santosh Kumar KezkhepatMelathil on Aug 29, 2008 1:32 PM

  • Where to dowload table script for demo table EMPLOYEE

    Hello!
    I'm reading the book "Oracle PL/SQL Programming, Fourth Edition"
    By Steven Feuerstein.
    And I can't find the script for the employee table ..
    Where can I get it?
    Regards
    Tobias

    Copy this script in notepad and then save in .sql format and then run
    rem
    rem Header: hr_main.sql 09-jan-01
    rem
    rem Copyright (c) 2001, Oracle Corporation. All rights reserved.
    rem
    rem Owner : ahunold
    rem
    rem NAME
    rem hr_main.sql - Main script for HR schema
    rem
    rem DESCRIPTON
    rem HR (Human Resources) is the smallest and most simple one
    rem of the Sample Schemas
    rem
    rem NOTES
    rem Run as SYS or SYSTEM
    rem
    rem MODIFIED (MM/DD/YY)
    rem ahunold 08/28/01 - roles
    rem ahunold 07/13/01 - NLS Territory
    rem ahunold 04/13/01 - parameter 5, notes, spool
    rem ahunold 03/29/01 - spool
    rem ahunold 03/12/01 - prompts
    rem ahunold 03/07/01 - hr_analz.sql
    rem ahunold 03/03/01 - HR simplification, REGIONS table
    rem ngreenbe 06/01/00 - created
    SET ECHO OFF
    PROMPT
    PROMPT specify password for HR as parameter 1:
    DEFINE pass = &1
    PROMPT
    PROMPT specify default tablespeace for HR as parameter 2:
    DEFINE tbs = &2
    PROMPT
    PROMPT specify temporary tablespace for HR as parameter 3:
    DEFINE ttbs = &3
    PROMPT
    PROMPT specify password for SYS as parameter 4:
    DEFINE pass_sys = &4
    PROMPT
    PROMPT specify log path as parameter 5:
    DEFINE log_path = &5
    PROMPT
    -- The first dot in the spool command below is
    -- the SQL*Plus concatenation character
    DEFINE spool_file = &log_path.hr_main.log
    SPOOL &spool_file
    REM =======================================================
    REM cleanup section
    REM =======================================================
    DROP USER hr CASCADE;
    REM =======================================================
    REM create user
    REM three separate commands, so the create user command
    REM will succeed regardless of the existence of the
    REM DEMO and TEMP tablespaces
    REM =======================================================
    CREATE USER hr IDENTIFIED BY &pass;
    ALTER USER hr DEFAULT TABLESPACE &tbs
    QUOTA UNLIMITED ON &tbs;
    ALTER USER hr TEMPORARY TABLESPACE &ttbs;
    GRANT CONNECT TO hr;
    GRANT RESOURCE TO hr;
    REM =======================================================
    REM grants from sys schema
    REM =======================================================
    CONNECT sys/&pass_sys AS SYSDBA;
    GRANT execute ON sys.dbms_stats TO hr;
    REM =======================================================
    REM create hr schema objects
    REM =======================================================
    CONNECT hr/&pass
    ALTER SESSION SET NLS_LANGUAGE=American;
    ALTER SESSION SET NLS_TERRITORY=America;
    -- create tables, sequences and constraint
    @?/demo/schema/human_resources/hr_cre
    -- populate tables
    @?/demo/schema/human_resources/hr_popul
    -- create indexes
    @?/demo/schema/human_resources/hr_idx
    -- create procedural objects
    @?/demo/schema/human_resources/hr_code
    -- add comments to tables and columns
    @?/demo/schema/human_resources/hr_comnt
    -- gather schema statistics
    @?/demo/schema/human_resources/hr_analz
    spool off

  • DD tables for development class

    Hi everyone,
      How to get the list of tables in a particular development class using ABAP program. I want to make list of tables for particular dev. class.
    thanks in advance,
    suresh

    Hi,
    You should query the TADIR table.
    The Program ID is R3TR and the object type should be TABL.
    Regards,
    Anand Mandalika.

  • SAP TABLE of developer registration keys

    Hi, is there anyone who nows the table where sap stores
    the developer registration keys and related users (in release 45B)?
    Thanks and  Regards.
    Riccardo Galli

    Hi riccardo,
    1. DEVACCESS table.
    regards,
    amit m.

Maybe you are looking for

  • No Lights On My Airport Express/Printer offline

    Hey all - quick question... No Light - The light on my Airport Express does not light-up. It is just dark. The manual says that means it is off but it works fine when connecting to the internet. No printer - Also, I am trying to add a USB printer to

  • ITunes 9.0.2 won't install (Problem with AppleMobileDeviceSupport.pkg)

    I am not able to install 9.0.2 on my Mac Pro. I have tracked it down to the "AppleMobileDeviceSupport.pkg", which returns an error when updating the system extension configuration. Is there anybody out there, who already worked around this problem? F

  • Rotate a page in a pdf doc

    I have Adobe Acrobat 9 standard installed. I am trying to rotate 1 page out of a 50 page pdf document. Documents -> Rotate Page feature is grayed out. And so is Pages -> Rotate Page. Is this feature not available in AA 9 standard? Is there another wa

  • Missing space characters before and after span element (TLF 2 with Flex 4.1)

    It seems there's a bug, I reported it at http://bugs.adobe.com/jira/browse/SDK-29367 . (I wasn't able to specify "TLF" in the "Components" dropdown, that's why I'm posting the bug report URL here in the TLF forum.) Tobi

  • How can I get Netflix to stream without excessive graininess

    I am able to stream Netflix using a 4 year old Toshiba laptop but my new 'state of the art' I-Pad does a lousy job. Does anyone have any suggestions?