Hi
I'm trying to export webapps from Portal 5.1 to Portal 6, using XMLAccess. All went well, but I just notice that once I export from version 6, some new information are included in the exported XML.
The info is DOMAIN=CUST... usually it's DOMAIN=REL...
what happenned ? I think this is...
Ok. I changed the "CHAR" setting in the .ctl in my environment.
I changed it to 200000 (to be on the safe side). Here is what I have now :
Record 132867: Rejected - Error on table TTMPINTPFC.
ORA-01461: can bind a LONG value only for insert into a LONG column
What is the maximal value of...
Got something :
WHen I add the following code to Dagon's example, I reprodure the problem I have in my table :
OPTIONALLY ENCLOSED BY '"'
HHHEELLPP please
Sorry to tell you that, but it seems like it does not work. I checked and checked again, and here is the result :
Number to load: ALL
Number to skip: 0
Errors allowed: 2
Bind array: 64 rows, maximum of 65536 bytes
Continuation: none specified
Path used: Conventional
Table...
Ok. Here is the latest :
Looks like I'm back @ square 1.... I changed the DIRECT parameter to false, and changed my INTVTEXT definition in the .ctl to INTVTEXT "SUBSTR(:INTVTEXT,1,200)".
Here is the result :
Number to load: ALL
Number to skip: 0
Errors allowed: 2
Bind array: 64 rows...
Hi!
I'm currently using SQL*Loader to insert data into a Oracle table.
Here is my sqlloader command :
sqlldr / CONTROL=pfc_tmp_int_new.ctl LOG=tmp_int.log BAD=tmp_int.bad DATA=intv.dat ERRORS=2 DIRECT=TRUE>/dev/null
here is my table :
TABLE TTMPINTPFC (
INTCOD NUMBER,
MSGIDF...
hi
I have 2 sets of data :
Time of entry
Time of exit
Both data are varchar2(17), both data are something like this :
05/10/07 08:01:49
05/10/07 08:02:58
How can I find the time elapsed between "entry" and "exit"?
Thanks in advance
Forand
hi
I have 2 sets of data :
Time of entry
Time of exit
Both data are varchar2(17), both data are something like this :
05/10/07 08:01:49
05/10/07 08:02:58
How can I find the time elapsed between "entry" and "exit"?
Thanks in advance
Forand
Ok DNG :
I have a web page with a button in it. When a user click on it, i want the server to shell to a batch file (on the server) which will generate a web page and open it for the client.
what do you think?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.