![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi all, i have some big tables i am generating in excel, and i want to create them in my DB, since they are many and every one is >20 000 rows, i want to ask if there is any way to expand the amounts of rows oracle takes in every copy - paste. because as my settings are now, when copying and pasting, oracle has a very limited number of rows that can be inserted, a time. can this limit be extended and how? Thanks for any help |
#3
| |||
| |||
|
|
hi all, i have some big tables i am generating in excel, and i want to create them in my DB, since they are many and every one is >20 000 rows, i want to ask if there is any way to expand the amounts of rows oracle takes in every copy - paste. because as my settings are now, when copying and pasting, oracle has a very limited number of rows that can be inserted, a time. can this limit be extended and how? Thanks for any help |
#4
| |||
| |||
|
|
hi all, i have some big tables i am generating in excel, and i want to create them in my DB, since they are many and every one is >20 000 rows, i want to ask if there is any way to expand the amounts of rows oracle takes in every copy - paste. because as my settings are now, when copying and pasting, oracle has a very limited number of rows that can be inserted, a time. can this limit be extended and how? Thanks for any help |
#5
| |||
| |||
|
|
hi all, i have some big tables i am generating in excel, and i want to create them in my DB, since they are many and every one is >20 000 rows, i want to ask if there is any way to expand the amounts of rows oracle takes in every copy - paste. because as my settings are now, when copying and pasting, oracle has a very limited number of rows that can be inserted, a time. can this limit be extended and how? Thanks for any help |
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Hi Charles these methods seem very powerful, but i m not sure i know how to do them, but i think i am using something 95% similar to the second methos you talked about, the 'macro' one. i just wrote a VBA, with an insert into formula in Excel, so i generate the data in excel, i save the rows in a txt file and from there i do a crete table in oracle, and i paste the values i have in the txt so the thing i am copying and pasting is kind of this: creat table_XXX( sal_x varchar2(12), sal_prod ........) insert into table table_xxx value(....,....,...); ............ ........ commit; thats how i know to do it at the present time, but since you have something better, i would like you to show me some info. on any valuable documentations about it. Thanks a lot. |
![]() |
| Thread Tools | |
| Display Modes | |
| |