以下为实践样例:

 
  
  1. Last login: Thu Mar 28 11:22:31 2013 from 10.4.101.66 
  2. Sun Microsystems Inc.   SunOS 5.9       Generic May 2002 
  3. [oradev@misp5]/home/oradev>cd $ORACLE_HOME/admin 
  4. [oradev@misp5]/data/bjdev/db/9.2.0/admin>ls -l 
  5. 总数 2 
  6. drwxr-xr-x   5 oradev   dba          512 2007   7月 14 BJDEV_misp5 
  7. [oradev@misp5]/data/bjdev/db/9.2.0/admin>cd * 
  8. [oradev@misp5]/data/bjdev/db/9.2.0/admin/BJDEV_misp5>cd bdump 
  9. [oradev@misp5]/data/bjdev/db/9.2.0/admin/BJDEV_misp5/bdump>ls -l *.log 
  10. -rw-r--r--   1 oradev   dba      5141496  3月 28 11:37 alert_BJDEV.log 
  11. -rw-r--r--   1 oradev   dba         8414 2012   4月 13 alert_BJPRD.log 
  12. [oradev@misp5]/data/bjdev/db/9.2.0/admin/BJDEV_misp5/bdump>tail -50 *DEV* 
  13. Thu Mar 28 11:25:11 2013 
  14. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  15. Thu Mar 28 11:25:11 2013 
  16. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  17. Thu Mar 28 11:25:11 2013 
  18. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  19. Thu Mar 28 11:27:11 2013 
  20. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  21. Thu Mar 28 11:27:11 2013 
  22. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  23. Thu Mar 28 11:27:11 2013 
  24. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  25. Thu Mar 28 11:27:11 2013 
  26. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  27. Thu Mar 28 11:29:12 2013 
  28. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  29. Thu Mar 28 11:29:12 2013 
  30. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  31. Thu Mar 28 11:29:12 2013 
  32. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  33. Thu Mar 28 11:29:12 2013 
  34. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  35. Thu Mar 28 11:31:12 2013 
  36. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  37. Thu Mar 28 11:31:12 2013 
  38. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  39. Thu Mar 28 11:31:12 2013 
  40. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  41. Thu Mar 28 11:31:12 2013 
  42. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  43. Thu Mar 28 11:33:12 2013 
  44. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  45. Thu Mar 28 11:33:12 2013 
  46. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  47. Thu Mar 28 11:33:12 2013 
  48. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  49. Thu Mar 28 11:33:12 2013 
  50. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  51. Thu Mar 28 11:35:13 2013 
  52. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  53. Thu Mar 28 11:35:13 2013 
  54. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  55. Thu Mar 28 11:35:13 2013 
  56. ORA-1653: unable to extend table APPLSYS.FND_CONCURRENT_PROCESSES by 65 in              tablespace APPLSYSD  
  57. Thu Mar 28 11:35:13 2013 
  58. ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 5 in                tablespace APPLSYSD  
  59. Thu Mar 28 11:37:12 2013 
  60. alter tablespace applsysd add datafile '/data/bjdev/data/applsysd17.dbf' size 1m autoextend on next 512k maxsize 2000m 
  61. Thu Mar 28 11:37:12 2013 
  62. Completed: alter tablespace applsysd add datafile '/data/bjde 
  63. [oradev@misp5]/data/bjdev/db/9.2.0/admin/BJDEV_misp5/bdump>cd /data/bjdev/data 

 

 
  
  1. [oradev@misp5]/data/bjdev/data>ls -l applsysd* 
  2. -rwxr-xr-x   1 oradev   dba      6291464192  3月 28 11:37 applsysd01.dbf 
  3. -rwxr-xr-x   1 oradev   dba      6417293312  3月 28 11:34 applsysd02.dbf 
  4. -rwxr-xr-x   1 oradev   dba      5397716992  3月 28 11:13 applsysd03.dbf 
  5. -rwxr-xr-x   1 oradev   dba      6291464192  3月 28 11:37 applsysd04.dbf 
  6. -rwxr-xr-x   1 oradev   dba      6291464192  3月 28 11:35 applsysd05.dbf 
  7. -rwxr-xr-x   1 oradev   dba      5368717312  3月 28 00:50 applsysd06.dbf 
  8. -rwxr-xr-x   1 oradev   dba      5368717312  3月 28 11:34 applsysd07.dbf 
  9. -rwxr-xr-x   1 oradev   dba      5242888192  3月 28 00:50 applsysd08.dbf 
  10. -rwxr-xr-x   1 oradev   dba      9431949312  3月 28 11:03 applsysd09.dbf 
  11. -rwxr-xr-x   1 oradev   dba      3145736192  3月 28 00:50 applsysd10.dbf 
  12. -rwxr-xr-x   1 oradev   dba      3145736192  3月 28 00:50 applsysd11.dbf 
  13. -rwxr-xr-x   1 oradev   dba      4294975488  3月 28 00:50 applsysd12.dbf 
  14. -rwxr-xr-x   1 oradev   dba      4294975488  3月 28 11:13 applsysd13.dbf 
  15. -rwxr-xr-x   1 oradev   dba      4294975488  3月 28 11:13 applsysd14.dbf 
  16. -rwxr-xr-x   1 oradev   dba      4294975488  3月 28 11:34 applsysd15.dbf 
  17. -rw-r-----   1 oradev   dba      2097160192  3月 28 11:39 applsysd16.dbf 
  18. -rw-r-----   1 oradev   dba      1056768  3月 28 11:37 applsysd17.dbf 
  19. [oradev@misp5]/data/bjdev/data>sqlplus / as sysdba 
  20. Usage: SQLPLUS [ [<option>] [<logon>] [<start>] ] 
  21. where <option> ::= -H | -V | [ [-L] [-M <o>] [-R <n>] [-S] ] 
  22.       <logon>  ::= <username>[/<password>][@<connect_string>] | / | /NOLOG 
  23.       <start>  ::= @<URI>|<filename>[.<ext>] [<parameter> ...] 
  24.         "-H" displays the SQL*Plus version banner and usage syntax 
  25.         "-V" displays the SQL*Plus version banner 
  26.         "-L" attempts log on just once 
  27.         "-M <o>" uses HTML markup options <o> 
  28.         "-R <n>" uses restricted mode <n> 
  29.         "-S" uses silent mode 
  30. [oradev@misp5]/data/bjdev/data>sqlplus '/ as sysdba' 
  31.  
  32. SQL*Plus: Release 9.2.0.6.0 - Production on Thu Mar 28 11:43:55 2013 
  33.  
  34. Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved. 
  35.  
  36.  
  37. Connected to
  38. Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production 
  39. With the Partitioning, OLAP and Oracle Data Mining options 
  40. JServer Release 9.2.0.6.0 - Production 
  41.  
  42. SQL> alter tablespace applsysd add datafile '/data/bjdev/data/applsysd18.dbf' size 1m autoextend on next 512k maxsize 2000m; 
  43.  
  44. Tablespace altered. 
  45.  
  46. SQL>