- myCommunity
- <
- Tech Support
- <
- All other technology
- <
- Re: Can i access to Oracle Database from home?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-03-2016
10:31 AM
10-03-2016
10:31 AM
Can i access to Oracle Database from home?
Can anyone show me how to login to Oracle account from non-RMIT network?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-03-2016
11:38 AM
10-03-2016
11:38 AM
Re: Can i access to Oracle Database from home?
Hi,
I guess you have to login to myDesktop first, then open a command window and using SQLPLUS but we need to get into MyDesktop first:
https://mydesktop.rmit.edu.au/vpn/index.html
To access emu, the following command line is used:
sqlplus [username/pasword]@// emu.cs.rmit.edu.au:1521/general.cs.rmit.edu.au
And there's another way using application called SQL DEVELOPER
SQL developer can be accessed via the Start Menu with myDesktop:
A new connection is created:
The database configuration is as follows: (where username will be the username of the student):
Done! Hope it helps!