This is a discussion on Oracle newbie within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hello I install Oracle8 Enterprise Edition Release 8.0.4 for Windows NT and I choose Typical in Starter Database.As I ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello I install Oracle8 Enterprise Edition Release 8.0.4 for Windows NT and I choose Typical in Starter Database.As I understand ORACLE create a sample database for me (If that is wrong please inform me).Also the installation create some services.Probably my starter database is OracleServiceORCL and OracleStartORCL which they running.Also running OracleTNSListener80 and OracleWebAssistant. Then i try to connect with Oracle Enterprise Manager with username internal and password oracle (i found this information in the Internet).In the left upper pane none of the choices show me nothing. How can i show my database in Oracle Enterprise Manager? Can this done via SQL (I am interested more in connection howto no in common SQL queries - but a full example it is OK for me) |
| |||
| database@freemail.gr (db_happy) wrote in message news:<b625e551.0307160202.c7d6981@posting.google.c om>... > Hello > > I install Oracle8 Enterprise Edition Release 8.0.4 for Windows NT and > I choose Typical in Starter Database.As I understand ORACLE create a > sample database for me (If that is wrong please inform me).Also the > installation create some services.Probably my starter database is > OracleServiceORCL and OracleStartORCL which they running.Also running > OracleTNSListener80 and OracleWebAssistant. > > Then i try to connect with Oracle Enterprise Manager with username > internal and password oracle (i found this information in the > Internet).In the left upper pane none of the choices show me nothing. > > How can i show my database in Oracle Enterprise Manager? > Can this done via SQL (I am interested more in connection howto no in > common SQL queries - but a full example it is OK for me) To see the sample database log in as SCOTT/TIGER |
| |||
| newbie, On NT, check your services. Any oracle database will be listed in the format OracleServiceTest (for a database named test) If you have any there, you can try login in with the following usernames & passwords SCOTT TIGER SYSTEM MANAGER SYS CHANGE_ON_INSTALL If you do not have a database, you can use the Database Assistant to create one for you. If you are able to login to an existing database with the above passwords, changed them to something else if the database contains any real/sensitive data. There might be some other usernames that will need passwords changed as well) To see your database in Enterprise Manager, after logging in (Standalone mode) then choose from the top navigation buttons NAVIGATION--Add database to tree, then you can try to add it manually by providing the info, or have it found in the tnsnames.ora file. -Roger database@freemail.gr (db_happy) wrote in message news:<b625e551.0307160202.c7d6981@posting.google.c om>... > Hello > > I install Oracle8 Enterprise Edition Release 8.0.4 for Windows NT and > I choose Typical in Starter Database.As I understand ORACLE create a > sample database for me (If that is wrong please inform me).Also the > installation create some services.Probably my starter database is > OracleServiceORCL and OracleStartORCL which they running.Also running > OracleTNSListener80 and OracleWebAssistant. > > Then i try to connect with Oracle Enterprise Manager with username > internal and password oracle (i found this information in the > Internet).In the left upper pane none of the choices show me nothing. > > How can i show my database in Oracle Enterprise Manager? > Can this done via SQL (I am interested more in connection howto no in > common SQL queries - but a full example it is OK for me) |
| ||||
| db_happy wrote: > Hello > > I install Oracle8 Enterprise Edition Release 8.0.4 for Windows NT and > I choose Typical in Starter Database.As I understand ORACLE create a > sample database for me (If that is wrong please inform me).Also the > installation create some services.Probably my starter database is > OracleServiceORCL and OracleStartORCL which they running.Also running > OracleTNSListener80 and OracleWebAssistant. > > Then i try to connect with Oracle Enterprise Manager with username > internal and password oracle (i found this information in the > Internet).In the left upper pane none of the choices show me nothing. > > How can i show my database in Oracle Enterprise Manager? > Can this done via SQL (I am interested more in connection howto no in > common SQL queries - but a full example it is OK for me) I don't say this to dampen your enthusiasm and hope you continue to study Oracle ... but 8.0.4 is so obsolete it will likely be impossible to find books for it and support, even here in this group, will be difficult. I would suggest that you go to http://store.oracle.com and purchase the CD pack for 8.1.7.4 or, if hardware permits, 9.2.0. If will be a far happier experience. -- Daniel Morgan http://www.outreach.washington.edu/e...ad/oad_crs.asp damorgan@x.washington.edu (replace 'x' with a 'u' to reply) |