mehdi azarmi
play

Mehdi Azarmi Your default shell? (Bash or Tcsh) %echo $SHELL You - PowerPoint PPT Presentation

Mehdi Azarmi Your default shell? (Bash or Tcsh) %echo $SHELL You may change your default shell %chsh USERNAME /bin/bash More in the CS help page http://www.cs.purdue.edu/resources/facilities/oracle/cs.sxhtml Note te :


  1. Mehdi Azarmi

  2.  Your default shell? (Bash or Tcsh) ◦ %echo $SHELL  You may change your default shell ◦ %chsh USERNAME /bin/bash  More in the CS help page ◦ http://www.cs.purdue.edu/resources/facilities/oracle/cs.sxhtml  Note te : When you login into sqlplus, enter your username with this domain: your_oracle_id@csora  …Now you can use oracle from CS machines!

  3.  Download the Driver  Just use @csora with these parameters: ◦ Hostname: claros.cs.purdue.edu ◦ Port: 1524 ◦ SID: strep  How to connect to Oracle? Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@claros.cs.purd ue.edu:1524:strep","login","password"); Tutorial on JDBC  http://www.cbcb.umd.edu/confcour/CMSC424/Simple%20tutorial%20for%20using ◦ %20JDBC.pdf Working with Eclipse 

  4.  What is DriverManager? static { try { java.sql.DriverManager.registerDriver(new Driver()); } catch (SQLException E) { throw new RuntimeException("Can't register driver!"); } }

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend