If you want to list all the non alphanumeric files:
ls -R | grep -iv ^[a-z0-9\._-]*$
If you want to list all the non alphanumeric files:
ls -R | grep -iv ^[a-z0-9\._-]*$
If you’d like to log the result from a sql script, just prepare your sql script like that:spool result.log
SET SERVEROUTPUT ON
select * from dual;
spool off
exit
Then from a command line or a script shell execute the following command:
# sqlplus user/pwd@db_name @script.sql
Pour mettre en place, une datasource, il suffit de prendre un exemple ici /usr/local/jboss/docs/examples/jca/*-ds.xml
oracle-ds.xml par exemple
copier le /usr/local/jboss/server/default/deploy/ sous le nom fichier_de_datasource.xml
il faudra y faire reference dans les fichiers de config xml de l’appli qui sera deployer sous jboss:
