Sample Travel Schema Diagram

Hi,
I downloaded the travel schema from this link:
http://www.oracle.com/technology/sample_code/tech/java/travel/travelschema.htm
I was wondering, is there some place where I can get the schematic diagram: listing dependencies between tables, constraints for this travel schema?
Or is there a product that comes with the Database install where I can get the complete picture?
thanks

Is this wise? You are quite right to be concerned. Granting ALL PRIVILEGES is a dodgy thing to do. In mitigation I might say that the TRAVEL schema is a sample piece of code and so should only be installed on a development database, where the damage can be limited.
But I think the real problem is that the sample code was developed by Java programmers who couldn't be bothered to work out exactly what privileges were needed. Shocking, yes, but hardly uncommon. And the poltroons have also included instructions on how to
To Download and install the travel schema into the SYSTEM tablespace:
No no no! No application objects go into the SYSTEM schema. What's the point of us non-Oracle people banging on about best practice if their own employees are allowed to post stuff like this on OTN? Sack these bozos!
What's the minimum amount of privileges that I can grant to travel? I have absolutely no idea. I think the safest thing is to build a new database instance, so that the potential for damage is limited. Alternatively, grant CONNECT and RESOURCE and see how far that goes. You may have to grant additional powers. I see they also grant JAVASYSPRIV and JAVAUSEPRIV. Horrible, simply horrible.
Cheerse, APC

