Insert issue

Hi,
I have more than 1000 column in my select query and want to insert that record in one table. can anybody suggest how is it possible?
example
create table tst nologging as
select a.*,b.*,c.*,a.dt-b.dt noofdays,b.dt-c.dt calcdays,.....,.....
from a.cd=b.cd and b.cd=c.cd;

Well, actually you can select more than 1000 columns...
SQL> select dummy -- 1
  2  ,      dummy -- 2
  3  ,      dummy -- 3
  4  ,      dummy -- 4
  5  ,      dummy -- 5
  6  ,      dummy -- 6
  7  ,      dummy -- 7
  8  ,      dummy -- 8
  9  ,      dummy -- 9
10  ,      dummy -- 10
11  ,      dummy -- 11
12  ,      dummy -- 12
13  ,      dummy -- 13
14  ,      dummy -- 14
15  ,      dummy -- 15
16  ,      dummy -- 16
17  ,      dummy -- 17
18  ,      dummy -- 18
19  ,      dummy -- 19
20  ,      dummy -- 20
21  ,      dummy -- 21
22  ,      dummy -- 22
23  ,      dummy -- 23
24  ,      dummy -- 24
25  ,      dummy -- 25
26  ,      dummy -- 26
27  ,      dummy -- 27
28  ,      dummy -- 28
29  ,      dummy -- 29
30  ,      dummy -- 30
31  ,      dummy -- 31
32  ,      dummy -- 32
33  ,      dummy -- 33
34  ,      dummy -- 34
35  ,      dummy -- 35
36  ,      dummy -- 36
37  ,      dummy -- 37
38  ,      dummy -- 38
39  ,      dummy -- 39
40  ,      dummy -- 40
41  ,      dummy -- 41
42  ,      dummy -- 42
43  ,      dummy -- 43
44  ,      dummy -- 44
45  ,      dummy -- 45
46  ,      dummy -- 46
47  ,      dummy -- 47
48  ,      dummy -- 48
49  ,      dummy -- 49
50  ,      dummy -- 50
51  ,      dummy -- 51
52  ,      dummy -- 52
53  ,      dummy -- 53
54  ,      dummy -- 54
55  ,      dummy -- 55
56  ,      dummy -- 56
57  ,      dummy -- 57
58  ,      dummy -- 58
59  ,      dummy -- 59
60  ,      dummy -- 60
61  ,      dummy -- 61
62  ,      dummy -- 62
63  ,      dummy -- 63
64  ,      dummy -- 64
65  ,      dummy -- 65
66  ,      dummy -- 66
67  ,      dummy -- 67
68  ,      dummy -- 68
69  ,      dummy -- 69
70  ,      dummy -- 70
71  ,      dummy -- 71
72  ,      dummy -- 72
73  ,      dummy -- 73
74  ,      dummy -- 74
75  ,      dummy -- 75
76  ,      dummy -- 76
77  ,      dummy -- 77
78  ,      dummy -- 78
79  ,      dummy -- 79
80  ,      dummy -- 80
81  ,      dummy -- 81
82  ,      dummy -- 82
83  ,      dummy -- 83
84  ,      dummy -- 84
85  ,      dummy -- 85
86  ,      dummy -- 86
87  ,      dummy -- 87
88  ,      dummy -- 88
89  ,      dummy -- 89
90  ,      dummy -- 90
91  ,      dummy -- 91
92  ,      dummy -- 92
93  ,      dummy -- 93
94  ,      dummy -- 94
95  ,      dummy -- 95
96  ,      dummy -- 96
97  ,      dummy -- 97
98  ,      dummy -- 98
99  ,      dummy -- 99
100  ,      dummy -- 100
101  ,      dummy -- 101
102  ,      dummy -- 102
103  ,      dummy -- 103
104  ,      dummy -- 104
105  ,      dummy -- 105
106  ,      dummy -- 106
107  ,      dummy -- 107
108  ,      dummy -- 108
109  ,      dummy -- 109
110  ,      dummy -- 110
111  ,      dummy -- 111
112  ,      dummy -- 112
113  ,      dummy -- 113
114  ,      dummy -- 114
115  ,      dummy -- 115
116  ,      dummy -- 116
117  ,      dummy -- 117
118  ,      dummy -- 118
119  ,      dummy -- 119
120  ,      dummy -- 120
121  ,      dummy -- 121
122  ,      dummy -- 122
123  ,      dummy -- 123
124  ,      dummy -- 124
125  ,      dummy -- 125
126  ,      dummy -- 126
127  ,      dummy -- 127
128  ,      dummy -- 128
129  ,      dummy -- 129
130  ,      dummy -- 130
131  ,      dummy -- 131
132  ,      dummy -- 132
133  ,      dummy -- 133
134  ,      dummy -- 134
135  ,      dummy -- 135
136  ,      dummy -- 136
137  ,      dummy -- 137
138  ,      dummy -- 138
139  ,      dummy -- 139
140  ,      dummy -- 140
141  ,      dummy -- 141
142  ,      dummy -- 142
143  ,      dummy -- 143
144  ,      dummy -- 144
145  ,      dummy -- 145
146  ,      dummy -- 146
147  ,      dummy -- 147
148  ,      dummy -- 148
149  ,      dummy -- 149
150  ,      dummy -- 150
151  ,      dummy -- 151
152  ,      dummy -- 152
153  ,      dummy -- 153
154  ,      dummy -- 154
155  ,      dummy -- 155
156  ,      dummy -- 156
157  ,      dummy -- 157
158  ,      dummy -- 158
159  ,      dummy -- 159
160  ,      dummy -- 160
161  ,      dummy -- 161
162  ,      dummy -- 162
163  ,      dummy -- 163
164  ,      dummy -- 164
165  ,      dummy -- 165
166  ,      dummy -- 166
167  ,      dummy -- 167
168  ,      dummy -- 168
169  ,      dummy -- 169
170  ,      dummy -- 170
171  ,      dummy -- 171
172  ,      dummy -- 172
173  ,      dummy -- 173
174  ,      dummy -- 174
175  ,      dummy -- 175
176  ,      dummy -- 176
177  ,      dummy -- 177
178  ,      dummy -- 178
179  ,      dummy -- 179
180  ,      dummy -- 180
181  ,      dummy -- 181
182  ,      dummy -- 182
183  ,      dummy -- 183
184  ,      dummy -- 184
185  ,      dummy -- 185
186  ,      dummy -- 186
187  ,      dummy -- 187
188  ,      dummy -- 188
189  ,      dummy -- 189
190  ,      dummy -- 190
191  ,      dummy -- 191
192  ,      dummy -- 192
193  ,      dummy -- 193
194  ,      dummy -- 194
195  ,      dummy -- 195
196  ,      dummy -- 196
197  ,      dummy -- 197
198  ,      dummy -- 198
199  ,      dummy -- 199
200  ,      dummy -- 200
201  ,      dummy -- 201
202  ,      dummy -- 202
203  ,      dummy -- 203
204  ,      dummy -- 204
205  ,      dummy -- 205
206  ,      dummy -- 206
207  ,      dummy -- 207
208  ,      dummy -- 208
209  ,      dummy -- 209
210  ,      dummy -- 210
211  ,      dummy -- 211
212  ,      dummy -- 212
213  ,      dummy -- 213
214  ,      dummy -- 214
215  ,      dummy -- 215
216  ,      dummy -- 216
217  ,      dummy -- 217
218  ,      dummy -- 218
219  ,      dummy -- 219
220  ,      dummy -- 220
221  ,      dummy -- 221
222  ,      dummy -- 222
223  ,      dummy -- 223
224  ,      dummy -- 224
225  ,      dummy -- 225
226  ,      dummy -- 226
227  ,      dummy -- 227
228  ,      dummy -- 228
229  ,      dummy -- 229
230  ,      dummy -- 230
231  ,      dummy -- 231
232  ,      dummy -- 232
233  ,      dummy -- 233
234  ,      dummy -- 234
235  ,      dummy -- 235
236  ,      dummy -- 236
237  ,      dummy -- 237
238  ,      dummy -- 238
239  ,      dummy -- 239
240  ,      dummy -- 240
241  ,      dummy -- 241
242  ,      dummy -- 242
243  ,      dummy -- 243
244  ,      dummy -- 244
245  ,      dummy -- 245
246  ,      dummy -- 246
247  ,      dummy -- 247
248  ,      dummy -- 248
249  ,      dummy -- 249
250  ,      dummy -- 250
251  ,      dummy -- 251
252  ,      dummy -- 252
253  ,      dummy -- 253
254  ,      dummy -- 254
255  ,      dummy -- 255
256  ,      dummy -- 256
257  ,      dummy -- 257
258  ,      dummy -- 258
259  ,      dummy -- 259
260  ,      dummy -- 260
261  ,      dummy -- 261
262  ,      dummy -- 262
263  ,      dummy -- 263
264  ,      dummy -- 264
265  ,      dummy -- 265
266  ,      dummy -- 266
267  ,      dummy -- 267
268  ,      dummy -- 268
269  ,      dummy -- 269
270  ,      dummy -- 270
271  ,      dummy -- 271
272  ,      dummy -- 272
273  ,      dummy -- 273
274  ,      dummy -- 274
275  ,      dummy -- 275
276  ,      dummy -- 276
277  ,      dummy -- 277
278  ,      dummy -- 278
279  ,      dummy -- 279
280  ,      dummy -- 280
281  ,      dummy -- 281
282  ,      dummy -- 282
283  ,      dummy -- 283
284  ,      dummy -- 284
285  ,      dummy -- 285
286  ,      dummy -- 286
287  ,      dummy -- 287
288  ,      dummy -- 288
289  ,      dummy -- 289
290  ,      dummy -- 290
291  ,      dummy -- 291
292  ,      dummy -- 292
293  ,      dummy -- 293
294  ,      dummy -- 294
295  ,      dummy -- 295
296  ,      dummy -- 296
297  ,      dummy -- 297
298  ,      dummy -- 298
299  ,      dummy -- 299
300  ,      dummy -- 300
301  ,      dummy -- 301
302  ,      dummy -- 302
303  ,      dummy -- 303
304  ,      dummy -- 304
305  ,      dummy -- 305
306  ,      dummy -- 306
307  ,      dummy -- 307
308  ,      dummy -- 308
309  ,      dummy -- 309
310  ,      dummy -- 310
311  ,      dummy -- 311
312  ,      dummy -- 312
313  ,      dummy -- 313
314  ,      dummy -- 314
315  ,      dummy -- 315
316  ,      dummy -- 316
317  ,      dummy -- 317
318  ,      dummy -- 318
319  ,      dummy -- 319
320  ,      dummy -- 320
321  ,      dummy -- 321
322  ,      dummy -- 322
323  ,      dummy -- 323
324  ,      dummy -- 324
325  ,      dummy -- 325
326  ,      dummy -- 326
327  ,      dummy -- 327
328  ,      dummy -- 328
329  ,      dummy -- 329
330  ,      dummy -- 330
331  ,      dummy -- 331
332  ,      dummy -- 332
333  ,      dummy -- 333
334  ,      dummy -- 334
335  ,      dummy -- 335
336  ,      dummy -- 336
337  ,      dummy -- 337
338  ,      dummy -- 338
339  ,      dummy -- 339
340  ,      dummy -- 340
341  ,      dummy -- 341
342  ,      dummy -- 342
343  ,      dummy -- 343
344  ,      dummy -- 344
345  ,      dummy -- 345
346  ,      dummy -- 346
347  ,      dummy -- 347
348  ,      dummy -- 348
349  ,      dummy -- 349
350  ,      dummy -- 350
351  ,      dummy -- 351
352  ,      dummy -- 352
353  ,      dummy -- 353
354  ,      dummy -- 354
355  ,      dummy -- 355
356  ,      dummy -- 356
357  ,      dummy -- 357
358  ,      dummy -- 358
359  ,      dummy -- 359
360  ,      dummy -- 360
361  ,      dummy -- 361
362  ,      dummy -- 362
363  ,      dummy -- 363
364  ,      dummy -- 364
365  ,      dummy -- 365
366  ,      dummy -- 366
367  ,      dummy -- 367
368  ,      dummy -- 368
369  ,      dummy -- 369
370  ,      dummy -- 370
371  ,      dummy -- 371
372  ,      dummy -- 372
373  ,      dummy -- 373
374  ,      dummy -- 374
375  ,      dummy -- 375
376  ,      dummy -- 376
377  ,      dummy -- 377
378  ,      dummy -- 378
379  ,      dummy -- 379
380  ,      dummy -- 380
381  ,      dummy -- 381
382  ,      dummy -- 382
383  ,      dummy -- 383
384  ,      dummy -- 384
385  ,      dummy -- 385
386  ,      dummy -- 386
387  ,      dummy -- 387
388  ,      dummy -- 388
389  ,      dummy -- 389
390  ,      dummy -- 390
391  ,      dummy -- 391
392  ,      dummy -- 392
393  ,      dummy -- 393
394  ,      dummy -- 394
395  ,      dummy -- 395
396  ,      dummy -- 396
397  ,      dummy -- 397
398  ,      dummy -- 398
399  ,      dummy -- 399
400  ,      dummy -- 400
401  ,      dummy -- 401
402  ,      dummy -- 402
403  ,      dummy -- 403
404  ,      dummy -- 404
405  ,      dummy -- 405
406  ,      dummy -- 406
407  ,      dummy -- 407
408  ,      dummy -- 408
409  ,      dummy -- 409
410  ,      dummy -- 410
411  ,      dummy -- 411
412  ,      dummy -- 412
413  ,      dummy -- 413
414  ,      dummy -- 414
415  ,      dummy -- 415
416  ,      dummy -- 416
417  ,      dummy -- 417
418  ,      dummy -- 418
419  ,      dummy -- 419
420  ,      dummy -- 420
421  ,      dummy -- 421
422  ,      dummy -- 422
423  ,      dummy -- 423
424  ,      dummy -- 424
425  ,      dummy -- 425
426  ,      dummy -- 426
427  ,      dummy -- 427
428  ,      dummy -- 428
429  ,      dummy -- 429
430  ,      dummy -- 430
431  ,      dummy -- 431
432  ,      dummy -- 432
433  ,      dummy -- 433
434  ,      dummy -- 434
435  ,      dummy -- 435
436  ,      dummy -- 436
437  ,      dummy -- 437
438  ,      dummy -- 438
439  ,      dummy -- 439
440  ,      dummy -- 440
441  ,      dummy -- 441
442  ,      dummy -- 442
443  ,      dummy -- 443
444  ,      dummy -- 444
445  ,      dummy -- 445
446  ,      dummy -- 446
447  ,      dummy -- 447
448  ,      dummy -- 448
449  ,      dummy -- 449
450  ,      dummy -- 450
451  ,      dummy -- 451
452  ,      dummy -- 452
453  ,      dummy -- 453
454  ,      dummy -- 454
455  ,      dummy -- 455
456  ,      dummy -- 456
457  ,      dummy -- 457
458  ,      dummy -- 458
459  ,      dummy -- 459
460  ,      dummy -- 460
461  ,      dummy -- 461
462  ,      dummy -- 462
463  ,      dummy -- 463
464  ,      dummy -- 464
465  ,      dummy -- 465
466  ,      dummy -- 466
467  ,      dummy -- 467
468  ,      dummy -- 468
469  ,      dummy -- 469
470  ,      dummy -- 470
471  ,      dummy -- 471
472  ,      dummy -- 472
473  ,      dummy -- 473
474  ,      dummy -- 474
475  ,      dummy -- 475
476  ,      dummy -- 476
477  ,      dummy -- 477
478  ,      dummy -- 478
479  ,      dummy -- 479
480  ,      dummy -- 480
481  ,      dummy -- 481
482  ,      dummy -- 482
483  ,      dummy -- 483
484  ,      dummy -- 484
485  ,      dummy -- 485
486  ,      dummy -- 486
487  ,      dummy -- 487
488  ,      dummy -- 488
489  ,      dummy -- 489
490  ,      dummy -- 490
491  ,      dummy -- 491
492  ,      dummy -- 492
493  ,      dummy -- 493
494  ,      dummy -- 494
495  ,      dummy -- 495
496  ,      dummy -- 496
497  ,      dummy -- 497
498  ,      dummy -- 498
499  ,      dummy -- 499
500  ,      dummy -- 500
501  ,      dummy -- 501
502  ,      dummy -- 502
503  ,      dummy -- 503
504  ,      dummy -- 504
505  ,      dummy -- 505
506  ,      dummy -- 506
507  ,      dummy -- 507
508  ,      dummy -- 508
509  ,      dummy -- 509
510  ,      dummy -- 510
511  ,      dummy -- 511
512  ,      dummy -- 512
513  ,      dummy -- 513
514  ,      dummy -- 514
515  ,      dummy -- 515
516  ,      dummy -- 516
517  ,      dummy -- 517
518  ,      dummy -- 518
519  ,      dummy -- 519
520  ,      dummy -- 520
521  ,      dummy -- 521
522  ,      dummy -- 522
523  ,      dummy -- 523
524  ,      dummy -- 524
525  ,      dummy -- 525
526  ,      dummy -- 526
527  ,      dummy -- 527
528  ,      dummy -- 528
529  ,      dummy -- 529
530  ,      dummy -- 530
531  ,      dummy -- 531
532  ,      dummy -- 532
533  ,      dummy -- 533
534  ,      dummy -- 534
535  ,      dummy -- 535
536  ,      dummy -- 536
537  ,      dummy -- 537
538  ,      dummy -- 538
539  ,      dummy -- 539
540  ,      dummy -- 540
541  ,      dummy -- 541
542  ,      dummy -- 542
543  ,      dummy -- 543
544  ,      dummy -- 544
545  ,      dummy -- 545
546  ,      dummy -- 546
547  ,      dummy -- 547
548  ,      dummy -- 548
549  ,      dummy -- 549
550  ,      dummy -- 550
551  ,      dummy -- 551
552  ,      dummy -- 552
553  ,      dummy -- 553
554  ,      dummy -- 554
555  ,      dummy -- 555
556  ,      dummy -- 556
557  ,      dummy -- 557
558  ,      dummy -- 558
559  ,      dummy -- 559
560  ,      dummy -- 560
561  ,      dummy -- 561
562  ,      dummy -- 562
563  ,      dummy -- 563
564  ,      dummy -- 564
565  ,      dummy -- 565
566  ,      dummy -- 566
567  ,      dummy -- 567
568  ,      dummy -- 568
569  ,      dummy -- 569
570  ,      dummy -- 570
571  ,      dummy -- 571
572  ,      dummy -- 572
573  ,      dummy -- 573
574  ,      dummy -- 574
575  ,      dummy -- 575
576  ,      dummy -- 576
577  ,      dummy -- 577
578  ,      dummy -- 578
579  ,      dummy -- 579
580  ,      dummy -- 580
581  ,      dummy -- 581
582  ,      dummy -- 582
583  ,      dummy -- 583
584  ,      dummy -- 584
585  ,      dummy -- 585
586  ,      dummy -- 586
587  ,      dummy -- 587
588  ,      dummy -- 588
589  ,      dummy -- 589
590  ,      dummy -- 590
591  ,      dummy -- 591
592  ,      dummy -- 592
593  ,      dummy -- 593
594  ,      dummy -- 594
595  ,      dummy -- 595
596  ,      dummy -- 596
597  ,      dummy -- 597
598  ,      dummy -- 598
599  ,      dummy -- 599
600  ,      dummy -- 600
601  ,      dummy -- 601
602  ,      dummy -- 602
603  ,      dummy -- 603
604  ,      dummy -- 604
605  ,      dummy -- 605
606  ,      dummy -- 606
607  ,      dummy -- 607
608  ,      dummy -- 608
609  ,      dummy -- 609
610  ,      dummy -- 610
611  ,      dummy -- 611
612  ,      dummy -- 612
613  ,      dummy -- 613
614  ,      dummy -- 614
615  ,      dummy -- 615
616  ,      dummy -- 616
617  ,      dummy -- 617
618  ,      dummy -- 618
619  ,      dummy -- 619
620  ,      dummy -- 620
621  ,      dummy -- 621
622  ,      dummy -- 622
623  ,      dummy -- 623
624  ,      dummy -- 624
625  ,      dummy -- 625
626  ,      dummy -- 626
627  ,      dummy -- 627
628  ,      dummy -- 628
629  ,      dummy -- 629
630  ,      dummy -- 630
631  ,      dummy -- 631
632  ,      dummy -- 632
633  ,      dummy -- 633
634  ,      dummy -- 634
635  ,      dummy -- 635
636  ,      dummy -- 636
637  ,      dummy -- 637
638  ,      dummy -- 638
639  ,      dummy -- 639
640  ,      dummy -- 640
641  ,      dummy -- 641
642  ,      dummy -- 642
643  ,      dummy -- 643
644  ,      dummy -- 644
645  ,      dummy -- 645
646  ,      dummy -- 646
647  ,      dummy -- 647
648  ,      dummy -- 648
649  ,      dummy -- 649
650  ,      dummy -- 650
651  ,      dummy -- 651
652  ,      dummy -- 652
653  ,      dummy -- 653
654  ,      dummy -- 654
655  ,      dummy -- 655
656  ,      dummy -- 656
657  ,      dummy -- 657
658  ,      dummy -- 658
659  ,      dummy -- 659
660  ,      dummy -- 660
661  ,      dummy -- 661
662  ,      dummy -- 662
663  ,      dummy -- 663
664  ,      dummy -- 664
665  ,      dummy -- 665
666  ,      dummy -- 666
667  ,      dummy -- 667
668  ,      dummy -- 668
669  ,      dummy -- 669
670  ,      dummy -- 670
671  ,      dummy -- 671
672  ,      dummy -- 672
673  ,      dummy -- 673
674  ,      dummy -- 674
675  ,      dummy -- 675
676  ,      dummy -- 676
677  ,      dummy -- 677
678  ,      dummy -- 678
679  ,      dummy -- 679
680  ,      dummy -- 680
681  ,      dummy -- 681
682  ,      dummy -- 682
683  ,      dummy -- 683
684  ,      dummy -- 684
685  ,      dummy -- 685
686  ,      dummy -- 686
687  ,      dummy -- 687
688  ,      dummy -- 688
689  ,      dummy -- 689
690  ,      dummy -- 690
691  ,      dummy -- 691
692  ,      dummy -- 692
693  ,      dummy -- 693
694  ,      dummy -- 694
695  ,      dummy -- 695
696  ,      dummy -- 696
697  ,      dummy -- 697
698  ,      dummy -- 698
699  ,      dummy -- 699
700  ,      dummy -- 700
701  ,      dummy -- 701
702  ,      dummy -- 702
703  ,      dummy -- 703
704  ,      dummy -- 704
705  ,      dummy -- 705
706  ,      dummy -- 706
707  ,      dummy -- 707
708  ,      dummy -- 708
709  ,      dummy -- 709
710  ,      dummy -- 710
711  ,      dummy -- 711
712  ,      dummy -- 712
713  ,      dummy -- 713
714  ,      dummy -- 714
715  ,      dummy -- 715
716  ,      dummy -- 716
717  ,      dummy -- 717
718  ,      dummy -- 718
719  ,      dummy -- 719
720  ,      dummy -- 720
721  ,      dummy -- 721
722  ,      dummy -- 722
723  ,      dummy -- 723
724  ,      dummy -- 724
725  ,      dummy -- 725
726  ,      dummy -- 726
727  ,      dummy -- 727
728  ,      dummy -- 728
729  ,      dummy -- 729
730  ,      dummy -- 730
731  ,      dummy -- 731
732  ,      dummy -- 732
733  ,      dummy -- 733
734  ,      dummy -- 734
735  ,      dummy -- 735
736  ,      dummy -- 736
737  ,      dummy -- 737
738  ,      dummy -- 738
739  ,      dummy -- 739
740  ,      dummy -- 740
741  ,      dummy -- 741
742  ,      dummy -- 742
743  ,      dummy -- 743
744  ,      dummy -- 744
745  ,      dummy -- 745
746  ,      dummy -- 746
747  ,      dummy -- 747
748  ,      dummy -- 748
749  ,      dummy -- 749
750  ,      dummy -- 750
751  ,      dummy -- 751
752  ,      dummy -- 752
753  ,      dummy -- 753
754  ,      dummy -- 754
755  ,      dummy -- 755
756  ,      dummy -- 756
757  ,      dummy -- 757
758  ,      dummy -- 758
759  ,      dummy -- 759
760  ,      dummy -- 760
761  ,      dummy -- 761
762  ,      dummy -- 762
763  ,      dummy -- 763
764  ,      dummy -- 764
765  ,      dummy -- 765
766  ,      dummy -- 766
767  ,      dummy -- 767
768  ,      dummy -- 768
769  ,      dummy -- 769
770  ,      dummy -- 770
771  ,      dummy -- 771
772  ,      dummy -- 772
773  ,      dummy -- 773
774  ,      dummy -- 774
775  ,      dummy -- 775
776  ,      dummy -- 776
777  ,      dummy -- 777
778  ,      dummy -- 778
779  ,      dummy -- 779
780  ,      dummy -- 780
781  ,      dummy -- 781
782  ,      dummy -- 782
783  ,      dummy -- 783
784  ,      dummy -- 784
785  ,      dummy -- 785
786  ,      dummy -- 786
787  ,      dummy -- 787
788  ,      dummy -- 788
789  ,      dummy -- 789
790  ,      dummy -- 790
791  ,      dummy -- 791
792  ,      dummy -- 792
793  ,      dummy -- 793
794  ,      dummy -- 794
795  ,      dummy -- 795
796  ,      dummy -- 796
797  ,      dummy -- 797
798  ,      dummy -- 798
799  ,      dummy -- 799
800  ,      dummy -- 800
801  ,      dummy -- 801
802  ,      dummy -- 802
803  ,      dummy -- 803
804  ,      dummy -- 804
805  ,      dummy -- 805
806  ,      dummy -- 806
807  ,      dummy -- 807
808  ,      dummy -- 808
809  ,      dummy -- 809
810  ,      dummy -- 810
811  ,      dummy -- 811
812  ,      dummy -- 812
813  ,      dummy -- 813
814  ,      dummy -- 814
815  ,      dummy -- 815
816  ,      dummy -- 816
817  ,      dummy -- 817
818  ,      dummy -- 818
819  ,      dummy -- 819
820  ,      dummy -- 820
821  ,      dummy -- 821
822  ,      dummy -- 822
823  ,      dummy -- 823
824  ,      dummy -- 824
825  ,      dummy -- 825
826  ,      dummy -- 826
827  ,      dummy -- 827
828  ,      dummy -- 828
829  ,      dummy -- 829
830  ,      dummy -- 830
831  ,      dummy -- 831
832  ,      dummy -- 832
833  ,      dummy -- 833
834  ,      dummy -- 834
835  ,      dummy -- 835
836  ,      dummy -- 836
837  ,      dummy -- 837
838  ,      dummy -- 838
839  ,      dummy -- 839
840  ,      dummy -- 840
841  ,      dummy -- 841
842  ,      dummy -- 842
843  ,      dummy -- 843
844  ,      dummy -- 844
845  ,      dummy -- 845
846  ,      dummy -- 846
847  ,      dummy -- 847
848  ,      dummy -- 848
849  ,      dummy -- 849
850  ,      dummy -- 850
851  ,      dummy -- 851
852  ,      dummy -- 852
853  ,      dummy -- 853
854  ,      dummy -- 854
855  ,      dummy -- 855
856  ,      dummy -- 856
857  ,      dummy -- 857
858  ,      dummy -- 858
859  ,      dummy -- 859
860  ,      dummy -- 860
861  ,      dummy -- 861
862  ,      dummy -- 862
863  ,      dummy -- 863
864  ,      dummy -- 864
865  ,      dummy -- 865
866  ,      dummy -- 866
867  ,      dummy -- 867
868  ,      dummy -- 868
869  ,      dummy -- 869
870  ,      dummy -- 870
871  ,      dummy -- 871
872  ,      dummy -- 872
873  ,      dummy -- 873
874  ,      dummy -- 874
875  ,      dummy -- 875
876  ,      dummy -- 876
877  ,      dummy -- 877
878  ,      dummy -- 878
879  ,      dummy -- 879
880  ,      dummy -- 880
881  ,      dummy -- 881
882  ,      dummy -- 882
883  ,      dummy -- 883
884  ,      dummy -- 884
885  ,      dummy -- 885
886  ,      dummy -- 886
887  ,      dummy -- 887
888  ,      dummy -- 888
889  ,      dummy -- 889
890  ,      dummy -- 890
891  ,      dummy -- 891
892  ,      dummy -- 892
893  ,      dummy -- 893
894  ,      dummy -- 894
895  ,      dummy -- 895
896  ,      dummy -- 896
897  ,      dummy -- 897
898  ,      dummy -- 898
899  ,      dummy -- 899
900  ,      dummy -- 900
901  ,      dummy -- 901
902  ,      dummy -- 902
903  ,      dummy -- 903
904  ,      dummy -- 904
905  ,      dummy -- 905
906  ,      dummy -- 906
907  ,      dummy -- 907
908  ,      dummy -- 908
909  ,      dummy -- 909
910  ,      dummy -- 910
911  ,      dummy -- 911
912  ,      dummy -- 912
913  ,      dummy -- 913
914  ,      dummy -- 914
915  ,      dummy -- 915
916  ,      dummy -- 916
917  ,      dummy -- 917
918  ,      dummy -- 918
919  ,      dummy -- 919
920  ,      dummy -- 920
921  ,      dummy -- 921
922  ,      dummy -- 922
923  ,      dummy -- 923
924  ,      dummy -- 924
925  ,      dummy -- 925
926  ,      dummy -- 926
927  ,      dummy -- 927
928  ,      dummy -- 928
929  ,      dummy -- 929
930  ,      dummy -- 930
931  ,      dummy -- 931
932  ,      dummy -- 932
933  ,      dummy -- 933
934  ,      dummy -- 934
935  ,      dummy -- 935
936  ,      dummy -- 936
937  ,      dummy -- 937
938  ,      dummy -- 938
939  ,      dummy -- 939
940  ,      dummy -- 940
941  ,      dummy -- 941
942  ,      dummy -- 942
943  ,      dummy -- 943
944  ,      dummy -- 944
945  ,      dummy -- 945
946  ,      dummy -- 946
947  ,      dummy -- 947
948  ,      dummy -- 948
949  ,      dummy -- 949
950  ,      dummy -- 950
951  ,      dummy -- 951
952  ,      dummy -- 952
953  ,      dummy -- 953
954  ,      dummy -- 954
955  ,      dummy -- 955
956  ,      dummy -- 956
957  ,      dummy -- 957
958  ,      dummy -- 958
959  ,      dummy -- 959
960  ,      dummy -- 960
961  ,      dummy -- 961
962  ,      dummy -- 962
963  ,      dummy -- 963
964  ,      dummy -- 964
965  ,      dummy -- 965
966  ,      dummy -- 966
967  ,      dummy -- 967
968  ,      dummy -- 968
969  ,      dummy -- 969
970  ,      dummy -- 970
971  ,      dummy -- 971
972  ,      dummy -- 972
973  ,      dummy -- 973
974  ,      dummy -- 974
975  ,      dummy -- 975
976  ,      dummy -- 976
977  ,      dummy -- 977
978  ,      dummy -- 978
979  ,      dummy -- 979
980  ,      dummy -- 980
981  ,      dummy -- 981
982  ,      dummy -- 982
983  ,      dummy -- 983
984  ,      dummy -- 984
985  ,      dummy -- 985
986  ,      dummy -- 986
987  ,      dummy -- 987
988  ,      dummy -- 988
989  ,      dummy -- 989
990  ,      dummy -- 990
991  ,      dummy -- 991
992  ,      dummy -- 992
993  ,      dummy -- 993
994  ,      dummy -- 994
995  ,      dummy -- 995
996  ,      dummy -- 996
997  ,      dummy -- 997
998  ,      dummy -- 998
999  ,      dummy -- 999
1000 ,      dummy -- 1000
1001 ,      dummy -- 1001
1002 ,      dummy -- 1002
1003 ,      dummy -- 1003
1004 ,      dummy -- 1004
1005 ,      dummy -- 1005
1006 ,      dummy -- 1006
1007 ,      dummy -- 1007
1008 ,      dummy -- 1008
1009 ,      dummy -- 1009
1010 ,      dummy -- 1010
1011 from   dual;
DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY DUMMY
removed the others in order to overcome "Your message exceeds the maximum length of 30000 characters. "
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X     X
SQL> But yes, you won't be able to insert them into a table... ;)

