IS 426: Information Systems Construction in Modern Society

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

description

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 - PowerPoint PPT Presentation

Transcript of IS 426: Information Systems Construction in Modern Society

Page 1: IS 426:  Information Systems Construction in Modern Society

IS 426: Information Systems Construction in Modern Society

Downloading and exploring oracle development environments

Page 3: IS 426:  Information Systems Construction in Modern Society

Oracle developer suite 10g

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

Page 4: IS 426:  Information Systems Construction in Modern Society

Oracle developer suite 10g - Accept

Page 5: IS 426:  Information Systems Construction in Modern Society

Oracle developer suite 10g -account

Page 6: IS 426:  Information Systems Construction in Modern Society

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.

Page 7: IS 426:  Information Systems Construction in Modern Society
Page 8: IS 426:  Information Systems Construction in Modern Society

Required configurations

1. Add 6.0, 6.1,6.2 versions to available windows versions. Disk1/install/oraparam

2. Right click on setup file -> properties-> compatibility -> check Run -> select windows XP Pack 2.

3. Computer-> properties->advanced->performance settings-> advanced-> change-> custom size to 2000 and 8000-> click set and OK

Page 9: IS 426:  Information Systems Construction in Modern Society

RUN THE SETUP FILE

Page 10: IS 426:  Information Systems Construction in Modern Society

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

Page 11: IS 426:  Information Systems Construction in Modern Society

USEFUL CONFIGURATIONS VIDEOS- MUST SEE

• http://www.youtube.com/watch?v=qYeic14YK-Y

• http://www.youtube.com/watch?v=BU_QTlUQ1sk

Page 12: IS 426:  Information Systems Construction in Modern Society

Passing – INSTALLATION STARTS

Page 13: IS 426:  Information Systems Construction in Modern Society

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

Page 14: IS 426:  Information Systems Construction in Modern Society

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

Page 15: IS 426:  Information Systems Construction in Modern Society

SUCCESSFUL INSTALLATION!

Page 16: IS 426:  Information Systems Construction in Modern Society

INSTALLING DATABASE EXPRESS

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

Page 17: IS 426:  Information Systems Construction in Modern Society

• Unzip the file • Start setup

INSTALLING DATABASE EXPRESS

Page 18: IS 426:  Information Systems Construction in Modern Society

• 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.

SUCCESSFUL INSTALLATION!

Page 19: IS 426:  Information Systems Construction in Modern Society

EXPLORING FORMS BUILDER

Is426.wordpress.com

Page 20: IS 426:  Information Systems Construction in Modern Society

Connecting your database 11g express edition to Oracle

Developer Suite 10g

Page 21: IS 426:  Information Systems Construction in Modern Society

• Go to Net Configuration Assistant in your suiteHome Directory

Page 22: IS 426:  Information Systems Construction in Modern Society

1. Local net Service Name configuration

2. Add 3. Service name: XE4. Network Protocol:

TCP5. Host name: your

device’s name6. Accept and finish!!

Page 23: IS 426:  Information Systems Construction in Modern Society

Now we are ready to Run some FORMS!

Page 24: IS 426:  Information Systems Construction in Modern Society

Connecting the forms builder

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

Page 25: IS 426:  Information Systems Construction in Modern Society

DATABASE IS NOW ACCESSABLE

Page 26: IS 426:  Information Systems Construction in Modern Society

View database tables and select one

Page 27: IS 426:  Information Systems Construction in Modern Society

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,…);