| http://www.w3.org/ns/prov#value | - ll, >In my expect script, I tried to use: >expect -re {.*} ... >to get all the output of a command, but it didn't. >The following is the command I send: >insert into table1 values (1,'abcde');commit; >and the output is like: >SQL> insert into table1 values (1, 'abcde'); >Transaction Done >SQL> >In my script, there is a place expecting the prompt SQL>.
|