Hi Experts,
I have create a procedure. In that technology as "ODITOOL". Command is as follows
OdiSqlUnload "-FILE=C:\sample2.txt" "-DRIVER=oracle.jdbc.OracleDriver"
"-URL=jdbc:oracle:thin:@localhost:1521:user1"
"-USER=user1" "-PASS=welcome"
"-FIELD_SEP=;"
"-DATE_FORMAT=dd/MM/yyyy hh:mm:ss"
"-QUERY=select * from user1.DWT_COMPANY"
I want to load the data from orcle table DWT_COMPANY to sample2. txt file. When i execute the procedure , i am getting error like
"com.sunopsis.sql.SnpsMissingParametersException: ODI-30011: Parameter cannot be null:-URL"
Please help me.
Thanks in advance,
A.kavya.