Search found 2063 matches

by admin
Tue Jun 13, 2006 11:04 am
Forum: Oracle Forms & Reports
Topic: Multiple Instance of an Application.
Replies: 25
Views: 990655

Let me clear the confusion, There are different ways to be authenticated. Few applications keep security tables and you create users in those tables with certain privs. Another is to create users in database and then grant roles to them. Now to be more specific the application you have will have sep...
by admin
Tue Jun 13, 2006 10:59 am
Forum: Oracle Databases
Topic: Replication....?
Replies: 6
Views: 2579

1- What is the objective of this data copy? Backup or....
2- Database version?
3- Are both databases updatable? Hope not....
by admin
Tue Jun 13, 2006 10:44 am
Forum: Oracle Forms & Reports
Topic: see my problem
Replies: 4
Views: 3855

1- You need to put the following line in when-new-form-instance trigger to skip such messages, :System.Message_Level := 25; also check the online help to get information of other levels as well. 2- Please post threads with a relevant subject instead of generic like "see my problem" as it h...
by admin
Fri Jun 09, 2006 9:29 am
Forum: Oracle Forms & Reports
Topic: HELP REQUIRED IN QUERY
Replies: 6
Views: 3306

You will have to write a script in pl/sql using cursor. thanks
by admin
Thu Jun 08, 2006 5:56 am
Forum: Oracle Forms & Reports
Topic: Infinit Loop
Replies: 7
Views: 3839

You should use timer instead of infinite loop.
by admin
Tue Jun 06, 2006 11:28 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: flexfield
Replies: 2
Views: 2919

by admin
Tue Jun 06, 2006 4:51 am
Forum: Suggestions
Topic: category option
Replies: 1
Views: 1229

Each member gets his/her own ranking on the basis of number of topics he/she created or updated. Like imranhad (Starting Member) so with more number of posts you will get the next rank and so on. I hope it is enough. thanks
by admin
Mon Jun 05, 2006 9:02 am
Forum: Oracle Forms & Reports
Topic: Changing Title/Icon of MDI FORM
Replies: 7
Views: 6060

You can also download this sample and it will demonstrate the same,

topic.asp?TOPIC_ID=12
by admin
Fri Jun 02, 2006 9:30 am
Forum: Oracle Databases
Topic: LTOM a new tool
Replies: 3
Views: 2342

For this you will have to purchase metalink access from Oracle and it has certain cost. How much it will cost you will have to check with Oracle or their partners.
by admin
Tue May 30, 2006 8:21 am
Forum: Oracle Databases
Topic: Creating Public Function.
Replies: 4
Views: 2209

Synonyms will be used for this.
by admin
Tue May 30, 2006 6:42 am
Forum: IT Jobs
Topic: Oracle Experts required?
Replies: 3
Views: 2260

Oracle Experts required?

A very reputed company implementors of Oracle Apps with many projects in hand are looking for Oracle developers and also for senior position who have functional and technical knowledge for Karachi and Lahore. Please send resume to, atifrafi@gmail.com asap. If possible they the interview can be arran...
by admin
Tue May 30, 2006 5:58 am
Forum: Oracle Databases
Topic: Creating Public Function.
Replies: 4
Views: 2209

You will have to grant to public instead of a specific user,

Example:
grant select on emps to public;
by admin
Mon May 22, 2006 6:28 am
Forum: General / Others
Topic: Want Accounting system sample....
Replies: 1
Views: 2974

Pl visit the other sesion,

topic.asp?TOPIC_ID=8
by admin
Mon May 22, 2006 6:15 am
Forum: Oracle Forms & Reports
Topic: different color for even and odd records
Replies: 8
Views: 2826

Use conditional formating in reports while odd/even logic is same.
by admin
Mon May 22, 2006 5:46 am
Forum: Oracle Forms & Reports
Topic: Lexical Reference Sample Report
Replies: 8
Views: 8960

There is no special character(s) I don't know why these are appearing here. Better is to get help in Reports builder and see the example there.thanks