I have created an rdbms table in an execution plan and write below query
@from(eventtable = 'rdbms' , datasource.name = 'WSO2_CARBON_DB' , table.name
='ftp_log_table')
define table ftp_log_table (ts string, uid string, id_orig_h string, id_orig_p
int, id_resp_h string, id_resp_p int, user string, password string,command
string, arg string, mime_type string, file_size string, reply_code int,
reply_msg string);
from FTPInStream
select *
insert into ftp_log_table; There is no error of invalidity but I haven't
created this table before in the database. Also how can I view data in it? Is
it going to store data permanently or a long period of time for further
correspondence?
Regards,
Aneela Safdar
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev