How to create placeholder columns in oracle? - oracle

How to create placeholder columns in oracle?

Steps to create placeholder columns:

- Click inside the container group at the position where you want the column to be placed.
- Or to create a report level column, click in the open area of the canvas.
- Double click on the placeholder column object.
- Set desired properties using the property inspector.
- Set the value in the placeholder column using a function, pl/sql, etc.
What is autonomous transaction? - oracle
What is autonomous transaction? - Autonomous transactions have the ability to leave the context of calling transaction, then perform an independent transaction...
How to create LOV in Oracle forms? - oracle
How to create LOV in Oracle forms? - List of Values(LOV) are used either when a selected list is too long and hence would not be appropriate for a drop down, but needs a search form to select the value...
Which sql command to be used to get a print out from oracle?
Sql command to print out from oracle - PRINT: ...
Post your comment