Search found 25 matches

by omerjaved100
Tue Apr 25, 2006 2:02 am
Forum: Oracle Forms & Reports
Topic: PlaceHolder
Replies: 4
Views: 3489

PlaceHolder is used in Reports just to retain some value. If any value need no calculations then can be placed in holder at report level.

Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Tue Apr 25, 2006 1:32 am
Forum: Oracle Forms & Reports
Topic: Report Parameter Query
Replies: 4
Views: 2539

select DEPTNO , dname, loc from
(
select dname,DEPTNO , loc ,
rownum sl
from dept order by deptno desc
) order by case when sl=2 then 0 else sl end;

Is it resolves the issue Najam?

Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Tue Apr 25, 2006 1:28 am
Forum: Oracle Databases
Topic: Rounding of different denominations (10,25,50,100)
Replies: 1
Views: 1412

Nice................. [:)]

Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Fri Apr 21, 2006 2:51 am
Forum: Oracle Databases
Topic: Database Access Authorization
Replies: 2
Views: 2938

Database Access Authorization

Any one knows the solution to build a protection layer on database that only Specified IP Addresses can connect to the database?

Environment:
9i database (Protection to be applied)
Clients: 8i or 9i


Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Fri Apr 21, 2006 1:43 am
Forum: Oracle Forms & Reports
Topic: Report Parameter Query
Replies: 4
Views: 2539

Dear, Here is the work way round to get the required results. alter table dept add seq_no number; update dept set seq_no=1 where deptno=30; select Deptno,DName from dept order by seq_no,deptno desc; DEPTNO DNAME ---------- -------------- 30 SALES 40 OPERATIONS 20 RESEARCH 10 ACCOUNTING NEW YORK Rega...
by omerjaved100
Fri Apr 21, 2006 1:26 am
Forum: Oracle Forms & Reports
Topic: Attendance Sheet of selective Number of Sessions.
Replies: 5
Views: 3211

By using Matrix Report formating, you can pick as many columns as you want from the database on the bases of parameters.
You should take date period as parameter not the session #s.

Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Fri Apr 21, 2006 1:14 am
Forum: Application DBA & System Administration
Topic: How to AutoZip the .DMP File
Replies: 2
Views: 2401

Thanks Alot, it Worked

Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Sat Apr 15, 2006 1:49 am
Forum: Oracle Forms & Reports
Topic: ReCompilation of RDF
Replies: 1
Views: 1415

ReCompilation of RDF

Hi, I have a scenerio in which we have to drop and then ReBuild the table. We have done it via a script file. But All the reports Built on that table have to recompile. Is there any other way round so that we can run REP file without ReCompilation or Command line script for it? Regards, M.Omer Javed...
by omerjaved100
Sat Apr 15, 2006 1:38 am
Forum: Application DBA & System Administration
Topic: How to AutoZip the .DMP File
Replies: 2
Views: 2401

How to AutoZip the .DMP File

Backup of Database (export file) is being made via batch file which is executed from windows scheduler.
Is there any way to AutoZip the .DMP file from command line?

Regards,
M.Omer Javed
ERP Technical Consultant
Mob:+923214647529/ +923004479693
by omerjaved100
Fri Mar 31, 2006 4:57 pm
Forum: Suggestions
Topic: Why it is only for Oracle Stuff
Replies: 1
Views: 4872

Why it is only for Oracle Stuff

As there are lot of ERP Solutions available in the global market other than Oracle like SAP, PeopleSoft etc.....- Plus many companies are working for their own customized solutions. So, Forum should have discussion Main topics for these too. Regards, M.Omer Javed ERP Technical Consultant Mob:+923214...