SQL Accounting Return Values
SQL accounting statements can return information in RADIUS attributes in an accounting response. This is useful only if you are using a client that expects and supports attributes embedded in a RADIUS accounting response message.
Stored procedures can also return output parameters. To call an Oracle stored procedure in a Solaris environment:
BEGIN storedProcedure(parameters …); END;