catcon.pl run multiple statements in 12c
Hi experts,
In 12c, Oracle provides a Perl utility called "catcon.pl" to run sql statement in containers. But I only find the example to run one sql statement (detail in the oradoc listed below). Is there a way to use catcon.pl to run multiple sql statements? I do know that I can run catcon.pl with a sql script that contains multiple sql statements. But what I'm seeking for is to run multiple sql statements not sql script since I want to avoid to create files in local filesystem.
http://docs.oracle.com/database/121/ADMIN/cdb_admin.htm#ADMIN13661