I was following the MyEclipse Database Explorer Tutorial and got frustrated that it did not reveal the username and password of the test database. My first hurdle was that the oracle jdbc driver is not available in the myeclipse package, so I had to search, register in oracle, and got the free download.
So, what are the username and password to “jdbc:oracle:thin:@localhost:1521:dbtest”? Secondly, where exactly on my C drive is this database located? I’m not sure if this database even exists, but it should, according to the tutorial. On a similar note, where is the myeclipse derby (CLASSICCARS) database located on the C drive? (connection URL: jdbc:derby://localhost:1527/myeclipse). It will help a lot in understanding and debugging.
Thank you!