Advertisement
Guest User

Untitled

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