Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. table,th,td {
  6. border: 1px solid black;
  7. }
  8. </style>
  9. <Title>420 In-Class Exercise</Title>
  10. <body>
  11. <h1>IS420 HTML In-Class Exercise</h1>
  12. <table>
  13. <tr>
  14. <th><center>Setting up your Oracle iSQL *Plus environment</center></th>
  15. </tr>
  16. <tr>
  17. <td><p>On-campus Access:</p>
  18. <ol><li> open <a href="http://oracle92.is.umbc.edu:7778/isqlplus"> http://oracle92.is.umbc.edu:7778/isqlplus </a></li>
  19. <li>Sign in with: </li>
  20. <ul> <li> Username: IS420_CAMPUSID </li>
  21. <li>Password: same as above</li>
  22. <li>Connection: oracle.is.umbc.edu</li>
  23. </ul>
  24. </ol>
  25. </td>
  26. <td><p>Off-Campus acces (by VPN):</p>
  27. <ol>
  28. <li> Connect to the VPN at: <a href = "https://vpn.umbc.edu"> https://vpn.umbc.edu </a> </li>
  29. <li>Log in with your myUMBC Username and password</li>
  30. <li>URL box is on the upper right, put Oracle iSQL *Plus link and click browse.
  31. </li>
  32. </ol>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td><p>LOGIN through oracle SQL devloper</p>
  37. <ul>
  38. <li>Connection Name: oracle11g</li>
  39. <li>Username: IS420_CAMPUSID</li>
  40. <li>Password: IS420_CAMPUSID</li>
  41. <li>Role: Leave it as default</li>
  42. <li>Connection type: Basic</li>
  43. <li>Hostname: oracle.is.umbc.edu</li>
  44. <li>Port: 1521</li>
  45. <li>SID: orcl11r2 </li>
  46. </ul>
  47. </td>
  48. </tr>
  49.  
  50. </table>
  51. </body>
  52. </head>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement