home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / oracle / 1463 < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.2 KB  |  55 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!munnari.oz.au!network.ucsd.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!cbnewsd!cbfsb!cbnewsb.cb.att.com!gerette
  3. From: gerette@cbnewsb.cb.att.com (marianne.g.pittorino)
  4. Subject: Beginner's questions
  5. Message-ID: <1992Sep2.151700.25630@cbfsb.cb.att.com>
  6. Keywords: beginner
  7. Sender: news@cbfsb.cb.att.com
  8. Organization: AT&T
  9. Distribution: na
  10. Date: Wed, 2 Sep 1992 15:17:00 GMT
  11. Lines: 42
  12.  
  13.  
  14. Hi Oracle Users!
  15. I am just beginning to learn about Oracle and I have some really basic
  16. questions.  I have just started reading this newsgroup and the little I
  17. have read impresses me greatly.  I would appreciate it if some kind person
  18. would send me some answers (whether in e-mail or another posting is fine --
  19. whatever you think is appropriate).
  20.  
  21.      1) Is it better to create a small database initially and add tablespaces
  22.     to the database instead of creating a large database initially?
  23.  
  24.      2) Is it better to have lots of little tablespaces or fewer, larger
  25.     tablespaces?
  26.  
  27.      3) Are temporary tables and indices easily created/dropped within an
  28.     application using Pro*C?
  29.  
  30.      4) How do you completely destroy a database (i.e., no more datafiles,
  31.     no more control files, no more anything; I want it to seem as if the
  32.     database NEVER existed!)?  Could I just remove all files associated
  33.     with the database or is there some internal table that would be really
  34.     upset if I did?
  35.  
  36.      5) I created a tablespace, then dropped it (including contents).  Why
  37.     isn't the datafile removed and why does the row for the tablespace
  38.     (status = INVALID) still exist in dba_tablespaces?
  39.  
  40.      6) Is there any easy way to rename tables (aside from selecting into the
  41.     new table and dropping the old table)? Likewise, is there any easy way
  42.     to rename columns?  The RDBMS I use now has simple rename commands:
  43.         rename (old_table_name, new_table_name)
  44.         rename_col (table, old_column_name, new_column_name)
  45.     Does anything like this exist in Oracle?
  46.  
  47.      7) How is fragmentation monitored and how is it repaired?
  48.  
  49.  
  50. If an FAQ file exists for this group, please tell me how I can get a copy.  I
  51. don't want to rehash the same old questions over and over.
  52.  
  53. Thank you,
  54. Marianne G. Pittorino
  55.