Export Topology Data with an API

I want to export Topology Data stored in Oracle to GML 3 or another specific data format.
I want to do this with an API? Is this possible and does it make sence to do this with an API? Is there an other way to do this? (The export2gml fuction in Oracle 10g does not provide an export von topoloy elements)

You could certainly use export2gml to export the nodes and edges from the topology model (via their respective tables). Once you have the GML representations of these just about any other topology model that can read GML should know what to do with these. What exactly are you looking for that you are not finding?
-Justin

Similar Messages

  • How to export table data with coloring of cell according to value.

    Hi all,
    I am using jdeveloper 11.1.1.6
    i want to export table data with lot of formatting. like with coloring of cell according to value and so many.How to do that?

    Hi,
    like with coloring of cell according to value and so many.How to do that?
    Answer is, you can't
    Frank

  • Export my data with windows safe mode

    i have problems with windows server 2003 st that i can open windows in safe mode only ,
    i want to export my data in that case !!!
    Any Help ...

    That's a Windows, not an Oracle problem. Safe mode is only suitable for OS maintenance tasks, not for regular working. Many services don't run, dlls are not loaded. Solve your basic problem, then start Oracle again.
    Werner

  • Export Users data with group membership

    Hey Guys,
    I'm using csvde to export users data for management reports.
    I'm asked to add to the exported data the group membership of the users and I'm having problem doing that.
    My current script is:
    csvde.exe -s 192.168.xx.xx -d "ou=CS,dc=Domain,dc=com" -r objectClass=user -l "Company,DisplayName,sAMAccountName,title,lastlogon,pwdLastSet" -f c:\usersonly-Users.csv
    Can anyone help me adding column with groups the user is member of?
    Thanks
    Nir 

    Add the memberOf attribute to the list of attribute values to retrieve.
    Richard Mueller - MVP Directory Services

  • Export the data with Alias from the alternative table using ODI

    Hi!
    How to export the data from Essbase with Alias from the alternative table using ODI?
    Thanks.

    Are you on 10.1.3.6.x? Then: http://john-goodwin.blogspot.com/2008/09/odi-series-part-2-agent.html
    Are you on 11g? Then: http://john-goodwin.blogspot.com/2010/12/managing-odi-11g-standalone-agents.html
    I will say with only a mild amount of shame and a large amount of gratitude that I installed both releases' agents through John's blog posts.
    Regards,
    Cameron Lackpour
    Edited by: CL on Jun 4, 2012 5:48 PM
    Whoops, had the same link in there twice.

  • ELQ-00107 errors when exporting activity data with Bulk REST API (2.0)

    I am following the flow described in Bulk API v2.0 Documentation
    I POST to https://secure.eloqua.com/api/bulk/2.0/activities/exports and get back (note: I'm working in python so this is all deserialized json)
    {u'createdAt': u'2014-08-14T07:05:17.6413979Z',
    u'createdBy': u'P D',
    u'fields': {u'ActivityDate': u'{{Activity.CreatedAt}}',
      u'ActivityId': u'{{Activity.Id}}'},
    u'filter': u"('{{Activity.CreatedAt}}' > '2014-07-31T23:43:02.080971Z' AND '{{Activity.Type}}' = 'EmailOpen')",
    u'name': u'blarg3',
    u'updatedAt': u'2014-08-14T07:05:17.6413979Z',
    u'updatedBy': u'P D',
    u'uri': u'/activities/exports/275'}
    Next I POST to /syncs and get back
    {u'createdAt': u'2014-08-14T07:05:31.6571126Z',
    u'createdBy': u'P D',
    u'status': u'pending',
    u'syncedInstanceUri': u'/activities/exports/275',
    u'uri': u'/syncs/17790'}
    Now (unfortunately) I GET /syncs/17790 and /syncs/17790/logs
    {u'createdAt': u'2014-08-14T07:05:31.9330000Z',
    u'createdBy': u'P D',
    u'status': u'error',
    u'syncStartedAt': u'2014-08-14T07:05:32.6570000Z',
    u'syncedInstanceUri': u'/activities/exports/275',
    u'uri': u'/syncs/17790'}
    {u'count': 2,
    u'hasMore': False,
    u'items': [{u'count': 0,
      u'createdAt': u'2014-08-14T07:05:33.3770000Z',
      u'message': u'There was an error processing the export.',
      u'severity': u'error',
      u'statusCode': u'ELQ-00107',
      u'syncUri': u'/syncs/17790'},
      {u'count': 0,
      u'createdAt': u'2014-08-14T07:05:33.3930000Z',
      u'message': u'Sync processed for sync 17790, resulting in Error status.',
      u'severity': u'information',
      u'statusCode': u'ELQ-00101',
      u'syncUri': u'/syncs/17790'}],
    u'limit': 1000,
    u'offset': 0,
    u'totalResults': 2}
    All I can find for ELQ-00107 is "ELQ-00107: There was an error processing the {type}."
    Any thoughts on what I may have done wrong? Pointers on how I can debug further?
    Thanks!
    Joel Rothman-Oracle allison.moore 1086203 Ryan Wheler-Oracle

    Hi 1086203
    I am facing the same issue. I am trying my request from SOAPUI
    As suggested by you i am not using any sub zero second precision
    Response from export definition:
    <Response xmlns="https://secure.eloqua.com/api/bulk/2.0/activities/exports">
       <createdAt>2014-08-28T22:00:40.5537126Z</createdAt>
       <createdBy>Eloqua</createdBy>
       <fields>
          <ActivityDate>{{Activity.CreatedAt}}</ActivityDate>
          <ActivityId>{{Activity.Id}}</ActivityId>
          <ActivityType>{{Activity.Type}}</ActivityType>
          <AssetId>{{Activity.Asset.Id}}</AssetId>
          <AssetName>{{Activity.Asset.Name}}</AssetName>
          <AssetType>{{Activity.Asset.Type}}</AssetType>
          <ContactId>{{Activity.Contact.Id}}</ContactId>
          <Id>{{Activity.Id}}</Id>
          <RawData>{{Activity.Field(RawData)}}</RawData>
          <VisitorId>{{Activity.Visitor.Id}}</VisitorId>
       </fields>
       <filter>'{{Activity.Type}}'='FormSubmit' And '{{Activity.CreatedAt}}'>'2014-08-26T00:00:00'</filter>
       <name>Example Activity Export</name>
       <updatedAt>2014-08-28T22:00:40.5537126Z</updatedAt>
       <updatedBy>Eloqua.APIUser1</updatedBy>
       <uri>/activities/exports/36</uri>
    </Response>
    Response Sync the data for export
    <Response xmlns="https://secure.eloqua.com/api/bulk/2.0/activities/exports">
       <createdAt>2014-08-28T22:03:05.0953641Z</createdAt>
       <createdBy>Eloqua</createdBy>
       <status>pending</status>
       <syncedInstanceUri>/activities/exports/36</syncedInstanceUri>
       <uri>/syncs/16</uri>
    </Response>
    GET https://secure.eloqua.com/api/bulk/2.0/syncs/16 to check the status of sync
    <Response xmlns="https://secure.eloqua.com/api/bulk/2.0/activities/exports">
       <createdAt>2014-08-28T22:03:04.8630000Z</createdAt>
       <createdBy>Eloqua</createdBy>
       <status>error</status>
       <syncStartedAt>2014-08-28T22:03:14.4970000Z</syncStartedAt>
       <syncedInstanceUri>/activities/exports/36</syncedInstanceUri>
       <uri>/syncs/16</uri>
    </Response>
    Logs.
    <Response xmlns="https://secure.eloqua.com/api/bulk/2.0/activities/exports">
       <count>2</count>
       <hasMore>false</hasMore>
       <items>
          <e>
             <count>0</count>
             <createdAt>2014-08-28T22:03:16.4330000Z</createdAt>
             <message>There was an error processing the export.</message>
             <severity>error</severity>
             <statusCode>ELQ-00107</statusCode>
             <syncUri>/syncs/16</syncUri>
          </e>
          <e>
             <count>0</count>
             <createdAt>2014-08-28T22:03:16.4670000Z</createdAt>
             <message>Sync processed for sync 16, resulting in Error status.</message>
             <severity>information</severity>
             <statusCode>ELQ-00101</statusCode>
             <syncUri>/syncs/16</syncUri>
          </e>
       </items>
       <limit>1000</limit>
       <offset>0</offset>
       <totalResults>2</totalResults>
    </Response>
    Kindly help
    Thanks
    Vinay

  • How to Capture print jobs and Data with WIN32 API?

    My organization has about 5 network printers and copiers to which a computer can print. What I'd like to do is build, if possible, a simple JAVA program to intercept what the users are printing (from any application) and capture certain information about the print jobs before it gets sent off to the specified printer.
    For example, when a user selects print from the menu in MS Word, and after the Ok button is pressed on the printers dialog window, have my program then pop up asking the user to fill in specific information (who they want to charge for the print job...this is typically an internal billing code, etc.).
    The program would have to capture the name/driver of the printer users are printing to, the document they printed, number of pages, number of copies, date/time, etc.
    Is/are there Windows API's to help in my programming of this application? I've been, unsuccessfully, searching MSDN, web sites, etc. on how to intercept/detect a print job. Any help would be greatly appreciated!
    Thanks ahead of time...

    Hi,
    Printing is nothing to do with database transaction. SP will not apply here. You may only try SDK.
    Thanks,
    Gordon

  • Exception while Exporting Datagridview data with Images to Excel...

    Hi Everyone,
    I have datagridview in that 17 columns are text columns and 5 columns are Image columns,when I'm trying to export whole gridview data's along with images to EXCEL,getting "HRESULT:
    0x800A03EC" Error..While debugging the code I'm getting the error on image column not able to export..
    Can anybody help us to resolve this issue..
    Here is my code which i used:
    private void btnexportexcel_Click(object sender, EventArgs e)
    try
    SaveFileDialog savefile = new SaveFileDialog();
    savefile.Filter = "Excel (*.xls)|*.xls";
    if (savefile.ShowDialog() == DialogResult.OK)
    if (!savefile.FileName.Equals(string.Empty))
    FileInfo finfo = new FileInfo(savefile.FileName);
    if (finfo.Extension.Equals(".xls"))
    Excel.Application xlApp;
    Excel.Workbook xlWorkBook;
    Excel.Worksheet xlWorkSheet;
    object misValue = System.Reflection.Missing.Value;
    xlApp = new Excel.Application();
    xlWorkBook = xlApp.Workbooks.Add(misValue);
    xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item(2) ;
    int i = 0;
    int j = 0;
    for (i = 0; i <= dataGridView1.RowCount - 1; i++)
    for (j = 0; j <= dataGridView1.ColumnCount - 1; j++)
    DataGridViewCell cell = dataGridView1[j, i];
    xlWorkSheet.Cells.Borders.LineStyle = Excel.XlLineStyle.xlContinuous;
    xlWorkSheet.Columns.AutoFit();
    if (cell.Value.GetType() == typeof(Bitmap))
    string image =Convert.ToString(dataGridView1.CurrentRow.Cells[i].Value); 
    Excel.Range oRange = (Excel.Range)xlWorkSheet.Cells[i + 1, j + 1];
    float Left = (float)((double)oRange.Left);
    float Top = (float)((double)oRange.Top);
    const float ImageSize = 32;
    xlWorkSheet.Shapes.AddPicture(image, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoCTrue, Left, Top, ImageSize, ImageSize);
    oRange.RowHeight = ImageSize + 2; 
    else
    xlWorkSheet.Cells[i + 1, j + 1] = cell.Value;
    xlWorkBook.SaveAs(savefile.FileName, Excel.XlFileFormat.xlWorkbookNormal, misValue, misValue, misValue, misValue,
    Excel.XlSaveAsAccessMode.xlExclusive, misValue, misValue, misValue, misValue, misValue);
    xlWorkBook.Close(true, misValue, misValue);
    xlApp.Quit();
    releaseObject(xlWorkSheet);
    releaseObject(xlWorkBook);
    releaseObject(xlApp);
    MessageBox.Show("Excel file created , you can find the file " + savefile.FileName);
    else
    MessageBox.Show("Invalid file type");
    else
    MessageBox.Show("You did pick a location " + "to save file to");
    catch (Exception ex)
    MessageBox.Show("Exception Occured", ex.Message);
    Thanks & Regards RAJENDRAN M

    Hi Everyone,
    I have datagridview in that 17 columns are text columns and 5 columns are Image columns,when I'm trying to export whole gridview data's along with images to EXCEL,getting "HRESULT:
    0x800A03EC" Error..While debugging the code I'm getting the error on image column not able to export..
    Can anybody help us to resolve this issue..
    Here is my code which i used:
    private void btnexportexcel_Click(object sender, EventArgs e)
    try
    SaveFileDialog savefile = new SaveFileDialog();
    savefile.Filter = "Excel (*.xls)|*.xls";
    if (savefile.ShowDialog() == DialogResult.OK)
    if (!savefile.FileName.Equals(string.Empty))
    FileInfo finfo = new FileInfo(savefile.FileName);
    if (finfo.Extension.Equals(".xls"))
    Excel.Application xlApp;
    Excel.Workbook xlWorkBook;
    Excel.Worksheet xlWorkSheet;
    object misValue = System.Reflection.Missing.Value;
    xlApp = new Excel.Application();
    xlWorkBook = xlApp.Workbooks.Add(misValue);
    xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item(2) ;
    int i = 0;
    int j = 0;
    for (i = 0; i <= dataGridView1.RowCount - 1; i++)
    for (j = 0; j <= dataGridView1.ColumnCount - 1; j++)
    DataGridViewCell cell = dataGridView1[j, i];
    xlWorkSheet.Cells.Borders.LineStyle = Excel.XlLineStyle.xlContinuous;
    xlWorkSheet.Columns.AutoFit();
    if (cell.Value.GetType() == typeof(Bitmap))
    string image =Convert.ToString(dataGridView1.CurrentRow.Cells[i].Value); 
    Excel.Range oRange = (Excel.Range)xlWorkSheet.Cells[i + 1, j + 1];
    float Left = (float)((double)oRange.Left);
    float Top = (float)((double)oRange.Top);
    const float ImageSize = 32;
    xlWorkSheet.Shapes.AddPicture(image, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoCTrue, Left, Top, ImageSize, ImageSize);
    oRange.RowHeight = ImageSize + 2; 
    else
    xlWorkSheet.Cells[i + 1, j + 1] = cell.Value;
    xlWorkBook.SaveAs(savefile.FileName, Excel.XlFileFormat.xlWorkbookNormal, misValue, misValue, misValue, misValue,
    Excel.XlSaveAsAccessMode.xlExclusive, misValue, misValue, misValue, misValue, misValue);
    xlWorkBook.Close(true, misValue, misValue);
    xlApp.Quit();
    releaseObject(xlWorkSheet);
    releaseObject(xlWorkBook);
    releaseObject(xlApp);
    MessageBox.Show("Excel file created , you can find the file " + savefile.FileName);
    else
    MessageBox.Show("Invalid file type");
    else
    MessageBox.Show("You did pick a location " + "to save file to");
    catch (Exception ex)
    MessageBox.Show("Exception Occured", ex.Message);
    Thanks & Regards RAJENDRAN M

  • Not able to update Start/End Date with updateUser API

    Hello all,
    I am trying to update start and end date using the updateUser API, but the dates are not being set. I know the updateUser call works since I tested by changing the user's first name and it worked fine (verified through OIM web app). Below is the code that I am using to update as well as the sample values I am using. No exceptions are thrown either. I am clueless of what the problem can be. Also, one of my client's request is to also display the time of when those values where updated (through a custom web app that I am building). Is that posible? Before I was getting the time on where the call to userUpdate was made and appending that to the values I was setting in the hash table, but started using 0s for the time since that's what I read on a thread on this forum (Re: (OIM) Timestamp format must be yyyy-mm-dd.....
    Sample Values
    startDate = 2010-11-08
    endDate = 2010-12-09
    String startDateStr = startDate.toString() + " 00:00:00.000";
    String endDateStr = endDate.toString() + " 00:00:00.000";
    printout of the above strings
    startDateStr = 2010-11-08 00:00:00.000
    endDateStr = 2010-12-09 00:00:00.000
    Hashtable<String,String> attrValues = new Hashtable<String,String>();
    attrValues.put("Users.Start Date", activateDateStr);
    attrValues.put("Users.End Date", inactivateDateStr);
    usrOps.updateUser(rsUser, attrValues);
    Please help me out I've been stuck on this issue for too long now.
    Thank you!
    -I
    Edited by: cri_cri_99 on Jun 23, 2009 12:46 PM

    It is working fine for me.
    Map strDate = new HashMap();
    strDate.put("Users.Start Date", "*2009-06-24 12:01:56.000000000*");
    moUserUtility.updateUser(userResultSet, strDate);
    It will show you in DB as *24-JUN-09*. I don't understand what you are asking more in your thread.
    But updateUser API is working with this format. If you are getting time from some application, convert it to this format and run.
    If you need any help, let me know.
    Edited by: Dost

  • Export places data with photos

    Hi
    Is there an easy way to export pictures with the location data?
    I have both pictures that had an original gps data and some that I manually added in iPhoto.
    Any idea?
    Thank you.

    Ok, what am I missing?
    I have manually set mapped a photo in iPhoto (I have no automatic geolocation hardware), have checked the "Include location information for published photos" in the Web preferences (shouldn't matter), yet when I File Export, Kind: JPEG, "Maximum" JPEG quality, both "Title and keywords" and "Location information" are checked (the latter is grayed out if the former is unchecked), Size: Full Size...
    The location information is not to be found using the Finder's Get Info on the exported file (the keywords are present), and the photo is not auto-mapped when uploading it to Panoramio.
    iPhoto's Extended Photo Info DOES show the GPS info.
    Whatever I try, I cannot seem to get the GPS info in the exported file.

  • How to export/import data with different nls_lang???

    hello
    now i try to run my forms by APPLICATION SERVER to view the forms as web forms i success but data appear unreadable that it is arabic and i use the nls WE8ISO8859P1 so i change the nls to arabic like AR8MSWIN1256 but i faild so i create new database with charset UTF8 and nls_lang is AR8MSWIN1256 and try to insert new data when i do query about data ......the new data appear readable but the old unreadable so what can i do???
    i think that if i do export data and import it with new (charset and nls_lang) it will be success....but how can i do it??
    thank u
    regards

    Hi did you already exported data from SQL SERVER? if not using SQL*LOADER you cannot export data. SQL*LOADER is only mean for importing data from flat files(usually text files) into ORACLE tables.
    for importing data into oracle tables using sql*loader use below steps
    1) create a sql*loader control file.
    it looks like as follows
    LOAD DATA
    INFILE 'sample.dat'
    BADFILE 'sample.bad'
    DISCARDFILE 'sample.dsc'
    APPEND
    INTO TABLE emp
    TRAILING NULLCOLS
    or for sample script of control file search google.
    2) at command prompt issue following
    $ sqlldr test/test
    enter control file=<give control file name which you create earlier>
    debug any errors (if occured)

  • Synching BC's CRM data with external CRM

    We're considering BC for our small business. Have created a test account and spent hours on a test drive. But we haven't been able to answer one question: If we use the CRM module to gather customer data, Is there a way to set up an automatic sync with the home-grown enterprise system we're building for our family of companies? BC offers some documentation on its API. But has anyone successfully created a method to export/import data via the API? If so, how difficult was it?

    Yes several client are doing it of mine. Once you get over the SOAP hump and BC crypt error messages (although much better recently) it's not too bad. SOAP has a lot of overhead in general so it's a little unruly. I ended up writing my own BC API Class to interface and it's working solid for years now without error.

  • Help needed with Export Data Pump using API

    Hi All,
    Am trying to do an export data pump feature using the API.
    while the export as well as import works fine from the command line, its failing with the API.
    This is the command line program:
    expdp pxperf/dba@APPN QUERY=dev_pool_data:\"WHERE TIME_NUM > 1204884480100\" DUMPFILE=EXP_DEV.dmp tables=PXPERF.dev_pool_data
    Could you help me how should i achieve the same as above in Oracle Data Pump API
    DECLARE
    h1 NUMBER;
    h1 := dbms_datapump.open('EXPORT','TABLE',NULL,'DP_EXAMPLE10','LATEST');
    dbms_datapump.add_file(h1,'example3.dmp','DATA_PUMP_TEST',NULL,1);
    dbms_datapump.add_file(h1,'example3_dump.log','DATA_PUMP_TEST',NULL,3);
    dbms_datapump.metadata_filter(h1,'NAME_LIST','(''DEV_POOL_DATA'')');
    END;
    Also in the API i want to know how to export and import multiple tables (selective tables only) using one single criteria like "WHERE TIME_NUM > 1204884480100\"

    Yes, I have read the Oracle doc.
    I was able to proceed as below: but it gives error.
    ============================================================
    SQL> SET SERVEROUTPUT ON SIZE 1000000
    SQL> DECLARE
    2 l_dp_handle NUMBER;
    3 l_last_job_state VARCHAR2(30) := 'UNDEFINED';
    4 l_job_state VARCHAR2(30) := 'UNDEFINED';
    5 l_sts KU$_STATUS;
    6 BEGIN
    7 l_dp_handle := DBMS_DATAPUMP.open(
    8 operation => 'EXPORT',
    9 job_mode => 'TABLE',
    10 remote_link => NULL,
    11 job_name => '1835_XP_EXPORT',
    12 version => 'LATEST');
    13
    14 DBMS_DATAPUMP.add_file(
    15 handle => l_dp_handle,
    16 filename => 'x1835_XP_EXPORT.dmp',
    17 directory => 'DATA_PUMP_DIR');
    18
    19 DBMS_DATAPUMP.add_file(
    20 handle => l_dp_handle,
    21 filename => 'x1835_XP_EXPORT.log',
    22 directory => 'DATA_PUMP_DIR',
    23 filetype => DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE);
    24
    25 DBMS_DATAPUMP.data_filter(
    26 handle => l_dp_handle,
    27 name => 'SUBQUERY',
    28 value => '(where "XP_TIME_NUM > 1204884480100")',
    29 table_name => 'ldev_perf_data',
    30 schema_name => 'XPSLPERF'
    31 );
    32
    33 DBMS_DATAPUMP.start_job(l_dp_handle);
    34
    35 DBMS_DATAPUMP.detach(l_dp_handle);
    36 END;
    37 /
    DECLARE
    ERROR at line 1:
    ORA-39001: invalid argument value
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3043
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3688
    ORA-06512: at line 25
    ============================================================
    i have a table called LDEV_PERF_DATA and its in schema XPSLPERF.
    value => '(where "XP_TIME_NUM > 1204884480100")',above is the condition i want to filter the data.
    However, the below snippet works fine.
    ============================================================
    SET SERVEROUTPUT ON SIZE 1000000
    DECLARE
    l_dp_handle NUMBER;
    l_last_job_state VARCHAR2(30) := 'UNDEFINED';
    l_job_state VARCHAR2(30) := 'UNDEFINED';
    l_sts KU$_STATUS;
    BEGIN
    l_dp_handle := DBMS_DATAPUMP.open(
    operation => 'EXPORT',
    job_mode => 'SCHEMA',
    remote_link => NULL,
    job_name => 'ldev_may20',
    version => 'LATEST');
    DBMS_DATAPUMP.add_file(
    handle => l_dp_handle,
    filename => 'ldev_may20.dmp',
    directory => 'DATA_PUMP_DIR');
    DBMS_DATAPUMP.add_file(
    handle => l_dp_handle,
    filename => 'ldev_may20.log',
    directory => 'DATA_PUMP_DIR',
    filetype => DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE);
    DBMS_DATAPUMP.start_job(l_dp_handle);
    DBMS_DATAPUMP.detach(l_dp_handle);
    END;
    ============================================================
    I dont want to export all contents as the above, but want to export data based on some conditions and only on selective tables.
    Any help is highly appreciated.

  • Export Data to Excel with commands API

    Hello,With commands API, we want to add the possibility to Export Data to Excel to our users, but we don't want to give them the acess to the mouse right button, because they can change others things that we don't want.How can we do that ?Thanks.

    Hello,With commands API, we want to add the possibility to Export Data to Excel to our users, but we don't want to give them the acess to the mouse right button, because they can change others things that we don't want.How can we do that ?Thanks.

  • Importing and Exporting Data with a Clob datatype with HTML DB

    I would like to know what to do and what to be aware of when Importing and Exporting data with a Clob Datatype with HTML DB?

    Colin - what kind of import/export operation would that be, which pages are you referring to?
    Scott

Maybe you are looking for