Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

tokens(SQL)

643307Sep 17 2008 — edited Sep 17 2008
Hi ,

I have table with single column email .

email

abc@xyz.com
cbd@hsfd.com
ghf@ury.com


I want output like this

abc
xyz
com
cbd
hsfd
com
...


Thanks in Advance,
Laxman

Comments

Kiran Pawar

Hi Muazzam,

Muazzam wrote:

I have followed instructions to enable print services in admin instance settings under Oracle apex 4.2.4/5 but getting error "Failed to load PDF Document" after opening generated PDF file.

I could't get enough solution here: Oracle Apex 4.2.4 cannot create PDF

Kindly provide me detailed instructions to enable print services using APEX Listener in 4.2.4 and REST services for v5.

     You have to configure ORDS as "Print Server" in Oracle APEX Instance Settings:

     Refer : https://docs.oracle.com/cd/E59726_01/doc.50/e39151/adm_wrkspc002.htm#BABIECEE

     Also, if you are using Oracle Database 11g or later, you have to configure appropriate ACL in order to connect to the "Print Server" configured.

     Refer : https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29160

     For using ORDS as "Print Server", you have to install ORDS and configure it as Web Server with Oracle APEX. Also to use ORDS as "Print Server", you have to deploy it to Supported Java EE Application Servers.

     Refer :

     For configuring Oracle REST Data Services (ORDS) as Print Server also refer the following :

Regards,

Kiran

Scott Wesley

failing all that, also try use report with only a few columns, not many.

Muazzam

I have run this procedure but still have same issue of "Failed to Load PDF Document"

http://docs.oracle.com/cd/E37097_01/install.42/e35123/otn_install.htm#BABJFCGF

Kumar Vellaisamy

Hi,

Try the below mentioned solution for this issue, it may helpful to you.

Solution:

We have added the below entry in default.xml file which is located in "/u01/test/test-conf/test"

<entry key="misc.enableOldFOP">true</entry>

Restart the tomcat services and retest the issue.

Regards

Kumar Vellaisamy

Muazzam

Should the ORDS as "Print Server" in Oracle APEX Instance Settings?

Mike Kutz

what version of ORDS are you using?

MK

Kumar Vellaisamy

Hi Muazzam,

Yes, Print server should be as ORDS in APEX settings.

And we have Installed the APEX 5.2 version with ORDS 3.0.3 but we faced same issue so we went with the ORDS 3.0.2 version then it worked fine.

Regards

Kumar Vellaisamy

Muazzam

What settings when ORACLE APEX LISTNER with APEX v.4.2?

1 - 8
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 15 2008
Added on Sep 17 2008
4 comments
2,015 views