Use the Statements to obtain OracleSqlStatementCollection, which allows accessing individual statements of the script and executing them manually. The collection is read-only, so you cannot modify it in any way. It is also bound to the originating OracleScript object, which means that if you have altered ScriptText, a previously obtained collection will be cleared.