Date problems, dates stored as 00-00-00

Hello all,
Not a question this time sort of a problem with the data itself in our database.
I recently successfully recovered the oracle database that I was having problems with, this database is for one of our clients and we we're given a faulty cold backup and a import dmp file from the company that used to support their Oracle environment.
Now we have to migrate this to an SQL Server 2008, for this I've been using the SQL SERVER Migration Assistant for Oracle.
There is no problem migrating over the structure but when trying to migrate the data we get 'Year, Month, and Day parameters describe an un-representable DateTime.' errors.
I quickly looked into the database to some of the affected table and found that most of the date columns have the value 00-00-00.
My latest thought was to perform an update on the tables themselves before migrating them but apparently you can't perform a select statement where the a data = 00-00-00.
Anyone ever had this problems and if so how did you solve it.

>
My latest thought was to perform an update on the tables themselves before migrating them but apparently you can't perform a select statement where the a data = 00-00-00.
>
Apparently you can't be bothered to post error messages, but your ambition is to remain a 'Resender' of nonsense.
Any explanation why you prefer to post fairy tales, riddles, and myths, requiring crystal balls?
I would be happy for you to move over to Sqlserver so you can bother different forums.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Problem to reproject data stored in Oracle through GeoServer

    Good morning
    I am currently trying to reproject some GIS data into the Antarctic Polar Stereographic projection. (see http://nsidc.org/data/atlas/epsg_3031.html)
    This GIS data to be reprojected has been stored into Oracle (Oracle locator) through mapBuilder or Spatial Console with no specified SRS.
    By default, in my GeoServer, the data is marked as having the SRS:4326 in order to calculate the geographical extension.
    When sending a request to my Geographical server (Geoserver 1.6.3) in order to reproject the data into the Antarctic projection (SRS:3031), i got a white page which means that the projection has not been done correctly.
    My URL to generate this map is: ..?service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3031&format=image/gif&width=1000&height=1000&bbox=-12400000,-12400000,12400000,12400000&layers=fifao:fa_areas
    I know this URL is corrrect because it works perfectly when the data is stored in a shapefile format or in a table in PostGIS but not when it points to a table in Oracle.
    So i would tend to think that the problem is at Oracle level.
    Moreover, i tried to specify some SRS when loading a shapefile in Oracle through MapBuilder or Spatial Console and the result is the same or even worst.
    In fact the GIS data stored in a table generated by MapBuilder with a 4326 SRS, can only be seen partially.
    If anyone could help me understanding why data stored in Oracle can not be reprojected while it works for other GeoDatabase or formats, i would be very grateful?
    Could it be related to the media i used to load shapefile? The fact that i have only a locator license?
    Many thanks in advance for your help and i hope it is clear enough.
    Sylvain

    Good morning
    I am currently trying to reproject some GIS data into the Antarctic Polar Stereographic projection. (see http://nsidc.org/data/atlas/epsg_3031.html)
    This GIS data to be reprojected has been stored into Oracle (Oracle locator) through mapBuilder or Spatial Console with no specified SRS.
    By default, in my GeoServer, the data is marked as having the SRS:4326 in order to calculate the geographical extension.
    When sending a request to my Geographical server (Geoserver 1.6.3) in order to reproject the data into the Antarctic projection (SRS:3031), i got a white page which means that the projection has not been done correctly.
    My URL to generate this map is: ..?service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3031&format=image/gif&width=1000&height=1000&bbox=-12400000,-12400000,12400000,12400000&layers=fifao:fa_areas
    I know this URL is corrrect because it works perfectly when the data is stored in a shapefile format or in a table in PostGIS but not when it points to a table in Oracle.
    So i would tend to think that the problem is at Oracle level.
    Moreover, i tried to specify some SRS when loading a shapefile in Oracle through MapBuilder or Spatial Console and the result is the same or even worst.
    In fact the GIS data stored in a table generated by MapBuilder with a 4326 SRS, can only be seen partially.
    If anyone could help me understanding why data stored in Oracle can not be reprojected while it works for other GeoDatabase or formats, i would be very grateful?
    Could it be related to the media i used to load shapefile? The fact that i have only a locator license?
    Many thanks in advance for your help and i hope it is clear enough.
    Sylvain

  • Having problem with storing data in array

    Hi,
    I'm having problem on storing data in array. My problem is that each time it loops, the array just keep overwrite instead save to the next index. Like at 0 the value is 123, and 1 is 234. But i having that all data capture all overwrite at 0 till the last data it still show at 0. How do i correct this problem?
    Solved!
    Go to Solution.

    How to use array to do comparison? Like Array 1 go thru array 2 to get data Loss out and build an array. Like Array 1 ,1000,1024,1048,etc before 1520 fall in between Array 2 range 1000-1500. So Freq 1000,1024,1048 etc will get Loss value as 1 and 1520 fall in between 1500-2000 will output Loss 2. and so on till the end of the list. How should do this? Need help on this.
    Array 1                                                Array 2
    Freq                                              ​     Freq   Loss
    1000                                              ​    1000      1
    1024                                              ​    1500      2
    1048                                              ​    2000      3
    1100                                              ​     :
    1200                                              ​     :
    :                                                 ​        18000
    1520
    18000

  • How to get all the data stored on a table?

    Hi.
    I'm tryng to get all the data stored on a database table but I'm losing in trouble. I've looked for a soloution to my problem in the forums but each post I follow related to this issue gives me a different way to solve the problem and no one works :(
    I suppose I have to call the getAllRowsInRange() method from my ViewObject class. But how can I get an instance of my ApplicationModule in order to get the corresponding ViewObject?
    I think I messed my head a lot.
    Could someone help me please?
    Thanks in advance.

    Thanks for your answer.
    However, there are some things that I don't understand. I will look the book but why is necessary to create another ApplicationModule? The fact is that my application just have one ApplicationModule.
    Apart from that, I have tried your suggestion and I've obtained the quite little friendly response that follows:
    javax.faces.FacesException: #{backing_pruebaFilas.commandButton1_action}: javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
         at javax.faces.component.UICommand.broadcast(UICommand.java:332)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
         ... 24 more
    Caused by: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:367)
         at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:284)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:539)
         at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManager.java:165)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1498)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1476)
         at view.backing.PruebaFilas.commandButton1_action(PruebaFilas.java:100)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)
         ... 25 more
    At that point, I think a better explanation of my purpose could be helpful. What I'm trying to do is just create a simple page with a command button, and in its action method get all the data stored in the rows of the table. I've seen a possible solution that I understand:
    DCIteratorBinding iter = getIterator("DatosViewObj1Iterator");
    System.out.println("Iterator Binding: "+iter);
    int startRange = iter.getRangeSize();
    iter.setRangeSize(-1);
    Row[] rows = iter.getAllRowsInRange();
    iter.setRangeSize(startRange);
    but the problem is that I don't know what is the class the method getIterator belongs to.
    Could you help me with this last piece of code? If not, I accept, of course, any suggestion. I am absolutely stuck.
    Thanks and regards.

  • Error message PG009 : no data stored for the period

    During upgrade testing from 4.7 to ECC6 noticing an error message PG009 with a suggested solution "In table T582A maintain the indicators 'Choose with start', 'Choose with end', 'Choose without date' for each infotype"
    I am able to see recotds in 4.7, but however unable to view anything in ECC6. The message I get is No data stored for the time selected.

    We have the same problem - during upgrade phase. Any suggestions?

  • RSA1 Error during the retrieval of the logon data stored in secure storage

    Hi Gurus,
    when i go and check Source system the connection is OK, and RFC's from BI to R/3  and R/3 to BI is OK (including Authentication).
    but when i go and check Info provider there one customized object ZDTSYS01 is there when i check and and activate it it is giving error as below.
    All DDIC objects have been activated / deleted
    Post Processing/Checking the Activation for DataStore Object ZDTSYS01
    Creating Export DataSource and dependent Objects
    The creation of the export DataSource failed
    Reading the Metadata of ZDTSYS01 ...
    Creating DataSource 8ZDTSYS01 ...
    Error during the retrieval of the logon data stored in secure storage
    Error during the retrieval of the logon data stored in secure storage
    Error when creating the export DataSource and dependent Objects
    Program ID DC4B105KR4QT1KDW9HD7AXYEO retrieved for DataStore object ZDTSYS01
    Error when activating DataStore Object ZDTSYS01
    Deletion of Unused Dictionary Objects ( 3)
    please help me solve this issue
    Thanks in advance
    venkat

    Hi,
    1). Looks like SM59 Remote user has some issues. Can you check whether the user's are locked ?
    2). You can also correct this is TA STMS. Here you navigate to "System Overview (Shift+F6)".
    On the following screen, you select "Generate RFC DESTINATIONS" which can be found under "Extras".
    3). Please click on source system and restore the BW source system
    Please check the below 2 SAP Notes.
    538052 and 644015.This might solve your problem.
    Thanks,
    Arjun

  • Error during the retrieval of the logon data stored in secure storage RSAR0

    Hi Friends,
    during the replication process of a data source I get the error.
    "Error during the retrieval of the logon data stored in secure storage"  RSAR051
    I found note 538052 but this does not help so much.
    Can some one help me with this?
    Thanks in advance
    Rg. Jimbob

    Hi,
    We are getting  the same error when selecting "Customizing Extractors" option in Source System in TCode: RSA1. Please let me know how did u solved the problem.
    Thanks.

  • Convert Date stored in MYSQL to date flex can use

    Hello All.
    I am trying to finish a simple log in script for a program i am working on.
    Its using amfphp to check a mysql database to ensure that the username and password that the user enters is in the database and flagged to allow them to log in,
    I have all this working fine.
    However the database also has a table named "Date" that contains a date in the format os DD/MM/YYYY  this date is generated by flex in a process earlier.   The field type for this date field is a varChar.
    My flex application also has a variable that contains the current Date. In the same format.
            <mx:DateFormatter id="DateDisplay"  formatString="DD/MM/YYYY"/>
              [Bindable] private var today:Date = new Date();
    and i have a label that displays it using the code below.
    DateDisplay.format(today)
    Now what i want to do is when the user clicks the log in button, in the result of the function that is run, i want to convert the date stored in the mysql table to a date variable so that i can compare it witht he actual date.   So that the user can not log in once the date has expired.
    The result function is as follows
    protected function qrycandidateLogin(event:ResultEvent):void
                    if(event.result.length > 0 && event.result[0].Taken =='Yes') {
                        Alert.show(LoginError,"Error");
                    else if (event.result.length > 0 )
                        viewstack1.selectedChild=welcome;  
                        userArray = event.result as ArrayCollection;
                    else
                        Alert.show("Please consult an account admin.", "Login failed");
    So i need to add the code to the first "Else IF" statement.  to ensure that the date hasnt expired.
    If anyone can help that would be great !
    Thanks
    Dave

    I have been working on this and had some advancement but I am still having problems.
    I added a bindable variable - [Bindable] public var SelDate:Date;
    and added the following code into my result function
        SelDate= DateField.stringToDate(event.result[0].date, "DD/MM/YYYY");
    however when i check what this SelDate variable then holds it comes out as
    Wed Jan 20 00:00:00 GMT+0000 2010
    the date is correct becuase my database value is 20/1/2010
    But i dont want all the time etc,  but when i change the "DD/MM/YYY "   it then displays nothing.
    Any ideas?
    Thanks

  • Where is the actual iPhoto photos data stored?

    I'm trying to find the data files for iPhoto in OS X Lion, data used to be in the user Library, but I can't find that either. Where is the actual iPhoto photos data stored?

    1. Set the preferences to edit in another program, Photoshop. (Advanced Tab)
    2. Drag the image to the email message (the problem you describe should be fixed in 10.8.3)
    3. Select all the images in the event or album and show the Info pane.
    4. You have to export them first in order to compress, so either drag them out of iPhoto into the destination or use the Export command.
    5. Clunky? Works pretty great for me.
    6. I can access all of my photos right there in iPhoto. I can access other people's photos there, too.
    If you don't want iPhoto to organize the files, tell it not to. Prefs, Advanced, Copy Items into the iPhoto Library.
    If you didn't want someone to comment on this,
    Seriously?  It is rediculous that we needed a forum to find our own files.
    Then why did you post it?
    Are you an Apple OS designer and are offended or something? Why are you even looking at this post if it's not an issue for you?
    Look up the thread a ways.

  • HT1320 how can i save me data stored on a non responding ipod classic and says you need to format before using it?

    how can i save me data stored on a non responding ipod classic and says you need to format before using it?
    in another way : how can i save my date stored on my classic iPOD as a external hard .... when that msgs appears .... volume doesn't contain a recognized file system , make sure the file system is loaded .... then , you need to format ??? can anyone help ?

    It sounds like the iPod's storage has data corruption.  You may be able to treat it like an external drive and use data recovery software on it, but it probably won't work because the system is telling you that the drive needs to be formatted before it is recognized.
    If the problem is data corruption and there is no hardware-related problem on the iPod's hard drive, a Restore should fix the problem.  But this will obviously erase the iPod's hard drive.

  • Mss reporting error - no data stored within selected period

    Hi experts,
    I got a problem when executing mss reporting.
    The error is 'no data stored within selected period'.
    The report works in ecc and the error only happen on portal.
    Please help
    Thanks,
    Rgds,
    Nanie Arianie

    The values from the Launchpad are not being passed correctly to ECC.
    There seem to be some SAP Notes that may be helpful - 1265270,873702, 769717.

  • How do I get my data stored in iphone 4S  internal memory, which was stored via USB connected to PC? Able to access just DCIM files ie image files and other docs like PDF, word and exel are not showing up

    Please, help in retrieving my data stored in iphone 4s, which displays just DCIM folder when access from PC.

    You can only transfer contents back, if they are associated with a certain app that takes up documents. If you go to the sync pane for apps and check the lower list of apps, clicking them one by one and check if contents you need are showing on the right hand side.
    Other contants cannot be transferred back, especially synced pictures cannot be transferred back to the computer.

  • Limitation on the data stored in community preferences

    Is there a limitation on the amount of data stored in community preferences?
    Thanks
    Sampath

    no there is not in the portal...but remember: the community preferences (as well as the other type of preferences) are passed to your portlet code through HTTP header and that's where the limit is (it depends on the app server / web server you are using...i.e. i think tomcat limits by default http header size to 16k)...plus having a lot of data in your preference will be a performance hog for your portlet (much more data goes back and forth beteen portal and portlet)
    Hope that helps.
    Fabien

  • How to restore data stored on icloud

    Hi - I have around 13gb of data stored on iCloud (i can see this when I click on manage storage).I wish to use iCloud to retrieve this data when setting up my IPad. However, when I set up the ipad and use a backed version in the icloud, I am not able to retrieve all 13gb of data. So, my question is how to use the iCloud to retrieve all this data on my IPad.
    Many thanks,
    James.

    hi grant. thank you.
    i think i am one giant step away from completing all of this. of course at the moment i am recalling your "you are trying to do too much at one time" caution. the lowdown here is that my IT guy just left for a cross country trip and is not available and i am in the weeds big time. can you help me with something?
    i am in Lion and I seem to be seeing TWO user accounts named after my SHORT NAME (say this is "Mac's Mac Short Name") for my Snow Leopard install. One has the ICON for my Snow Leopard Install and the other has a default ICON.
    in the USERS folder i am seeing one folder with the HOME FOLDER ICON that has the same name as my Snow Leopard Home Folder and I see one folder that has the same name as the SHORT NAME listed above. So this folder says "Mac's mac Short Name" and it has folders in it with red circles and negative symbols showing it is not accessible (these are Desktop, Documents, Downloads, Movies, Music, and Pictures).
    Since I migrated my DESKTOP (long story but i have a lot of data on here and i wanted it in Lion so I could organize it before moving some of the work that was finished to the raid volume where my DOCUMENTS folder is located) - I can tell that I /think/ that the SHORT NAME with the Snow Leopard icon is the correct user but when i try and delete the User Acount with the same short name but a default icon is says that there is 194.1 GB of data in here!
    So i am confused to the point where it seems OK to copy my home folder in Snow Leopard to the Data Drive but it seems unwise at the moment to point my new Lion install there because I am so confused as to what i have for user accounts.
    Did any of that make sense enough to solve? I hate to think i am out for two weeks over here.
    - jon

  • How can I import my IE8 bookmarks/favorites into Safari if I only have access to the data stored on my old hard drive? I can't run Windows to export them to an html file.

    My old PC died and I replaced it with a MacBook Pro.  Although I was able to copy the data from the PC's hard drive, I am unable to export my previous bookmarks/favorites to an html file because that PC won't boot.  Is there any other way to import them into Safari using the raw data stored on that drive or convert them somehow to a format I can import?

    You can only use a JSON backup to restore all bookmarks in Firefox.<br />
    If you need to import Firefox bookmarks in Safari then you need to (re)install Firefox and export the bookmarks to an HTML file.
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • How to read XML data stored in CLOB in Concurrent prog Output

    Hi All,
    I'm trying to Generate the XML Data as concurrent Program output. I have a PL/SQL package which generated the XML data by using SQL/XML functions. I'm storing the generated XML data in a CLOB variable. But when i try to read the data using fnd_file.put_line(fnd_file.OUTPUT,XML_Data) it doesn't display data more than 32767 bytes.
    Please help me out to understand what could be done to read the data in chunks. I have tried many logic's to print chunks of data but the output tags are either chopped off and errors out saying Tag not found.
    My logic is as below:
    v_handler:= DBMS_XMLGEN.newContext(v_xml_query);
    --Sets NULL handling options
    DBMS_XMLGen.SetNullHandling(v_handler, dbms_xmlgen.EMPTY_TAG ) ;
    --Set special character handling
    DBMS_XMLGEN.setConvertSpecialChars(v_handler, TRUE);
    -- Specified whether to use an XML attribute to indicate NULLness of particular entity in the XML document
    DBMS_XMLGen.useNullAttributeIndicator(v_handler,TRUE);
    -- set Checking invalid chars
    DBMS_XMLGEN.setCheckInvalidChars(v_handler, TRUE);
    -- get the xml data as required
    v_xml_data:= DBMS_XMLGEN.getXMLtype(v_handler);
    SELECT XMLROOT(v_xml_data.extract('/*'),VERSION '1.0').getClobVal() into v_new_xml_Data from dual;
    -- get the length of the xml generated
    v_clob_len := dbms_lob.getlength(v_new_xml_Data);
    FND_FILE.PUT_LINE(FND_FILE.LOG,'The Clob length is :'|| v_clob_len);
    -- logic to process string more than 32767 Processing by each character
    v_offset :=1;
    while (v_offset <= v_clob_len)
    LOOP
    v_char := dbms_lob.substr(v_new_xml_Data, 1, v_offset);
    IF (v_char = CHR(10))
    then
    fnd_file.new_line(fnd_file.output, 1);
    else
    fnd_file.put(fnd_file.output, v_char);
    end if;
    v_offset := v_offset + 1;
    END LOOP;
    FND_FILE.PUT_LINE(FND_FILE.LOG,'The offset is :'|| v_offset);
    FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
    THe above logic is for character by character which is a performance burden? Please let me know if there is any other work around for this

    Hi,
    Thanks for Replying. I have refered http://blog.oraclecontractors.com/?p=69 and then i added that piece of code. Basically, i'm trying to generate a report using XML publisher. To generate the XML data i'm writing a pl/sql package with SQl/XML functions. DBMS_XMLGEN would help me convert the XML Data as is. When the concurrent program runs this XML data will merge with RTF layout and generate required report. I'm able to generate the Report for data less then 32767 bytes. More than the limit i need to pass chunks of XML data to read as output. That's the reason i'm using fnd_file.output. But it reads only 32767 size at a time.
    WHen i use the given logic, it works perfectly fine, but it loops for each character, for example if you have 30,000 characters it loops the same, which is peformance burden.
    So i tried to write the logic of chunks but still i get the error that XML tag is not found or missing. I'm hoping this is very common issue, but after all my trails, i didn't find the right solution.
    the other logic i tried was :
    v_new_xml_data varchar2(32767)
    v_iterations := CEIL(v_clob_len/v_chunk_length); -- v_chunk_length is 32767 and v_clob_length is length of the XML data stored inthe clob variable
    For i in 0..v_iterations
    LOOP
    FND_FILE.put_line (fnd_file.log,'the loops v_pos :'||i||' and v_clob_length :'||v_clob_len);
    v_new_xml_data := DBMS_LOB.SUBSTR ( V_XML_DATA,v_chunk_length,(i*v_chunk_length)+1);
    FND_FILE.PUT_LINE (FND_FILE.OUTPUT,v_new_xml_data); -- read the output for every 32767 chunks
    FND_FILE.PUT_LINE(FND_FILE.LOG, 'Chunk length is :'||((i*v_chunk_length)+1));
    END LOOP;
    FND_FILE.put_line (fnd_file.log,'out of loop');
    FND_FILE.put_line (fnd_file.log,'length of new xml is '||v_clob_len);
    Please, let me know if you need Further clarifications on the same.

Maybe you are looking for

  • JDeveloper 9.0.2 crash on Linux

    Hi Just Downloaded JDeveloper 9.0.2 for my Linux box (Debian 2.2R0 gcc 2.95.4) and after unziping JDevXXX.zip in /usr/local/JDEV9 and configuring jdev.conf to point to JAVA_HOME /usr/local/jbuilder6/jdk1.3.1 After ./jdev when main window shows JDevel

  • Technology Theme: The reference sample components will not work!

    OK, maybe I am somewhere in left field on this one, but when I read "A pre-built Calendar component JavaServer Faces library. Import this file directly into Java Studio Creator", I take that to mean that I should be able to import it into JSC...WRONG

  • XI Content for Business Partner

    hi, can anyone suggest what is the XI Content for Business Partner in CRM.  i just need the exact name so that i can download it from the service marketplace. thanks. krishnan

  • I cAnt update my itunes

    i cant update my itunes

  • I have a problem with my suscription

    Hello, today I got an email telling me failed charging my credit card and that my service is back to being free. I checked my payment information and my card number is fine, I do not see is that saved my security number, which goes behind the card. T