Viewing Data in the Oracle8i Database

Ask a Question related to Oracle Server, Design and Development.

  1. #1

    Default Re: Viewing Data in the Oracle8i Database

    Cliff J wrote:
    > Hi,
    > I am new to Oracle. I am a network guy who is trying to get some
    > knowledge using Oracle. I installed Oracle8i. All I want to do is log
    > in as with the root account and look at the example database that
    > comes with the install. I try to log in to SQL using the
    > System/Manager account but I don't have sufficient privileges to look
    > at data.
    > My questions are, is there a built-in "admin" account that I should be
    > using to administrate the database and is there a GUI that I can use
    > to view data?
    > Thanks. I appreciate it.
    Since you are new and want to lean, I strongly encourage you to start with
    the Concepts manual first.

    All Oracle documentation is online and available free of charge at
    [url]http://docs.oracle.com[/url] (same as [url]http://otn.oracle.com[/url] >> Documentation)

    I also suggest you consider looking at "Oracle Essentials: Oracle9i,
    Oracle8i & Oracle8" (ISBN 0-596-00179-7 @ [url]http://oracle.oreilly.com/[/url])
    and Beginning Oracle Programming by Sean Dillon, et. al. (ISBN:
    186100690X) now out of print but still available if you're lucky.

    Please don't get used to accessing the database under the SYS or SYSTEM
    userids. After you've gone through Conceptrs manual you should understand
    why.

    As for a GUI to access data - 'real DBAs use SQL*Plus'. (Beginning Oracle
    Programming explains why). Although you could consider iSQLPlus <g>

    Hans Forbrich Guest

  2. Similar Questions and Discussions

    1. Trouble viewing live data
      Sometime Dreamweaver lets me view live data and when I preview the page in a browser everything comes up. Other times when i click to see live data...
    2. mx2004/MySQL/PHP Issue with viewing data
      Hi, I am trying to teach myself PHP/MySQL and have gotten through the tutorial to the point where I should be able to view the "TrioMotors Comments"...
    3. Viewing 10 at a time from a database
      Hello all, I have a question if you can't guess what it is from the Title. I'm trying to view 10 items at a time from my database, and then have...
    4. Problem with viewing database data
      Good Morning, Here is the problem: When I am viewing comments from the database on my processing page and they are quite long, my page layout...
    5. Simply viewing data in a database
      Hi, I am new to Oracle. I am a network guy who is trying to get some knowledge using Oracle. I installed Oracle8i. All I want to do is log in as...
  3. #2

    Default Re: Viewing Data in the Oracle8i Database

    You shouldn't be using root to install Oracle. You should have a normal
    Unix/Linux account setup for that .

    The system/manager should work, unless you changed the password which you
    should do anyway.

    To change the password of SYSTEM, connect using SYS with command = sqlplus
    internal
    Then enter at prompt SQL> alter user system identified by whateverpwyouwant
    ;

    I see other posters don't think using system is a good idea. I know using
    SYS is definitely NOT something you should ever do unless absolutely
    necessary like upgrades - or a quick password change from sys :)

    But, could someone tell me a good reason to not use the SYSTEM account for
    day to day DBA work.

    For easier viewing of data by those not familiar with Oracle's catalog,
    using a tool like TOAD (free version at [url]www.toadsoft.com[/url]) is useful. But, it
    only runs on Windozes. Another good one for Linux is TORA .

    --
    "Cliff J" <jonescj@optonline.net> wrote in message
    news:df7ad293.0306241646.479f11d2@posting.google.c om...
    > Hi,
    > I am new to Oracle. I am a network guy who is trying to get some
    > knowledge using Oracle. I installed Oracle8i. All I want to do is log
    > in as with the root account and look at the example database that
    > comes with the install. I try to log in to SQL using the
    > System/Manager account but I don't have sufficient privileges to look
    > at data.
    > My questions are, is there a built-in "admin" account that I should be
    > using to administrate the database and is there a GUI that I can use
    > to view data?
    > Thanks. I appreciate it.


    Burton Peltier Guest

  4. #3

    Default Re: Viewing Data in the Oracle8i Database

    Comments embedded . . .


    On Wed, 25 Jun 2003 23:42:59 -0500, "Burton Peltier"
    <burttemp1REMOVE_THIS@bellsouth.net> wrote:
    >You shouldn't be using root to install Oracle. You should have a normal
    >Unix/Linux account setup for that .
    >
    >The system/manager should work, unless you changed the password which you
    >should do anyway.
    >
    >To change the password of SYSTEM, connect using SYS with command = sqlplus
    >internal
    >Then enter at prompt SQL> alter user system identified by whateverpwyouwant
    >;
    You don't have to log on as SYS . . . . SYSTEM can change his own
    password. Unless, of course, SYSTEM can't remember his password to
    get logged on in the first place.
    >
    >I see other posters don't think using system is a good idea. I know using
    >SYS is definitely NOT something you should ever do unless absolutely
    >necessary like upgrades - or a quick password change from sys :)
    >
    >But, could someone tell me a good reason to not use the SYSTEM account for
    >day to day DBA work.
    >
    >For easier viewing of data by those not familiar with Oracle's catalog,
    >using a tool like TOAD (free version at [url]www.toadsoft.com[/url]) is useful. But, it
    >only runs on Windozes. Another good one for Linux is TORA .
    If your working desktop is Windoze, it doesn't matter what platform
    your DB is running on. I'm administering DB's on NT, Win2k, Solaris,
    and AIX, scattered across 3 states. Use TOAD and DB-Artisan on all of
    them. To the DB, the admin tool is just another client app, so
    doesn't matter what platform it runs on.

    Ed Stevens Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139