Tag: Oracle

Community

Append Commit After Each DML

(Xiang Gao) When generating a script to perform data maintenance, especially DML, one common problem is that the user is required to make multiple commits between the DML operations to reduce the UNDO/rollback segment size. Typically, the script is edited manually after it has been generated.

Community

Segments Shrink

(Kimberly Floss) Segments that undergo significant data manipulation language (DML) activity, such as UPDATE and DELETE operations, can become sparsely populated, with chunks of free space within their data blocks. Besides simply wasting space, sparsely populated segments can also lead to poor p

Community

You receive a ‘Server: Msg 7212, Level 17, State 1, Line 1’ error message when you run an Oracle procedure from a computer that is running SQL Server 2000

You run an Oracle procedure in an Oracle database. When you do this from a computer that is running Microsoft SQL Server 2000 by using a linked server to an Oracle database, you receive the following error message: Server: Msg 7212, Level 17, State 1, Line 1 Could not execute procedure ‘Oracle Pr

Community

Search Using Dynamic PL/SQL

(Bhagwan Singh) This script returns the column and table names for a value input by a user. For example, if we know that there is a character value of ‘US-15017094’ with no other details available, this routine will search the user schema and list both table and column name for that value.