ITIS5160: Applied Database
Connect to the Oracle database Read the wiki page at – Download and install the client side XenApp of citrix (for windows, the file name is ica32web) User name: your 49er account Password(default): qwe123
Screen Shots I have tested both IE and Firefox Using IE if firefox, chrome or safari fails Please install Java Run time Use IE to open –
Click “CCI” Directory
Click “SQL-Developer”
Now the citrix client will connect to the server Oracle will be loaded at the remote side Refer back to the wiki page for the step-by- step instructions for logging in to the system Be careful of the server host name
Tasks CREATE TABLE - creates a new table ALTER TABLE - modifies a table DROP TABLE - deletes a table CREATE INDEX - creates an index (search key) DROP INDEX - deletes an index SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT INTO - inserts new data into a database
Raghu Ramakrishnan Example Instances R1S1 S2 We will use these instances of the Sailors and Reserves relations in our examples. bidbnamecolor 101interlakeblue 102interlakered 103clippergreen 104marinered B1