Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FORAND

    WebSphere Portal 6 -- Domain REL vs CUST

    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...
  2. FORAND

    SQL*Loader question

    ...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 the CHAR parameter in the .CTL of SQL*Loader ?
  3. FORAND

    SQL*Loader question

    It worked on your test_table here. I will test tomorrow on the real thing. :)
  4. FORAND

    SQL*Loader question

    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
  5. FORAND

    SQL*Loader question

    ...Term Encl Datatype ------------------------------ ---------- ----- ---- ---- --------------------- INTCOD FIRST * , O(") CHARACTER MSGIDF NEXT * , O(") CHARACTER INTVINSTNUM...
  6. FORAND

    SQL*Loader question

    Yup, I gave you a star allright. You deserved it! Thanks again
  7. FORAND

    SQL*Loader question

    oups... sorry. I got the wrong log ;) It actually works ;) Big thanks to Dagon --->Star for ya!! :) Forand
  8. FORAND

    SQL*Loader question

    ...Term Encl Datatype ------------------------------ ---------- ----- ---- ---- --------------------- INTCOD FIRST * , O(") CHARACTER MSGIDF NEXT * , O(") CHARACTER INTVINSTNUM...
  9. FORAND

    SQL*Loader question

    Ok. So i changed my sqlldr command "DIRECT=FALSE". I'm trying it right now. More to come :)
  10. FORAND

    SQL*Loader question

    Hold on... i think it might have worked... don't know why I got this error msg, but some data has been entered in my table.
  11. FORAND

    SQL*Loader question

    Tried that^^ but I got this error msg : SQL*Loader-417: SQL string (on column INTVTEXT) not allowed in direct path. anyone ?
  12. FORAND

    SQL*Loader question

    So, i just paste 'INTVTEXT "SUBSTR(:INTVTEXT,1,200)"' in my .ctl file instead of my 'normal' definition of INTVTEXT ?
  13. FORAND

    SQL*Loader question

    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...
  14. FORAND

    Problem with date/time. How-to :

    Thanks! That is exactly what I was looking for. Star for you!
  15. FORAND

    Problem with date/time. How-to :

    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
  16. FORAND

    Problem with date/time

    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
  17. FORAND

    SQL problem

    Thanks Beilstwh and Turkbear for your help. I got it right now. 1 star each!
  18. FORAND

    Server-side shell

    nailed. thanks :)
  19. FORAND

    Server-side shell

    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?
  20. FORAND

    Server-side shell

    Hi I'm new to ASP and i need to use it to do a shell on the server-side to a batch file (.bat). How can i do that?

Part and Inventory Search

Back
Top