Browser Detection Script checks if Internet Explorer 5.5 is being used and adjusts the font size if it is.

Dynamic Pages: PL/SQL Code Segments

Skip Navigation Links| Field Descriptions | Related Help Topics | Additional Information |

Use this page to refine the PL/SQL code segments you specified between the <ORACLE> </ORACLE> tags in the previous step (Dynamic Page Content).

Go to topField Descriptions

 

Field Description
PL/SQL Code Segments

Displays the PL/SQL code segments you specified between the <ORACLE> </ORACLE> tags. For example:

<ORACLE>select * from scott.emp where deptno = :dept</ORACLE>

<ORACLE>
declare
l_raise number;
begin
l_raise := :raise_val;
htp.p('Give '||l_raise||' raise to department '||:dept);
htp.br;
scott.give_raise(:dept, l_raise);
end;
</ORACLE>

<ORACLE>select * from scott.emp where deptno = :dept</ORACLE>

Go to topRelated Help Topics

Concepts:

Next Steps:

Go to topAdditional Information

On Portal Center: