News

I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.I need to pass this edited data back to the PL/SQL function to ...
Create ActiveX servers for PL/SQL packages A general rule of thumb for tuning database applications is "80 percent application, 20 percent database." Written by Scott Stephens, Contributor ...
I don't think it even has a split () function. It's been a while since I've written web pages with PL/SQL (switched to PHP and never looked back) so I'm afraid I won't me much help.
Stored procedures can speed up your code by reducing trips to your database -- even if you only have one SQL statement to execute. Here's how to speed up your application (and how to simplify your ...