![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I require the ability to add a new clob field to a database table object on Oracle 10g SQL server. Can I just do an alter table *MyTable add column mynewfield clob; How do I insure that users can continue to make queries on the table??? I would be greatful if someone could point me to some documentation on this subject of high availability in a huge partitioned data warehouse type environment. Thank you in advance! |
#3
| |||
| |||
|
|
I require the ability to add a new clob field to a database table object on Oracle 10g SQL server. Can I just do an alter table *MyTable add column mynewfield clob; How do I insure that users can continue to make queries on the table??? I would be greatful if someone could point me to some documentation on this subject of high availability in a huge partitioned data warehouse type environment. Thank you in advance! |
#4
| |||
| |||
|
|
I require the ability to add a new clob field to a database table object on Oracle 10g SQL server. Can I just do an alter table MyTable add column mynewfield clob; How do I insure that users can continue to make queries on the table??? I would be greatful if someone could point me to some documentation on this subject of high availability in a huge partitioned data warehouse type environment. |
#5
| |||
| |||
|
|
jack_go... (AT) yahoo (DOT) com, 12.01.2012 21:01: I require the ability to add a new clob field to a database table object on Oracle 10g SQL server. Can I just do an alter table *MyTable add column mynewfield clob; How do I insure that users can continue to make queries on the table??? I would be greatful if someone could point me to some documentation on this subject of high availability in a huge partitioned data warehouse type environment. I think that's what dbms_redefinition is supposed to solve. http://docs.oracle.com/cd/B19306_01/...8/d_redefi.htm |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |