Tables in OBIA
Tables in OBIA
Bursting in BI Publisher
BI Publisher Reports
Migration Steps From 10g to 11g.docx
There are many reasons you may get this error. One way to resolve the
issue is to correct the shortcut which is placed on the desktop
Find Admintool.exe and create a shortcut by using right click and paste the
below value
Note: tnsnames.ora file should be kept in the repository folder from where
you are opening the rpd. This file you can get it from Oracle database from
the server under network folder.
SQL_TSI_SECOND
SQL_TSI_MINUTE
SQL_TSI_HOUR
SQL_TSI_DAY
SQL_TSI_WEEK
SQL_TSI_MONTH
SQL_TSI_QUARTER
SQL_TSI_YEAR
trunc(mod(months_between(sysdate,dob),12)) month,
TRUNC(SYSDATE-
ADD_MONTHS(DOB,TRUNC(MONTHS_BETWEEN(SYSDATE,DOB)/12)*12+TR
UNC(MOD(MONTHS_BETWEEN(SYSDATE,DOB),12)))) DAY
TO_NUMBER(TO_CHAR(SYSDATE,'MM'))-TO_NUMBER(TO_CHAR(DOB,'MM'))
MON,
TO_NUMBER(TO_CHAR(SYSDATE,'DD'))-TO_NUMBER(TO_CHAR(DOB,'DD'))
days,
TO_NUMBER(TO_CHAR(SYSDATE,'DD'))-
TO_NUMBER(TO_CHAR(DOB,'DD'))<=0 THEN
TRUNC(MONTHS_BETWEEN(SYSDATE,DOB)/12) -1
ELSE
TRUNC(MONTHS_BETWEEN(SYSDATE,DOB)/12)
END
ELSE
CASE WHEN TO_NUMBER(TO_CHAR(SYSDATE,'MM'))-
TO_NUMBER(TO_CHAR(DOB,'MM'))>0
end
correct_age