facebook

password and location of database

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333382 Reply

    robcongmon
    Member

    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!

    #333411 Reply

    robcongmon,

    Oracle Database is not a part MyEclipse integrated sandbox. You should install Oracle in your local machine and then connect to oracle in MyEclipse using the username and password that you provide while installing Oracle.

    MyEclipse Derby database is part of the MyEclipse integrated sandbox. You don’t need to give any username/password to connect to derby.
    For more detailed information on MyEclipse derby database, please take a look at this :
    http://www.myeclipseide.com/documentation/quickstarts/derby/

    Let us know if you see any issues.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: password and location of database

You must be logged in to post in the forum log in