4 lines
136 B
MySQL
4 lines
136 B
MySQL
|
|
<?php
|
||
|
|
header("HTTP/1.1 301 Moved Permanently");
|
||
|
|
header("Location: http://oracle-base.com/dba/script_creation/tablespace_ddl.sql");
|
||
|
|
?>
|