QUOTE(Vyoma @ Oct 24 2008, 10:09 PM)

In terms of remote database, not sure I can use a URL, but I think I can make do with some TNS entries. The databases are residing with in a network and I don't think it is available as URL. (But that should be a small hurdle to figure out).
If the database is oracle 10g or above, the dba has to fire "isqlplusctl start" and the isqlplus server will start and will tell the SSL and the non-SSL URL for isql.
and "emctl start dbconsole" (in a shell window on the database system) will start the dbconsole, which you can access through it's URL. If this service is started, you don't need the Oracle 9i oem console on your PC, it's embedded in the 10g server-side.
--------------
By the way, I am discovering that "free" has several ways of understanding.
Oracle gives you freely access to a lot of tools if you want to learn how Oracle works (for instance you download and install the RDBMS on your PC, and you learn SQL and you start writing nice programs).
But once your system goes to production, I mean when you start using the tools for making money, then the things are not free any more. For instance you use your IE6 web browser in order to access to the Oracle Enterprise Manager Web console, but the owner of the server paid the licence. And if you put the stand-alone 9i version I was talking about on your own PC, if you want to use it at a customer site and be paid for doing that, you have first to pay the Oracle Client administrator software, else it's fully illegal.
That's why we have sometimes to make the difference between free and paid version, in the context "for learning purposes" or "making money with that".
I loved a ftp sofware which, after one month, started warning you : "If you are student, this software is free, please continue using it. If you are not a student, please stop using this tool and please buy it first".
So, everything I said today concerns the "learning purposes" part, it's free for personal usage. As soon as you start making money with Oracle you must pay your software licence.
Comment/Reply (w/o sign-up)