oracle-ebs

how to set schema in oracle sql developer for oracle e business suite tables

六眼飞鱼酱① 提交于 2021-02-11 14:00:47
问题 I have tried set schema apps; trying in Oracle e-business suite tables getting below message line 2: SQLPLUS Command Skipped: set schema apps Is it executed? 回答1: As far as I understood the question, it is alter session you're looking for, e.g. alter session set current_schema = apps; (presuming that schema/username really is apps ). 回答2: Adding one idea to Littlefoot's correct answer: To avoid typing this over and over again, you should ask your DBAs to create a logon trigger for that user,

Sending Data to Azure Using Oracle EBS

帅比萌擦擦* 提交于 2020-01-16 09:11:14
问题 I have a requirement where i need to send information to Azure. i tried web service but it throws me an error. Then someone suggested to use SOA Suite , i am unsure how to use it. Can somebody guide. Regards, 回答1: Not enough rep to comment... The fact they're using Azure to host their web service is irrelevant. It still follows the ABC rules of Web Services - Address, Binding, Contract. When you say calling their web service is "not working", how? What error message are you getting? 回答2: SOA

HTML tags are getting converted

我们两清 提交于 2019-12-23 16:24:05
问题 I have the following code snippet to have output from XML data which is stored in the database table ServletOutputStream os = response.getOutputStream(); String contentDisposition = "attachment;filename=Test.HTML"; response.setHeader("Content-Disposition",contentDisposition); response.setContentType("text/html"); XMLNode xmlNode = (XMLNode)am.invokeMethod("getDataXML"); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); xmlNode.print(outputStream); ByteArrayInputStream

HTML tags are getting converted

笑着哭i 提交于 2019-12-23 16:21:05
问题 I have the following code snippet to have output from XML data which is stored in the database table ServletOutputStream os = response.getOutputStream(); String contentDisposition = "attachment;filename=Test.HTML"; response.setHeader("Content-Disposition",contentDisposition); response.setContentType("text/html"); XMLNode xmlNode = (XMLNode)am.invokeMethod("getDataXML"); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); xmlNode.print(outputStream); ByteArrayInputStream

Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published?

谁都会走 提交于 2019-12-23 03:55:16
问题 Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published? Please tell me the command of linux through which i can know..or anything 回答1: BI Publisher .rtf templates are not uploaded to OS level, they are stored as blobs in DB table xdo_lobs.file_data as below (see full query in Blitz Report XDO Publisher Datasources) select xtv.template_name, xtv.template_code, ( select xl.file_name from xdo_lobs xl where

Oracle EBS R12.2.6 JSP page call not happening properly

烂漫一生 提交于 2019-12-12 04:33:37
问题 in EBS 11i Instance there a Form Function 'CustomForm' - its WEB HTML call is defined as below javascript:void window.open('OA_HTML/jsp/pol/log/xxcustom.jsp?xx_resp_id= [RESPONSIBILITY_ID]') --- this works fine in Oracle EBS 11i so when we click the MENU associated with 'CustomForm' , xxcustom.jsp appears in new browser page and in that URL [RESPONSIBILITY_ID] is replaced with actual responsibility id value as shown below http://isy900.bas.com:8042/OA_HTML/jsp/pol/log/xxcustom.jsp?xx_resp_id

Error while calling java from PL/SQL

為{幸葍}努か 提交于 2019-12-11 06:27:35
问题 When I call a JAVA class from PL/SQL I get the below error ORA-29532 Java call terminated by uncaught java exception I already referred a metalink note -Doc : 1420943.1 this asks to check the value ( show parameters shared_servers ) and set to Zero if its not zero. but the value is already 0. pls help me to identify ,what is causing the issue. -----------------------More Information ----------------------------------- We use loadjava -user apps/password - force -verbose -resolve java.class to

Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published?

橙三吉。 提交于 2019-12-06 16:37:41
Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published? Please tell me the command of linux through which i can know..or anything BI Publisher .rtf templates are not uploaded to OS level, they are stored as blobs in DB table xdo_lobs.file_data as below (see full query in Blitz Report XDO Publisher Datasources ) select xtv.template_name, xtv.template_code, ( select xl.file_name from xdo_lobs xl where xtv.template_code=xl.lob_code and xtv.application_short_name=xl.application_short_name and ( ( xl.lob_type