{"id":1515,"date":"2010-02-17T06:04:50","date_gmt":"2010-02-17T10:04:50","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/"},"modified":"2010-02-17T06:17:24","modified_gmt":"2010-02-17T10:17:24","slug":"oracle-ebusiness-export-function-stopped-working-excel","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/","title":{"rendered":"Oracle eBusiness Export Function Stopped Working (11i export report to Excel)"},"content":{"rendered":"<p><strong><u><font color=\"#000080\">Everything was okayed before and now\u00a0the aforesaid\u00a0issue occurs.<\/font><\/u><\/strong><\/p>\n<ul>\n<li><font color=\"#0000ff\">Login to SQL*Plus as apps user and run the following:<br \/>\n<\/font>set serveroutput on<br \/>\ndeclare<br \/>\ndb_file NUMBER;<br \/>\nmime_type VARCHAR2(255) := &#8216;text\/plain&#8217;;<br \/>\nout_string VARCHAR2(32767) := &#8216;Just some plain text that is stored.&#8217;;<br \/>\nweb_server_prefix VARCHAR2(500);<br \/>\nurl VARCHAR2(500);<br \/>\nbegin<br \/>\ndb_file := fnd_gfm.file_create(content_type =&gt; mime_type, program_name =&gt;&#8217;export&#8217;);<br \/>\nfnd_gfm.file_write_line(db_file, out_string);<br \/>\ndb_file := fnd_gfm.file_close(db_file);<br \/>\nurl := fnd_gfm.construct_download_url(fnd_web_config.gfm_agent, db_file, TRUE);<br \/>\ndbms_output.put_line(url);<br \/>\nend;<br \/>\n\/<\/li>\n<li><font color=\"#0000ff\">If it shows, errors like<\/font><br \/>\ndeclare<br \/>\n*<br \/>\nERROR at line 1:<br \/>\nORA-29875: failed in the execution of the ODCIINDEXINSERT routine<br \/>\nORA-01653: unable to extend table CTXSYS.DR$WAITING by 5394 in tablespace CTXD<br \/>\nORA-06512: at &#8220;APPS.FND_GFM&#8221;, line 537<br \/>\nORA-06512: at line 8<\/li>\n<li><font color=\"#0000ff\">Then run the following command:<br \/>\n<\/font>SQL&gt; select file_name from dba_data_files where TABLESPACE_NAME=&#8217;CTXD&#8217;;<br \/>\nFILE_NAME<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\n\/oracle\/oraprod\/proddata\/ctxd01.dbf<br \/>\n\/oracle\/oraprod\/proddata\/ctxd02.dbf<br \/>\nalter tablespace ctxd add datafile &#8216;\/oracle\/oraprod\/proddata\/ctxd03.dbf&#8217; size 1024m;<\/li>\n<li><font color=\"#0000ff\">And prior to Applications reconfirm the issue by rerunning i.e.<br \/>\n<\/font>set serveroutput on<br \/>\ndeclare<br \/>\ndb_file NUMBER;<br \/>\nmime_type VARCHAR2(255) := &#8216;text\/plain&#8217;;<br \/>\nout_string VARCHAR2(32767) := &#8216;Just some plain text that is stored.&#8217;;<br \/>\nweb_server_prefix VARCHAR2(500);<br \/>\nurl VARCHAR2(500);<br \/>\nbegin<br \/>\ndb_file := fnd_gfm.file_create(content_type =&gt; mime_type, program_name =&gt;&#8217;export&#8217;);<br \/>\nfnd_gfm.file_write_line(db_file, out_string);<br \/>\ndb_file := fnd_gfm.file_close(db_file);<br \/>\nurl := fnd_gfm.construct_download_url(fnd_web_config.gfm_agent, db_file, TRUE);<br \/>\ndbms_output.put_line(url);<br \/>\nend;<br \/>\n\/<\/li>\n<li><font color=\"#0000ff\"><u><strong>Error is not supposed to be there.<\/strong><\/u><\/font><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Everything was okayed before and now\u00a0the aforesaid\u00a0issue occurs. Login to SQL*Plus as apps user and run the following: set serveroutput [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[424,35],"tags":[],"class_list":["post-1515","post","type-post","status-publish","format-standard","hentry","category-database","category-r12"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle eBusiness Export Function Stopped Working (11i export report to Excel) -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle eBusiness Export Function Stopped Working (11i export report to Excel) -\" \/>\n<meta property=\"og:description\" content=\"Everything was okayed before and now\u00a0the aforesaid\u00a0issue occurs. Login to SQL*Plus as apps user and run the following: set serveroutput [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/\" \/>\n<meta property=\"article:published_time\" content=\"2010-02-17T10:04:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2010-02-17T10:17:24+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/\",\"name\":\"Oracle eBusiness Export Function Stopped Working (11i export report to Excel) -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2010-02-17T10:04:50+00:00\",\"dateModified\":\"2010-02-17T10:17:24+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle eBusiness Export Function Stopped Working (11i export report to Excel)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle eBusiness Export Function Stopped Working (11i export report to Excel) -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/","og_locale":"en_US","og_type":"article","og_title":"Oracle eBusiness Export Function Stopped Working (11i export report to Excel) -","og_description":"Everything was okayed before and now\u00a0the aforesaid\u00a0issue occurs. Login to SQL*Plus as apps user and run the following: set serveroutput [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/","article_published_time":"2010-02-17T10:04:50+00:00","article_modified_time":"2010-02-17T10:17:24+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/","url":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/","name":"Oracle eBusiness Export Function Stopped Working (11i export report to Excel) -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2010-02-17T10:04:50+00:00","dateModified":"2010-02-17T10:17:24+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/17\/oracle-ebusiness-export-function-stopped-working-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Oracle eBusiness Export Function Stopped Working (11i export report to Excel)"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1515","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=1515"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1515\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}