Database connectivity gives desktop and Web applications much of their value. .NET developers have products and framework objects that can tie a front-end application to SQL Server, MySQL, Sybase, ...
If you want to take a copy of one table and make a copy ofit in another schema (under another username), you can use the SQL*Plus COPYcommand, or a simple <code>"createtable foo as select * from other ...