1 / 27

IS 426: Information Systems Construction in Modern Society

IS 426: Information Systems Construction in Modern Society. Downloading and exploring oracle development environments. Needed downloads. Oracle developer suite 10g http ://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/index.html Oracle database express edition 11g

quiana
Télécharger la présentation

IS 426: Information Systems Construction in Modern Society

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IS 426: Information Systems Construction in Modern Society Downloading and exploring oracle development environments

  2. Needed downloads • Oracle developer suite 10g http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/index.html • Oracle database express edition 11g http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

  3. Oracle developer suite 10g • Contains forms builder utility and Reports utility • http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/index.html

  4. Oracle developer suite 10g - Accept

  5. Oracle developer suite 10g -account

  6. Oracle developer suite 10g - unzip • Unzip disk 1 and disk 2 files into disk 1 and disk 2 folders. • Starting with disk 1: • Try running setup file (Oops Error!) • Some configurations are needed to run the developer suite 10g.

  7. Required configurations • Add 6.0, 6.1,6.2 versions to available windows versions.Disk1/install/oraparam • Right click on setup file -> properties-> compatibility -> check Run -> select windows XP Pack 2. • Computer-> properties->advanced->performance settings-> advanced-> change-> custom size to 2000 and 8000-> click set and OK

  8. RUN THE SETUP FILE

  9. Error after changes- don’t forget to click on set in my computer properties

  10. USEFUL CONFIGURATIONS VIDEOS- MUST SEE • http://www.youtube.com/watch?v=qYeic14YK-Y • http://www.youtube.com/watch?v=BU_QTlUQ1sk

  11. Passing – INSTALLATION STARTS

  12. Possible Error after starting your installation • Change path environment var. from computer properties. • Delete unwanted paths • Click retry. • Appears a lot so try to shorten the path

  13. Disk 2 • You will be required to specify the stage folder path (disk 2). • Browse to disk 2 folder and click on stage folder. • Complete installation

  14. SUCCESSFUL INSTALLATION!

  15. INSTALLING DATABASE EXPRESS http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

  16. INSTALLING DATABASE EXPRESS • Unzip the file • Start setup

  17. SUCCESSFUL INSTALLATION! • Get started shortcut to start • Note: you might get error to start the page if you are using IE or chrome browsers. So change the settings to open the file with Firefox.

  18. EXPLORING FORMS BUILDER Is426.wordpress.com

  19. Connecting your database 11g express edition to Oracle Developer Suite 10g

  20. Go to Net Configuration Assistant in your suiteHome Directory

  21. Local net Service Name configuration • Add • Service name: XE • Network Protocol: TCP • Host name: your device’s name • Accept and finish!!

  22. Now we are ready to Run some FORMS!

  23. Connecting the forms builder • GO TO forms builder and try to connect to the XE database

  24. DATABASE IS NOW ACCESSABLE

  25. View database tables and select one

  26. Adding tables to your XE Database • Adding tables to the database can be done by writing SQL stmts using the Run SQL Command Line. • Example: • CREATE TABLE emp (att1 type, att2 type,…);

More Related