Similar Messages

  • Any updates to the Travel Schema examples?

    Are there any examples that use the schema Travel, but use a business components interface instead of in-line coded SQL statements.

    None of the JDeveloper samples uses the travel schema - they're mostly built on the Oracle sample schemas.
    Thanks
    Blaise I had also posted on the Sample Code Forum "Is Java Stored Trigger a misnomer?" in reference to Java Stored Procedure Samples. see Re: How to create one to one relation in database diagram
    They responded with these samples which may help others.
    You will find a sample that uses business components and travel schema at http://otn.oracle.com/sample_code/tech/java/ejb_corba/files/hotel/hotelHome.htm. The BC4J EJB sample could be of interest to you.
    Also a white page on Oracle BC4J is available at http://otn.oracle.com/products/jdev/info/techwp20/wp.html
    Hope this helps.
    See also
    http://otn.oracle.com/sample_code/tech/java/ejb_corba/files/hotel/BC4JHotelSample/Readme.html
    There are so many aspects of Java, BC4J, JVM and JDeveloper (actually the entire 9iDS suite) that I guess that it's hard to put together a comprehensive example that would suit everyone. I would have like to see something like the travel schema shown from using Designer (with SCM) to Forms, Reports and JDeveloper. The somewhat fragmented examples that are available really don't do justice to the development suite.

  • Non-System Travel Schema ends up in System, Why?

    I submitted a request for information on a BC4J version of the travel schema samples and was directed to http://otn.oracle.com/sample_code/tech/java/ejb_corba/files/hotel/hotelHome.htm
    I downloaded the Non-System version of the schema (http://otn.oracle.com/sample_code/tech/java/travel/travelschema.htm#user) from http://technet.oracle.com/sample_code/tech/java/travel/travel8i_user.zip.
    I use the Oracle Enterprise manager (v9.0.1.0.0) as my tool for doing all management functions in my 8.1.7.4 (and 9.0.1.3.0) SIDs.
    I created the user travel and submitted a job to import the dump file into this user.
    The parameters of the job are:
    FILE=/home/oracle/dumps/otntravel8i.dmp
    LOG=/home/oracle/dumps/Travel_In.log
    FROMUSER=TRAVEL
    TOUSER=TRAVEL
    GRANTS=y
    INDEXES=y
    ROWS=y
    CONSTRAINTS=y
    IGNORE=y
    DESTROY=y
    COMMIT=y
    RECALCULATE_STATISTICS=y
    I have tried this several times using different methods of creating the user TRAVEL, its default tablespace, etc. It appears that no matter how I create the user travel, the import creates all tables in the system tablespace.
    Am I doing something basically wrong? How do I force the system to use the proper tablespace?
    Why is there even an example dump that would use the system tablespace? Is that not one of the big no-nos of schema development?

    Hi,
    We have updated the travel8i_user.zip file on the travel schema page. The updated dump file can be used to import the data correctly into the user's default tablespace. Please let us know if you still face any problems with it.
    Regarding the system tablespace dump, we have provided for users to import the data quickly in a test database without needing to create other objects. The recommended way is definitely to use the non-system tablespace.
    Thanks & Regards,
    Srinivas When was travel8i_user.zip updated? I just now went an redownloaded (http://technet.oracle.com/sample_code/tech/java/travel/travel8i_user.zip).
    I ended up with the same file i had before -- otntravel8i.dmp dated Wednesday, September 27, 2000, 3:45:44 PM

  • Travel schema unzip problem

    when i downloaded and unzipped the travel schema, the resulting dump files included "binary" or non-ascii characters. the download/unzip process was performed using numerous unzip utilities... please advise
    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    Is this wise? You are quite right to be concerned. Granting ALL PRIVILEGES is a dodgy thing to do. In mitigation I might say that the TRAVEL schema is a sample piece of code and so should only be installed on a development database, where the damage can be limited.
    But I think the real problem is that the sample code was developed by Java programmers who couldn't be bothered to work out exactly what privileges were needed. Shocking, yes, but hardly uncommon. And the poltroons have also included instructions on how to
    To Download and install the travel schema into the SYSTEM tablespace:
    No no no! No application objects go into the SYSTEM schema. What's the point of us non-Oracle people banging on about best practice if their own employees are allowed to post stuff like this on OTN? Sack these bozos!
    What's the minimum amount of privileges that I can grant to travel? I have absolutely no idea. I think the safest thing is to build a new database instance, so that the potential for damage is limited. Alternatively, grant CONNECT and RESOURCE and see how far that goes. You may have to grant additional powers. I see they also grant JAVASYSPRIV and JAVAUSEPRIV. Horrible, simply horrible.
    Cheerse, APC

  • Need Database Schema diagram with reports names

    Dear Experts,
    I need retail and petroleum industry database schema diagram with different report requirements.
    If u have  Plz do share. I want to develop some reports as per requirements.
    If u have any sample dummy schema Plz do share, I will be much thankful to u. This is for fresher interview, I need to attain this week end.
    Regards,
    Mahesh.

    i dont think its possible with original exp/imp....and also not possible with data pump (10g and up)....but not sure on data pump....data pump has capability of restarting a job..but didnt heard about appending (atleast not that i heard).
    only way i can think of...create triggers on every table when DML happens and insert the new data into new tables...and then exp those new tables and import the new tables...thats the only way i can think of...again just my 2 cent....

  • Travel Schema

    I am trying to install the Travel Schema from the "Rooms Information example" But I get the error:
    IMP-00016: required character set conversion (type 1 to 871) not supported.
    How can i fix this error?
    And what is the characterset of the Travel Schema?

    Is this wise? You are quite right to be concerned. Granting ALL PRIVILEGES is a dodgy thing to do. In mitigation I might say that the TRAVEL schema is a sample piece of code and so should only be installed on a development database, where the damage can be limited.
    But I think the real problem is that the sample code was developed by Java programmers who couldn't be bothered to work out exactly what privileges were needed. Shocking, yes, but hardly uncommon. And the poltroons have also included instructions on how to
    To Download and install the travel schema into the SYSTEM tablespace:
    No no no! No application objects go into the SYSTEM schema. What's the point of us non-Oracle people banging on about best practice if their own employees are allowed to post stuff like this on OTN? Sack these bozos!
    What's the minimum amount of privileges that I can grant to travel? I have absolutely no idea. I think the safest thing is to build a new database instance, so that the potential for damage is limited. Alternatively, grant CONNECT and RESOURCE and see how far that goes. You may have to grant additional powers. I see they also grant JAVASYSPRIV and JAVAUSEPRIV. Horrible, simply horrible.
    Cheerse, APC

  • Travel Schema:grant all privileges

    I have a request to add the travel schema to one of our 9202 databases. Fairly straight forward. I got the *.dmp file from your site:
    http://www.oracle.com/technology/sample_code/tech/java/travel/travelschema.htm#system
    I created the user travel and used the system tablespace as the default. As for privileges, I noticed that I should "grant all privileges" to travel. Is this wise? What's the minimum amount of privileges that I can grant to travel?

    Is this wise? You are quite right to be concerned. Granting ALL PRIVILEGES is a dodgy thing to do. In mitigation I might say that the TRAVEL schema is a sample piece of code and so should only be installed on a development database, where the damage can be limited.
    But I think the real problem is that the sample code was developed by Java programmers who couldn't be bothered to work out exactly what privileges were needed. Shocking, yes, but hardly uncommon. And the poltroons have also included instructions on how to
    To Download and install the travel schema into the SYSTEM tablespace:
    No no no! No application objects go into the SYSTEM schema. What's the point of us non-Oracle people banging on about best practice if their own employees are allowed to post stuff like this on OTN? Sack these bozos!
    What's the minimum amount of privileges that I can grant to travel? I have absolutely no idea. I think the safest thing is to build a new database instance, so that the potential for damage is limited. Alternatively, grant CONNECT and RESOURCE and see how far that goes. You may have to grant additional powers. I see they also grant JAVASYSPRIV and JAVAUSEPRIV. Horrible, simply horrible.
    Cheerse, APC

  • Travel Schema is Not Appearing in ABAP WebDynp Travel Expense Form

    Hi Experts,
    We are using FIN_TRAVEL_1 business function for travel management in EHP2.
    We are implementing ESS/MSS services for Travel management and corresponding workflows are working perfect.
    Problem is:
    Travel Req. and its Approval are working perfect but when we create Travel Expenses for the corresponding Approved
    Req. - Travel Schema is Not Appearing in the ABAP webdynpro screen in ESS.
    We have already activated integration of Travel Requets with Expenses in the customizing and changed the corresponding
    settings in the schema also.
    ABAP WebDyn in ESS is working perfect if we direct create a Stand alone Travel Expense Report. We are using only Travel Req.
    and Expenses with Miles/KM cumulation. We are Not going for Travel Planning.
    Pls. let me know - If any Settings are missings in "Expert View" of Travel Control or any Customizing setting is missing.
    Do we have to apply some note or any BADI is there ??
    Very Thanks in Advance...
    Kind Regards,
    Edwin

    Hi there
    You need to make sure that you have a trip schema that does not allow overlapping when creating expense report from approved travel request, also check the bindings for your trip schema.
    I think I may have addressed this in  an OSS to you earlier but also check you are using correct resource for WDABAP as delivered with 1076144 
    I think is why it previously worked in your java landscape if you had the trip schemas with bindings defined in the homepage framework

  • Schema Diagram error when drop new database objects

    Hi All,
    I am following the document to ad database objects to the Schema Diagram using JDeveloper 11.1.1.4. But when I drag a view to the diagram, it gives me this error.
    An error was encountered
    CAR_REFERENCE_CODES_V.CODE
    Name CODE is already in use.
    Here CAR_REFERENCE_CODES_V is the name of my view and CODE is the column name in the view.
    What should I do?
    Thanks

    Hello,
    There is a Connect item related to this issue. This is the link of that Connect item:
    https://connect.microsoft.com/SQLServer/feedback/details/730985/smss-crashes-when-creating-new-database-diagram
    Try the workarounds posted there (Workarounds section).
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to print a xml schema diagram in JDev 10g

    Hi,
    When I print an XML schema file (.xsd), it is printing the script, where as I want to print it as an image.
    For other class diagrams, I notice that we can publish them as JPEG or PNG and print it from Windows. But I could not find the same for an XML schema diagram?
    Can you help?
    Thanks, Raju

    Well, the Schema Editor a Visual Editor, it does not intend to produce images to be printed... You can collapse and expand all nodes, how would you expect the printer to behave in such a situation?!
    If you wish to print a diagram, you have to capture it for yourself with the appropriate tool - that will change depending on the OS you're working on, and include it in your document.
    That is the way it works for now.
    - Olivier

  • New Travel Schema

    Hi Gurus,
    I have a question regarding travel schema. Our issue is that, we need to create new travel schema where not all expense types should be assigned. At the same time, remove some expense types to already created travel schema.
    How to configure the system to remove and select particular expense types that should be in the schema.
    Thanks.

    Hi
    Please check the below mentioned path
    http://help.sap.com/erp2005_ehp_04/helpdata/en/2c/efb007c22c11d194cb00a0c92946ae/content.htm
    You can add missing Travel Management  configuration path by using the below mentioned links :-
    http://sap.ittoolbox.com/groups/technical-functional/sap-hr/how-to-add-travel-management-node-in-ecc-60-2162708
    http://sap.ittoolbox.com/groups/technical-functional/sap-acct/travel-management-missing-menus-2334641
    Regards
    Praveen PC
    Edited by: Praveen Chirakkel on May 6, 2011 11:24 AM

  • Sample HR Schema download?

    I'm trying to run the following sample application from OTN, which requires sample HR schema. Where can I download the corresponding schema for this application?. Any ideas are appreciated.
    http://www.oracle.com/technetwork/developer-tools/jdev/autosuggest-090094.html
    Regards,
    Surya

    If, like at my company, you don't have the Companion CD installed, the scripts may not exist. I eventually found them here:
    http://smuenchadf.samplecode.oracle.com/samples/demoscripts.zip

  • Repository schema diagram (pdf ) available for Process model ?

    Is there Repository schema diagram (pdf ) shipped/available for Process model metadata?

    Is there Repository schema diagram (pdf ) shipped/available for Process model metadata?

  • Need Schema Diagram For Adobe Campaign Management

    Hi Guys,
    I am new comer for Adobe Campaign Management. I just started to exploring the ACM.
    I am using the Neolane client to learn ACM. I just want to understand the ACM internal database/table structure, how exactly designed it.
    I have product doc but it is more around UI and functional reference.         
    It is very helpful to me/new beginner that any one provide the schema diagram for Adobe Campaign Management.
    Please share me any material/document which explain the database stuff (schema,tables,data-dictionary,etc ....) then just forward me.
    Thank's in advance,

    This link to the product documentation describes the key tables in Adobe Campaign:
    Description of the main tables

  • Oracle schema diagram for system

    hi,
    I find very good "schema diagram" for understand a database.
    For example like me this page
    http://www.oracle.com/technology/products/oracle9i/htdocs/9iobe/OBE9i-Public/obe-in/html/sschema/sschema.htm
    where I have "schema diagram" for HR, OE, PM, ecc. Oracle example schema.
    I search a "schema diagram" for SYS and SYSTEM schema.
    thanks in advance
    Michele

    While the dictionary posters are nice I would like to point out that the posters are generally incomplete, de-normalized, and do not display the true schema of the database. The true 'schema' of the database is to be found in the relationship between the sys.$ base tables and the fixed tables, x$ views.
    Nevertheless the posters can sure look nice hanging on the cube wall and they can be useful to clue you in where to hunt for information.
    IMHO -- Mark D Powell --

Maybe you are looking for

  • Dbms_Sql in forms 9i

    We are migrating forms from forms6i to 9i In forms 6i they are using the below code. l_cursor := dbms_sql.open_cursor; dbms_sql.parse(l_cursor, l_stmt,2); l_result := dbms_sql.execute(l_cursor); dbms_sql.close_cursor(l_cursor); In forms9i this is giv

  • UWL - action in new window

    hi experts, I have a problem with the action buttons of the items of UWL, the action is set for the property launchInNewWindow = "yes" when I press the button the next step opens in a new window, but if I press the button again open another window wi

  • Plugging in to second comput

    Whats up? Quick question, can I install drivers and connect my Zen Xtra Nomad Jukebox to a second computer to backup my files before sending it to be replaced (?80 for a brand new one, just because the headphone sockets a bit loose, shocking!). I can

  • Illustrator CC 2014 crashes on mac (yosemite) on launch

    Hi everybody My illustrator cc 2014 crashes all the time after launch with the ''stoped working unexpectly'' error. Can you guys help with that please? Thanks

  • Trouble receiving conformation serial number/via email

    Just bought Adobe Photoshop, teachers/student edition. I filled out the required information and they were supposed to email it to my .edu address. Hours later, and still no conformation serial number so I can install photoshop. Does it just take a w