How to update table in oracle

This SQL tutorial provides explanations, examples for Update statement in oracle Update statement in oracle is used to update the existing rows in the table. It is a DML statement. DML stand data manipulation language. We can use this statement to update specific rows ,set of rows or all rows in the table. Syntax is […]

How to update table in oracle Read More »

Attachments in Oracle Applications R12

What is attachments in Oracle Applications The attachments feature enables users to link unstructured data, such as images, word processing documents, spreadsheets, or text to their application data. For example, users can link images to items or video to operations as operation instructions. Attachment information can flow through your entire application. For example, if you

Attachments in Oracle Applications R12 Read More »

How to create RMAN recovery catalog and register database in catalog

RMAN Recovery catalog is a very important registry. Control file registry get rotated after some time so you lost many backup information. By storing backup information in recovery catalog ,you get rid of this problem Also it provides a central repository where you can find all the backup information. Here are the steps on How to

How to create RMAN recovery catalog and register database in catalog Read More »

Scroll to Top