Similar Messages

  • Bulk Insert Issue with BCP

    I'm running SQL Server 2008 R2 and trying to test out bcp in one of our databases. For almost all the tables, the bcp and bulk insert work fine using similar commands below.  However on a few tables I am experiencing an issue when trying to Bulk Insert
    in.
    Here are the details:
    This is the bcp command to export out the data (via simple batch file):
     1.)
    SET OUTPUT=K:\BCP_FIN_Test
    SET ERRORLOG=C:\Temp\BCP_Error_Log
    SET TIMINGS=C:\Temp\BCP_Timings
    bcp "SELECT * FROM FS84RPT.dbo.PS_PO_LINE Inner Join FS84RPT.[dbo].[PS_RECV_LN_ACCTG] on PS_PO_LINE.BUSINESS_UNIT = PS_RECV_LN_ACCTG.BUSINESS_UNIT_PO and PS_PO_LINE.PO_ID= PS_RECV_LN_ACCTG.PO_ID and PS_PO_LINE.LINE_NBR= PS_RECV_LN_ACCTG.LINE_NBR WHERE
    PS_RECV_LN_ACCTG.FISCAL_YEAR = '2014' and PS_RECV_LN_ACCTG.ACCOUNTING_PERIOD BETWEEN '9' AND '11' " queryout %OUTPUT%\PS_PO_LINE.txt -e %ERRORLOG%\PS_PO_LINE.err -o %TIMINGS%\PS_PO_LINE.txt -T -N
     2.)
    BULK INSERT PS_PO_LINE FROM 'K:\BCP_FIN_Test\PS_PO_LINE.txt' WITH (DATAFILETYPE = 'widenative')
    Msg 4869, Level 16, State 1, Line 1
    The bulk load failed. Unexpected NULL value in data file row 2, column 22. The destination column (CNTRCT_RATE_MULT) is defined as NOT NULL.
    Msg 4866, Level 16, State 4, Line 1
    The bulk load failed. The column is too long in the data file for row 3, column 22. Verify that the field terminator and row terminator are specified correctly.
    Msg 7399, Level 16, State 1, Line 1
    The OLE DB provider "BULK" for linked server "(null)" reported an error. The provider did not give any information about the error.
    Msg 7330, Level 16, State 2, Line 1
    Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".
    I've tried a few different things including trying to export as character and import as BULK INSERT PS_PO_LINE FROM 'K:\BCP_FIN_Test\PS_PO_LINE.txt' WITH (DATAFILETYPE = 'char')
    But no luck
    Appreciate help

    It seems that the target table does not match your expectations.
    Since I don't know exactly what you are doing, I will have to resort to guesses.
    I note that you export query goes:
      SELECT * FROM FS84RPT.dbo.PS_PO_LINE Inner Join
    And then you are importing into a table called PS_PO_LINE as well. But for your operation to make sense the import PS_PO_LINE must not only have the columns from the PS_PO_LINE, but also all columns from PS_RECV_LN_ACCTG. Maybe your SELECT should read
      SELECT PS_PO_LINE.* FROM FS84RPT.dbo.PS_PO_LINE Inner Join
    or use an EXISTS clause to add the filter of PS_RECV_LN_ACCTG table. (Assuming that it appears in the query for filtering only.)
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Scenario:SAP-XI-AS/400; Ack not possible and DB insert issues.

    Hi,
    I have a SAP-XI-AS/400 scenario and I have two issues with the same.
    1. When I trigger an IDoc to the XI system, I get ack status(in SXMB_MONI) as: "Acknowledgement not possible". The message is : "Unable to convert the sender service to an ALE logical system"
    2. While trying to do a DB insert I get the below Error and DB insert is not happening.
    " Error Unable to execute statement for table or stored procedure. '<table_name>' (Structure 'Statement_<table_name>') due to java.sql.SQLException: [SQL7008] <table_name> in <lib> not valid for operation.
    Error JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. '<table_name>' (structure 'Statement_<table_name>'): java.sql.SQLException: [SQL7008] <table_name> in <lib> not valid for operation.
    Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. '<table_name>' (structure 'Statement_<table_name>'): java.sql.SQLException: [SQL7008] <table_name> in <lib> not valid for operation.
    Error Exception caught by adapter framework: null
    Error Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. '<table_name>' (structure 'Statement_<table_name>'): java.sql.SQLException: [SQL7008] <table_name> in <lib> not valid for operation.. "
    I have been using the same kind of query we use for other succesful dB inserts.
    Can you please give me a solution and suggest possible reasons and workarounds?
    Thank you
    Best Regards,
    Smitha

    Smitha,
    Go through this links....
    Some Experts discussions..
    Error while updating JDBD table
    JDBC Error
    Error when executing statement for table/stored proc  DB2 - Data Truncation
    Hope this info is useful to you..
    Thanks,
    Satya Kumar

  • Contribute CS4 Paste/Insert Issues

    I hope someone can help with this. We are having an issue
    where we can't paste/insert anything having to do with HTML into a
    nested template in Contribute CS4. If we select text from notepad
    and paste or "Paste Text Only" from Contribute, it works great! We
    did not have these issues in CS3.
    We would just roll back to CS3, but we upgraded to CS4
    because when editing a page in CS3 with a flash script, cs3 would
    mess up the script.
    Thanks!

    Hi,
    Can you please let me know the exact scenario to reproduce
    issue?
    Also please send me the nested template you used and the
    parent template of the nested template to [email protected]
    You information will be kept confidential.
    Thanks.

  • Disk insertion issue

    I'm posting this on two or three iPod forums because although I don't believe it's an iPod issue, other users will most likely have come across it when syncing iPods.
    After a couple of years of mostly trouble-free use, suddenly when I try to sync my 2nd gen iPod Shuffle with iTunes on my Intel Mac Mini, it does not mount either in iTunes or on the Desktop, and I get an error message that says, "The disk you inserted was not readable by this computer".
    The light on the Shuffle flashes red three times and then stops. The options available in the error message are "Initialize...", "Ignore" and "Eject". I don't believe the "Initialize" option is intended for iPods.
    For these reasons I don't believe this to be an iPod issue: (a) it syncs as normal with my G4 PowerBook (and I have restored its factory settings via this route); (b) I could still listen to tracks on the Shuffle before I restored its settings; and (c) trying to sync my old 1st gen Shuffle produces the same error.
    I have found one solution, which is to sync it via the USB1 sockets on my keyboard, although this is not a desirable long-term solution. I have tried all my USB2 sockets without success.
    My iPod Classic mounts and syncs correctly via Firewire.
    I searched for the error message on Google, and found several threads on various forums, but none seemed to have found an answer. Some users had experienced the same error message when mounting external hard-drives -- LaCies were mentioned a few times. I have a couple of LaCie drives, but these so far haven't been a problem and get a clean bill of health via Disk Utility.
    My gut feeling is that this is a USB2 issue. Anybody got any hands-on experience or preferably a solution?

    bump...
    additional findings:
    created 2 new users, one admin, one not. same results.
    while running Disk Utility and inserting a DVD, it shows up in the drive list but it won't mount it. 'get info' shows the disk format as a "MS-DOS File System (FAT16)" disk.
    while the DVD is still in the drive and starting Virtual PC, Win 95 shows the DVD as a mounted D: and is accessable.
    so something in OS X is ignoring these DVDs...
    G4 Gigabit Ethernet 1.2 GHz (Sonnet Encore/ST), 1.3 GB RAM, 120 GB HD,   Mac OS X (10.4.8)  

  • HTML insert issue

    Hi,
    I have a small issue on inserting HTML in to my page.
    This the code:
    <form name="jump1">
    <select name="myjumpbox"
    OnChange="location.href=jump1.myjumpbox.options[selectedIndex].value">
         <option selected>Please Select...
         <option value="http://www.CNN.com/">CNN.com
         <option value="http://www.Google.com/">Google.com
         <option value="http://www.MSN.com/">MSN.com
    </select>
    </form>
    So it works fine if I create a new page and insert it. No problem at all.
    But when I insert it to my Project page where I have multiple Widget...., then it does not work. It shows the drop sown and you can select it but it does not take you to the selected URL as expected.
    I tried it multiple times and just copy/paste the same code and it works fine on an empty page but not in my crowded page.
    On my crowded page, I don't have any pther HTML inserted. But I have Navigation widget, slide show widget.
    Could you let me know why it doesn't work in the crowded page?

    You may try to change the sequence of the layers...

  • Image insert issue help

    I created a simple html page in DW CS3. I inserted an image i plan just to use as an add on this page. The image is 4600 pixel long. Only half of it shows up on my page but the whole thing shows up fine when testing it via DW.. Please help.
    Page Code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>HolidayMiniSessions</title>
    <style type="text/css">
    <!--
    #apDiv1 {
              position:absolute;
              width:677px;
              height:115px;
              z-index:1;
              left: 344px;
              top: 3781px;
    .style1 {          font-family: "Adobe Caslon Pro";
              font-weight: bold;
              font-size: x-large;
    a:link {
              color: #000000;
              text-decoration: none;
    a:visited {
              text-decoration: none;
    a:hover {
              text-decoration: none;
              color: #F10595;
    a:active {
              text-decoration: none;
    -->
    </style>
    </head>
    <body>
    <div align="center">
      <p><img src="HOLIDAYMINIJENEPHOTOGRAPHY2012.jpg" width="1008" height="4642" /></p>
      <p> </p>
      <p> </p>
      <div id="apDiv1">
        <p class="style1"><a href="www.jenephotography.com">WWW.JENEPHOTOGRAPHY.COM</a></p>
        <p class="style1">407-430-8986 EMAIL:<a href="mailto:[email protected]">[email protected]</a></p>
      </div>
      <p>   </p>
    </div>
    </body>
    </html>
    But the DIV is still visible..its confusing me.. WHATS WRONG.. Please help
    HERE IS LINK TO PAGE THAT IS CUTTING OFF
    http://www.jenephotography.com/addpages/HolidayMiniSessions.html

    Yes, I see that the image on your server itself is cut in half. Maybe a timeout issue when you're uploading from Dreamweaver. Try Filezilla. Has a better timeout for ECONN uploads.
    To add to John's solution, if a normal upload in Filezilla doesn't work, try doing an ASCII mode upload in Filezilla. This has proven to be a common fix to most image upload issues.
    Also, I'd recommend you normalize your filename - use lowercase only and please please please replace spaces with underscores _ or hyphens -

  • Cfgrid insert issue

    Hi,
    I am having a small issue with inserting new rows into a grid and is flaky about it, sometimes it works and sometimes it does not. Here is what appears to be happening(some of the time that is). Once the page is loaded and displaying the grid, I can press the insert button and it will expand the grid to show a blank row waiting for some data. I type the data in and hit submit and it processes the form and sends me back to grid, but does not show the new insert.
    It seems that once I type in the data I need to click off of the cell and bring the focus to something else and hit submit it does seem to work, but if I press the submit button while the new cell still has the cursor focus is when it seems to mostly fail.
    Any suggestions on what is exactly going on here or how to fix it? TIA.

    First page:
    <cfform action="editaffiliatetypeaction.cfm" method="post">
    <cfgrid name="editaffiliatetypegrid" selectmode="edit" insert="yes" insertbutton="Insert"delete="yes" deletebutton="Delete" query="getaffiliatetype">
    <cfgridcolumn name="affiliatetype_id" header="affiliatetype_ID" display="no">
    <cfgridcolumn name="affiliatetype" header="Affiliate Type" display="yes" width="255">
    </cfgrid><br />
    <cfinput type="submit" name="submit" value="submit">
    </cfform>
    Action page:
    <CFIF IsDefined("form.editaffiliatetypegrid.rowstatus.action")>
        <CFLOOP INDEX = "Counter" FROM = "1" TO =
            #ArrayLen(form.editaffiliatetypegrid.rowstatus.action)#>
        <CFOUTPUT>
        The row action for #Counter# is:
        #form.editaffiliatetypegrid.rowstatus.action[Counter]#
        <BR><BR>
        </CFOUTPUT>
        <CFIF form.editaffiliatetypegrid.rowstatus.action[Counter] IS "D">
        <CFQUERY NAME="DeleteAffiliatetype" DATASOURCE="#dsn#">
            DELETE from affiliatetype
            WHERE affiliatetype_id=#form.editaffiliatetypegrid.original.affiliatetype_id[Counter]#
        </CFQUERY>
    <CFELSEIF form.editaffiliatetypegrid.rowstatus.action[Counter] IS "U">
        <CFQUERY NAME="UpdateExistingAffiliatetype" DATASOURCE="#dsn#">
            UPDATE affiliatetype
            SET affiliatetype='#form.editaffiliatetypegrid.affiliatetype[Counter]#'
            WHERE affiliatetype_id=#form.editaffiliatetypegrid.original.affiliatetype_id[Counter]#
        </CFQUERY>
    <CFELSEIF form.editaffiliatetypegrid.rowstatus.action[Counter] IS "I">
        <CFQUERY NAME="InsertNewAffiliatetype" DATASOURCE="#dsn#">
            INSERT into affiliatetype
            (affiliatetype)
            VALUES ('#form.editaffiliatetypegrid.affiliatetype[Counter]#')
        </CFQUERY>
        </CFIF>
        </CFLOOP>
    </CFIF>
    <cflocation url="editaffiliatetype.cfm">

  • Inserting issue while ruuning a DBUnit TestCase

    Hi all,
    Iam trying to run a sample program which inserts data in to two tables(master and Child ), while iam reading data from a flatxml file.
    Iam using MS SQLServer 2000 .
    The child table has a auto increment coloumn, now i need to explicitly override the column and add the data in to the column.when i try to run the testcase iam getting this exception.
    FaltXML File:
    <?xml version='1.0' encoding='UTF-8'?>
    <dataset>
    <ServiceRequest ID="2222226" Priority="1" Status="3" ReceiptMethod="2" RequestType="1" OperatingChannel="9" DeadlineDate="2001-03-10 00:00:00.0" IsEscalated="false" LastActionedBy="mapdev02" LastActionedDate="2005-02-28 00:00:00.0" CreationDate="2000-08-29 00:00:00.0" ClosedDate="2000-12-20 00:00:00.0" IsDuplicateCheckComplete="false"/>
    <Account ID="9999999" ServiceRequest="2222226" Number="12344565" ProductCode="SVC" SubProductCode="SHC" Status="PreApproval" ServicingBranchBSB="2001" ControllingPostID="A0010" ShortName="ANZ" OperatingChannel="2" LastChangeDate="2002-12-24 00:00:00.0"/>
    </dataset>
    Class File :
    package com.db.unitTest;
    import java.io.FileInputStream;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import org.dbunit.DatabaseTestCase;
    import org.dbunit.database.AbstractDatabaseConnection;
    import org.dbunit.database.DatabaseConfig;
    import org.dbunit.database.DatabaseConnection;
    import org.dbunit.database.IDatabaseConnection;
    import org.dbunit.dataset.IDataSet;
    import org.dbunit.dataset.xml.FlatXmlDataSet;
    import org.dbunit.ext.mssql.InsertIdentityOperation;
    import org.dbunit.ext.mssql.MsSqlConnection;
    import org.dbunit.operation.DatabaseOperation;
    import org.dbunit.operation.TransactionOperation;
    public class SampleTest extends DatabaseTestCase {
         private FlatXmlDataSet loadedDataSet;
         protected IDatabaseConnection getConnection() throws Exception {
              System.out.println("==============getConnection()");
              Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
    Connection connection = DriverManager
              .getConnection(
         "jdbc:sqlserver://161.11.4.1:49168;DatabaseName=MAPDM;SelectMethod=cursor","mapUser", "map");
              MsSqlConnection msConnection = new MsSqlConnection(connection);
         return msConnection;
         protected IDataSet getDataSet() throws Exception {
              System.out.println("==============getDataSet()");
    loadedDataSet = new FlatXmlDataSet(new FileInputStream(".\\data\\input.xml"));
         return loadedDataSet;
         protected DatabaseOperation getSetUpOperation() throws Exception {
              System.out.println("==============getSetUpOperation()");
              InsertIdentityOperation.INSERT.execute(getConnection(),getDataSet());     
              return null;
         protected DatabaseOperation getTearDownOperation() throws Exception {
              System.out.println("==============getTearDownOperation()");
              return DatabaseOperation.DELETE;
         public void testCheckDataLoaded() throws Exception {
              System.out.println("==============testCheckDataLoaded()");
    }Please help.
    Cheers
    Jeevan
    com.microsoft.sqlserver.jdbc.SQLServerException: sp_cursoropen/sp_cursorprepare: The statement parameter can only be a single select or a single stored procedure.
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source)
         at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.sendExecute(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecute(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(Unknown Source)
         at org.dbunit.database.statement.SimplePreparedStatement.addBatch(SimplePreparedStatement.java:67)
         at org.dbunit.database.statement.AutomaticPreparedBatchStatement.addBatch(AutomaticPreparedBatchStatement.java:57)
         at org.dbunit.operation.AbstractBatchOperation.execute(AbstractBatchOperation.java:187)
         at org.dbunit.ext.mssql.InsertIdentityOperation.execute(InsertIdentityOperation.java:162)
         at com.db.unitTest.SampleTest.getSetUpOperation(SampleTest.java:66)
         at org.dbunit.DatabaseTestCase.setUp(DatabaseTestCase.java:118)
         at junit.framework.TestCase.runBare(TestCase.java:125)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at junit.framework.TestSuite.runTest(TestSuite.java:208)
         at junit.framework.TestSuite.run(TestSuite.java:203)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:421)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:305)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:186)

    Thanks Ranganath,
    Yes there is a problem in the PA30. employee is not enrolled in benefits so it is throughing me error.
    Thanks a lot
    Ravi

  • HT5163 SIM insert issue in ipad mini

    Dear Sir/Madam,
    I have purcheased ipad mini (Wifi + cellular) a week before. I am trying to pull out nano sim tray with sim tool given by apple. But i couldn't do it. I have seen video of how to insert sim card in youtube. same way only i did. But its not coming out. Please help.
    Regards,
    Kumar. A

    This is the iphone forum
    Make an appointment at the genius bar

  • Insert issue with connection to MS Access

    Hi
    New to Java and this forum, if I'm in the wrong forum for this question please direct me to the correct one, thanks.
    I'm able to connect and query my table no problem but when I try to insert a record with a date field it fails. I've spent the last two days googling the internet and trying every example I can find but I cannot get this to work. Here's where I left off, assume I've made my connection to the database.
    public void insertRecord()
    java.sql.Date dt = java.sql.Date.valueOf("1998-12-25");
    String sql = "INSERT INTO table1 ( name, date ) " +
    "VALUES ( ?, " + dt + " )";
    try
    PreparedStatement ps = connection.prepareStatement(sql);
    ps.setString(1, "Linn");
    ps.executeUpdate();
    catch ( Exception e )
    System.err.println( "Failed to insert record." );
    } // end method insertRecord
    Can someone show me where I'm going wrong here? Or can someone provide me with a simple example that actually works?
    My Access table has three fields:
    id <autonumber>
    name <text(50)>
    date <date/time custom format yyyy,mm,dd>
    Thanks in advance,
    Linn

    More specific
    String sql = "INSERT INTO table1 ( name, date ) " +
    "VALUES ( ?, #" + dt + " #)";Hi,
    Thanks for the response, I tried your suggestion but
    it still doesn't work for me.
    Anything else I can try?
    Thanks much,
    LinnAh, got it! I remembered seeing a posting elsewhere that suggested putting square brackets around the field name "date", like this [date]. I don't recall why they said this was necessary though. Tried that and it looks like it's working. To complete this for anyone else who finds this thread here's the final insert command.
    String sql = "INSERT INTO table1 ( name, [date] ) " +
    "VALUES ( ?, #" + dt + "#)";
    This worked for me.
    Thanks again,
    Linn

  • SQL LOADER DATA INSERT ISSUES

    I tried inserting data into an empty table in my database but got the following error:
    SQL*Loader: Release 11.1.0.6.0 - Production on Tue Jul 7 22:01:35 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-350: Syntax error at line 7.
    Expecting "," or ")", found "VARCHAR2".
    countryname VARCHAR2(25),
    ^
    What is wrong what this please? Find below the contents of .CTL and .DAT files.
    Content of load_country.CTL
    LOAD DATA
    infile '/D:/Data/Load/load_country.dat'
    INTO TABLE ASSET.COUNTRY
    INSERT
    FIELDS TERMINATED BY ';'
    (countrycode,
    countryname VARCHAR2(25),
    population NUMBER(10))
    The content of the load_country.DAT file:
    BEN;Benin;8791832
    BFA;Burkina Faso;15746232
    CPV;Cape Verde;503000
    Thank you.
    Ofonime Essien.

    Hello,
    After solving the Varchar2 problem, I received this error for the NUMBER data type:
    SQL*Loader: Release 11.1.0.6.0 - Production on Wed Jul 8 11:47:16 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-350: Syntax error at line 8.
    Expecting "," or ")", found "number".
    population number(10))
    ^
    I replaced the Number data type with Float but received this error:
    SQL*Loader: Release 11.1.0.6.0 - Production on Wed Jul 8 11:52:27 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-350: Syntax error at line 8.
    Expecting valid column specification, "," or ")", found "(".
    population Float(10))
    ^
    Replacing Number data type with Integer, I received this error:
    SQL*Loader: Release 11.1.0.6.0 - Production on Wed Jul 8 12:17:11 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Control File: D:\Data\Load\tsl.CTL
    Data File: D:\Data\Load\c.dat
    Bad File: D:\Data\Load\c.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table C, loaded from every logical record.
    Insert option in effect for this table: INSERT
    Column Name Position Len Term Encl Datatype
    COUNTRYCODE FIRST * ; CHARACTER
    COUNTRYNAME NEXT 27 VARCHAR
    POPULATION NEXT 10 INTEGER
    SQL*Loader-941: Error during describe of table C
    ORA-04043: object C does not exist
    Thank you so much.
    Ofonime.
    Edited by: ofonime on Jul 8, 2009 7:09 PM

  • Inserting issue with MS Access

    Hi,
    I am trying to insert a record in MS Access. Following is the code.
    class SqlTest {
    public static void main(String args[]) throws Exception {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con = DriverManager.getConnection("jdbc:odbc:myDsn");
    Statement stmt = con.createStatement();
    stmt.executeUpdate("insert into emp values('e999', 'Raj')");
    After executing the program, if I check the data base the record would not have been inserted. The program does not even throw any exception. If I execute the same program with ORACLE, it works fne and record gets inserted. Could some one please let me know what could be the problem?

    Hey guys,
    I also tried executing the query directly in MS Access and it just worked fine.
    Also I got work around for my problem. If I extract data after I insert it in the same program, then the record gets inserted. May be it has got do with COMMIT operation. But what if I have to do only INSERT operation without selecting data?

  • JDBC receiver - INSERT issue

    Hi all.
    Let's assume I have a document with a number of INSERT statements :
    - <p2:XXX xmlns:p2="http://abc.com">
    - <UPDATE_INSERT>
    - <IN_MAT action="INSERT">
      <table>MY_TAB</table>
    - <access>
      <MANDT>030</MANDT>
      <WERK>LW01</WERK>
      <MATNR>PFS</MATNR>
      <INTIME>04.07.2005</INTIME>
      <MATTYP>0012</MATTYP>
      <MATXT>PFS</MATXT>
      <GMIEN>PJM</GMIEN>
      <RATIO>0000000001.000</RATIO>
      </access>
      </IN_MAT>
      </UPDATE_INSERT>
    - <UPDATE_INSERT>
    - <IN_MAT action="INSERT">
      <table>MY_TAB</table>
    - <access>
      <MANDT>030</MANDT>
      <WERK>LG01</WERK>
      <MATNR>HPL</MATNR>
      <INTIME>16.06.2005</INTIME>
      <MATTYP>0013</MATTYP>
      <MATXT>HPL</MATXT>
      <GMIEN>ARK</GMIEN>
      <RATIO>0000000005.330</RATIO>
      </access>
      </IN_MAT>
      </UPDATE_INSERT>
    Is there any way to process them in separate way. I mean
    that in case of failure (for any reason) in one INSERT
    rest of them wasn't rolled back??
    I guess, that usually a whole XML message is rolled back.
    Am I right?
    Regards,
        Grzegorz.

    Just a wild option...:) ..
    i think it will work...but it may not be a very pretty one...Just thinking along the lines of having a commit after every statement...Your message would be something like this...
    - <p2:XXX xmlns:p2="http://abc.com">
    - <UPDATE_INSERT>
    - <IN_MAT action="INSERT">
    <table>MY_TAB</table>
    - <access>
    <MANDT>030</MANDT>
    <WERK>LW01</WERK>
    <MATNR>PFS</MATNR>
    <INTIME>04.07.2005</INTIME>
    <MATTYP>0012</MATTYP>
    <MATXT>PFS</MATXT>
    <GMIEN>PJM</GMIEN>
    <RATIO>0000000001.000</RATIO>
    </access>
    </IN_MAT>
    </UPDATE_INSERT>
    <Commit_STAT>
    <docommit action="SQL_DML">
    <access>COMMIT WORK</access>
    </docommit>
    </Commit_STAT>
    - <UPDATE_INSERT>
    - <IN_MAT action="INSERT">
    <table>MY_TAB</table>
    - <access>
    <MANDT>030</MANDT>
    <WERK>LG01</WERK>
    <MATNR>HPL</MATNR>
    <INTIME>16.06.2005</INTIME>
    <MATTYP>0013</MATTYP>
    <MATXT>HPL</MATXT>
    <GMIEN>ARK</GMIEN>
    <RATIO>0000000005.330</RATIO>
    </access>
    </IN_MAT>
    </UPDATE_INSERT>
    <Commit_STAT>
    <docommit action="SQL_DML">
    <access>COMMIT WORK</access>
    </docommit>
    </Commit_STAT>
    Thanks & Regards,
    Renjith

  • Master detail form initial insert issue on details sub-region

    Hello,
    I created a master detail form with report which should do insertion on master and detail region/subregion.
    On insert mode I enter with data master and detail block, when I press "Create" button, insertion happens only on master block (order table) not and on detail block (order_item table).
    On EDIT mode it does insertions/updates on master and detail block without problems.
    Application Express 4.2.1.00.08
    Oracle Database 11g Express Edition Release 11.2.0.2.0
    I appreciate your help.
    Regards

    Something like this should do the work:
    CREATE OR REPLACE TRIGGER order_item_table_tr
       BEFORE INSERT
       ON order_item_table
       FOR EACH ROW
    BEGIN
       IF :NEW.order_id IS NULL
       THEN
          :NEW.order_id := v ('P1_ORDER_ID');
       END IF;
    END order_item_table_tr;
    /Make sure the Automatic Row Processing (DML) of the order table returns key into item > Return Key Into Item > P1_ORDER_ID (or however the primary key of the order table is named)
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Date insert issue

    Third question of the day, I know I am breaking all records.
    Trying to insert the date below to db;
    to_date('2010/05/27 4:52:02 PM', 'yyyy/mm/dd hh12:mi:ss'))I get the following error;
    ORA-01830: date format picture ends before converting entire input string Also I tried changing hh12 to hh24 no luck.
    I followed this tutorial:
    [http://www.techonthenet.com/oracle/questions/insert_date.php|http://www.techonthenet.com/oracle/questions/insert_date.php]
    I'm out for the day but will come back tomorrow and check this.
    Many thanks as always.

    Please compare the datetime and the format model closely.
    What element at the end is missing?
    (If you still don't see it, drink extra coffee or clean your glasses)
    This is why you are getting the error.
    It is appreciated if you don't post such basic problems, which you can easily resolve yourself, in this forum.
    Sybrand Bakker
    Senior Oracle DBASorry for posting a basic problem. I have been assigned to put together an application in 3 days using Oracle database that I haven't had never touched before in my life.
    I do not drink coffee nor do I wear glasses, The difference between you sir and the other top posters is that they answer question without insulting and go easy on the newbies.
    Relax, not everyone is a "Senior Oracle DBA"
    Thank you for replying to my thread.

Maybe you are looking for

  • Flash buttons don't appear in browser

    I insert a Flash button. It is visible when I preview the page in a browser that I access from Dreamweaver. But it does not appear visibly when viewed in a browser independently of Dreamweaver. A sample of this problem is here: http://www.newtoncorne

  • How to manage different supply parameters for the same item based on demand quantity?

    We are using unconstrained ASCP.  We have some products that can be produced in a 'small' machine or can be produced in a large tank.  If ASCP has created a planned order for a quantity less than 1000 it will be made on the small machine with the sup

  • [JS] CS3 Help with groups needed

    Hi. I am formatting a page of text frames, and images, and trying to group the selected objects together. While formatting the pageI am gathering an array of variables: myGroupArray = new Array(); myGroupCounter = 0; myGroupArray[myGroupCounter]="myT

  • Resource availability during Non-Working Hours and Weekends

    Hi Gurus, Aim: Make the Resource available during Non-Working Hours and Weekends Requirement: CRP functionality enabling In CRC2 I have selected capacity tab and in capacity header under 'Change Interval and Shifts' button. I have Inserted a new Inte

  • After Effects error:crash occurred while invoking effect plug-in"scripting"

       I made up a bat file with 8 commands like"  afterfx -m -r ...." .    It will startup 8 AEs and render my work. But when I double the commands with starting 16 AEs,7-8 of them are carshed,says "crash occurred while invoking   effect plug-in"scripti