Download presentation
Presentation is loading. Please wait.
Published byDwayne Ramsey Modified over 9 years ago
1
ITIS5160: Applied Database
2
Connect to the Oracle database Read the wiki page at – https://cci-wiki01.uncc.edu/node/247 https://cci-wiki01.uncc.edu/node/247 Download and install the client side XenApp of citrix (for windows, the file name is ica32web) User name: your 49er account Password(default): qwe123
3
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 – http://www.uncc.edu/citrix
5
Click “CCI” Directory
6
Click “SQL-Developer”
7
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
9
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
10
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.