GeekInterview.com
Series: Subject: Topic:

AOL Interview Questions

Showing Questions 21 - 34 of 34 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What should I do if I am missing an executable from my appl_top?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Binary executables are created with adrelink. For example, if addmimp is missing use: adrelink force=y ranlib=y "ad addmimp"

Answered by: Narayana Reddy on: Oct 23rd, 2006

relink the particular module ,eg :if FNDLOAD is missing then relink FND module

Answered by: Ramprasad K on: May 30th, 2006

Hi,

Simply display the error(request status ERROR) , object name and  path in the logfile.

NOTE : Before submitting any request(s), required executable(s) to be trasfered(FTP) in their corresponding TOPs thru UNIX.

-Thanks Alot,

What so you mean by hierarchical and non hierarchical security type in value set?

Asked By: shreenath | Asked On: May 24th, 2006

Answered by: suryanarayana on: Sep 15th, 2006

Hierarchical maodel means there is a relationship between the parent comapny and subsidaries and we have to acess the inter company transactions also.Non Hiererchical Model contains the same thing but...

Answered by: renganathan on: Jul 12th, 2006

This comes into picture when security rule comes into picture.For example Say Maintanance is the one of the accounts, in that we have cleaning, painting expenses, when we are not accesssible to main a...

I have applied a patch. At the time of applying he update a table and suddenly he gives the error that table is lock. Now what I do?

Asked By: devesh | Asked On: Feb 3rd, 2006

Answered by: Atul on: Aug 20th, 2006

.rf9 files are created while applying patches usually in $APPL_TOP/admin/SID/restart   directory .

I'll check more on this & explain

Atul

http://teachmeoracle.com/interview.html

Answered by: ravikanthk on: Jun 21st, 2006

where would i find .rf9 file, and what execatly it dose

I have run a request but it is not completed. His status is (running normal) and those requests are giving after this he will be completed.So,now what steps I have to follow for the running request?

Asked By: devesh | Asked On: Feb 3rd, 2006

Answered by: shravanamsharat on: Jun 6th, 2006

You might have submitted the request when network traffice is peak.

So try to submitt the request when network traffice less, Suggested to submit at night time

Answered by: prabhu on: Mar 9th, 2006

sometimes the long rum willl come because of the table locks. Check is there any locks ,then remove the locks and resubmit the program.

How can I implement and manage the custom schema?

Asked By: devesh | Asked On: Feb 7th, 2006

Answered by: Mohammed Abdul Rahman on: May 12th, 2006

 basically a schema is collection of objects(tables, views, indexes,sequences) belonging to particular user, here in case of Oracle apps every module is implemented as a user for example Order Ma...

How do I find out what the currently installed release of applications is?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Select release_name from fnd_product_groups

Answered by: Ramakrishna Ambati on: May 4th, 2006

Run the following Quey

SELECT * FROM FND_PRODUCT_INIT_CONDITION

Cheers

Answered by: Nitin on: Mar 12th, 2006

We can also find out through Help > About Oracle Applications

Thanks,

Nitin

What is '$flex$ and '$profile$, what is the use of '$flex$'?

Asked By: seshu | Asked On: Mar 17th, 2006

Answered by: Vamsi Palla on: Apr 18th, 2006

Hi,  $Flex$ is used when we need to return the Flex value contained by any AOL Vlauset or AOL object .  For Ex .  $Flex$.<Valueset name>  would return the value held by that ...

Answered by: Amit Chintawar on: Mar 29th, 2006

The syntax for both is,$flex$.value set name- It is used to retrieve the value used in previous value set and generally used in Table type value set$profile$.profile option name- It is used to retrive value for that profile option

What are the logfile and output file naming conventions?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Logfiles: l.Req output files: if $appcpnam is not set: . If $appcpnam = reqid: o.Out if $appcpnam = user: .Out where: = the request id of the concurrent request and: = the id of the user that submitted the request

Answered by: Harshad Poogalia on: Apr 1st, 2006

Log file get following name by default: lRequest_id.reqand Output file get following name by default : oRequest_id.outOutput files are stored at $APPLCSF/$APPLOUTand Log files are stored at $APPLCSF/l...

Why does help->tools->examine ask for a password?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

The profile option utilities:diagnostics is set to no this profile option controls whether users can use the examine utility. The password should be the Apps password.

Answered by: Mukesh babu on: Mar 7th, 2006

Navigate to the Update System Profile Screen. (\ navigate profile system) - Select Level: Site - Query up Utilities:Diagnostics in the User Profile Options Zone. If the profile option Utilities:Diagno...

How can I change in custom.Pll? After changes how can I send on the server and what's effect in this condition?

Asked By: devesh | Asked On: Feb 3rd, 2006

Answered by: Guest on: Mar 7th, 2006

1. FTP  the Custom.pll from $AU_TOP/resource 2. Open the Custom.pll in Forms6i 3. Include the following code for your Form logic : begin     Form_Name varchar2(50) :...

How do I find the name of a form?

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Gui: use help->about Oracle applications scroll down to find the form name character: use help->version

Answered by: J on: Jan 13th, 2006

GUI: Use Help->About Oracle Applications
Scroll down to find the form name in Current Form

How do I find the version of an installed product? (such as reports, SQL*net etc.)

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

One of the easiest ways is to run the product if you can. Running reports designer will give you the reports version, running SQL*plus will give you its version etc. Another easy way is to launch the Oracle installer and look in the installed products on the right side. It will list all the products...

Answered by: Krishnasamy on: Dec 7th, 2005

RPM -qa |grep sql . RPM -qa will list the pakages installed.

How do I lookup ora errors? (and tns errors)

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Use: oerr ora xxxx or: oerr tns xxxx where xxxx is the error number (this also supports a number of other error types. Use the 3-letter error prefix in place of 'ora')

How do I generate one single form? (as opposed to using adadmin to generate them all)

Asked By: Interview Candidate | Asked On: Apr 8th, 2005

Character mode forms: use adfrmgen usage : adfrmgen filelist= or : adfrmgen product="product shortname(s)" [filepath="dir-path/filename"] for example : adfrmgen filelist=filelist.Txt adfrmgen product="gl" filepath="forms/glxssmty.Inp" (one file) adfrmgen product="gl" filepath="forms" (entire directory)...

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.