Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/oci8/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/oci8/tests/lob_020.phpt |
--TEST-- oci_lob_write()/erase()/read() with CLOBs --SKIPIF-- <?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- <?php require dirname(__FILE__).'/connect.inc'; require dirname(__FILE__).'/create_table.inc'; $ora_sql = "INSERT INTO ".$schema.$table_name." (Clob) VALUES (empty_Clob()) RETURNING clob INTO :v_clob "; $statement = oci_parse($c,$ora_sql); $clob = oci_new_descriptor($c,OCI_D_LOB); oci_bind_by_name($statement,":v_clob", $clob,-1,OCI_B_CLOB); oci_execute($statement, OCI_DEFAULT); var_dump($clob); $str = "