Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the method to debug errors in an oracle application.



Explain the method to debug errors in an oracle application...

Answer / Kamar Alam

Debugging errors in Oracle Applications can be done using various techniques. One common method is by using the Debug window, where you can set breakpoints and inspect variables. Here's a simple example:

```
declare
v_variable number;
begin
v_variable := 5;
dbms_output.put_line(v_variable);
-- Set a breakpoint here
end;
/
```

When you run this code, the execution will stop at the breakpoint, and you can inspect the value of `v_variable`. Other methods include using the Application Debugger (ADB) or Oracle Developer Tools for Visual Studio.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle D2K Interview Questions

What are open_form,call_form,new_form?

1 Answers  


What are the system variables can be set by users? Explain them

1 Answers  


How to make the project as .exe file in oracle forms & reports(d2k)?

1 Answers  


What is the format trigger?

1 Answers  


What is the sequence of firing in form level trigger?

1 Answers  


Do you know table based value sets?

1 Answers  


Explain the use of decode function

1 Answers  


What is secure property?

1 Answers  


How to avoid duplicate entries in the forms?

1 Answers  


What is the anchoring in reports?

1 Answers  


How is mapping of name of dll and function done?

1 Answers  


What is confine mode and flex mode?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)