Using #WORKSPACE_IMAGES # with the names of dynamic list of Image, not to hardcode

I hope someone can help me with this request.

I am developing an Apex application but I am learning as I go along by examples of Google search and read the tutorials, etc.  I am trying to create a slideshow based on a dynamic list of Image names. First, I created an apex_collection in a header containing the names of the image process, I need (view/column APEX_COLLECTIONS. C001) I then created a Page called P81_IMAGE_NAME element. I'm trying to loop through the collection and display the pictures in a slide show.   I have a HTML Page with the following code in the Source of the region (found the code in an example online)... Please can someone tell me where I can add the following PL/SQL code so that #WORKSPACE_IMAGES # nom_image may contain the names of images dynamically recoveries rather then hard-coded image names as in the < div Section of the Source region - Code I want to add somewhere, don't know where it add or even if it will work

Declare cursor c1 is

Select c001

of apex_collections

where collection_name = "CO_IMAGES";

Start

A1 to c1 loop

: P81_IMAGE_NAME: = c1. C001;

< img src = "#WORKSPACE_IMAGES & P81_IMAGE_NAME" alt = "Slideshow Image" / >

end loop;

end;

-End

-The code which displays images, I found (Harcoded in the < div section)

< script type = "text/javascript" >

function slideSwitch() {}

var $active = $("#slideshow IMG.active");

If ($active.length == 0) $active = $("#slideshow IMG:last");

This allows to take images in their order of appearance in the tag

var $next = $active.next () .length? $active.next)

: $('#slideshow IMG:first');

Uncomment the 3 lines below to shoot images in random order

var $sibs = $active.siblings ();

var rndNum = Math.floor (Math.random () * $sibs.length);

var $next = $($sibs [rndNum]);

$active.addClass('last-active');

$next.css ({opacity: 0.0})

.addClass ('active')

. Animate ({opacity: 1.0}, 3000, function() {})

$active.removeClass ('active last active');

});

}

{$(function()}

setInterval ('slideSwitch()', 3000);

});

< /script >

< style type = "text/css" >

/ * the value width and height to match your images * /.

{#slideshow}

position: relative;

height: 400px;

}

#slideshow IMG {}

position: absolute;

top: 0;

Left: 0;

z index: 8;

opacity: 0.0;

}

{IMG.active #slideshow

z-index: 10;

opacity: 1.0;

}

{IMG.last - active #slideshow

z index: 9;

}

< / style >

< div id = "slideshow" >

< img src = "" #WORKSPACE_IMAGES #Logo.png "alt =" slideshow Image 2 "/ >" "

< img src = "" #WORKSPACE_IMAGES #Logo1.png "alt =" slideshow Image 1 "/ >" "

< img src = "' #WORKSPACE_IMAGES #2_Burg - 1.png" alt = "Slideshow Image 2" / > "

< img src = "" #WORKSPACE_IMAGES #Car11.jpg "alt =" slideshow Image 3 "/ >" "

< img src = "" #WORKSPACE_IMAGES #Screen1.png "alt =" slideshow Image 4 "/ >" "

< / div >

< / div >

user8016921 wrote:

Please update your profile of the forum with a recognizable user name: Video tutorial how to change username available

Always include the information described in these guidelines when you post a question: How to get the answers from the forum

I am developing an Apex application but I am learning as I go along by examples of Google search and read the tutorials, etc.  I am trying to create a slideshow based on a dynamic list of Image names. First, I created an apex_collection in a header containing the names of the image process, I need (view/column APEX_COLLECTIONS. C001) I then created a Page called P81_IMAGE_NAME element. I'm trying to loop through the collection and display the pictures in a slide show.  I have a HTML Page with the following code in the Source of the region (found the code in an example online)... Please can someone tell me where I can add the following PL/SQL code so that #WORKSPACE_IMAGES # nom_image may contain the names of images dynamically recoveries rather then hard-coded image names as in the

Depends on the number of images. How are they involved?

With a small number (e.g. 10-20), you can simply use a page element to register the handset img reference items and she as a substitution string in the region existing HTML. For more information, it would be preferable to use a report.

On the approach of page element:

1. create the point P81_IMAGES of the page as an element of the display only. The value of the Condition Never element so it is not included in the rendered page and the security attribute point escape special characters No.

2. create a page process before header (sequenced to run once the collection created if that is done at this point in the process):

begin

  :p81_images := null;

  for img in (
    select c001 src
    from apex_collections
    where collection_name = 'CO_IMAGES')
  loop
    :p81_images := :p81_images || 'Slideshow Image '
  end loop;

end;

3 refer to the value of the element in the HTML source of the region





&P81_IMAGES.

Tags: Database

Similar Questions

  • How to use USB with the name of resource VISA?

    Hello

    I am new to LabVIEW and I'm working on a code that must acquire data from a measuring device. This unit has only a USB output, so I have to work with it. As far as know the block that is used to refer to an external port is VISA resource name. I installed a driver that recognizes the serial ports, and they appear in the list of VISA resource file to the front panel. So I thought that installing the DEVICE driver so that the USB ports would appear. I installed and nothing of USB ports. I don't know it's as simple as that, or work with USB ports is a little more difficult. I tried many things and nothing worked I am here.

    PS: I noticed that the version of the driver is 64-bit (my pc is 64-bit) and my LabVIEW version is 32-bit, what could be the problem?

    The device incidentally is Digital Analyzer WT500, Yokogawa.

    Thank you.

    Victor,

    the suggestion driver instruments is to make it easier by using the instrument.

    Normally, you need to install a player from the manufacturer (if it is not installed, the instrument appears as a USB in Device Manager) and the driver NI-VISA. But for some instruments, manufacturers have APIs that uses NI VISA to communicate with your equipment.

    In order to check whether your instrument appears correctly in Device Manager (as indicated by Yokogawa). If this is not the case, check whether Yokogawa has a suitable driver for this tool and install it.

    Is this clear?

    If you wish, you can contact NI Brazil support site or by phone (11) 3149-3149 Ext 3.

  • How can I select the files in a folder with the help of a list with the files you want and after that rename only the files using another list with desired new names?

    How can I select the files in a folder with the help of a list with the files you want and after that rename only the files using another list with desired new names?

    I have only:
    D: / images (where are necessary + not need files)
    -a list with only the necessary files
    -a list with new names for the files needed
    Thank you.

    Hi Pustiu,

    Thanks for posting in the Microsoft Community.

    You want to know how to select the files in a folder using a list with the files you want and after that rename only the files using another list with desired new names.

    I would have you post your query in the TechNet forums because it caters to an audience of it professionals.

    Your query will be better addressed there.

    Check out the link-

    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/threads

    We know if you need help. We will be happy to help you. We, at tender Microsoft to excellence.

    Thank you.

  • The listener is down: even if a listener with the name "AUDITOR", is running on this host at the port: "1521", it has not started using "the target LISTENER. ORA file.


    I moved a listener on a host in a House different oracle. The headset works fine, but EM 12 c shows that the listener is down with the following summary:

    The listener is down: even if a listener with the name "AUDITOR", is running on this host at the port: "1521", it has not started using "the target LISTENER. ORA file. CORRECTIVE ACTION: To monitor this "EM listener target" with its current configuration, you must stop the process of listening running and start it using the Listener parameter file: opt/oracle/product/12.1.0.2/network/admin/listener.ora. Alternatively, you can update "this target LISTENER. Location ORA setting"with the location of the listener running, which started using the: opt/oracle/product/11.2.0.3/network/admin/listener.ora.

    EM 11 g, I simply changed the configuration of the listener for the different oracle home, argued the change and in a few minutes the listener would show that 'UP' with the oracle of new home. I upgraded to MS 12 c (12.1.0.4) and can't find how to do this. Can someone give me the procedure.

    Thank you

    Ron

    Hi Ron,

    Can you please do the following?

    -Create a for the listener listener.ora file, stop and start the receiver using the listener.ora file. If the file is located in a default location, set the TNS_ADMIN environment variable to that location before you start the listener.

    -Log on to the EM console, go to the homepage of the listener.

    -In the Oracle Listener menu, select target Configuration > Configuration of the analysis.

    -Ensure that the parameters, including the Listener.ora directory, are properly.

    Kind regards

    -Loc

  • Why can't we create a folder with the name "con" or "prn"? __we can do only by using back!

    I tried this on Xp, Vista and win7 and still the same result
    I can't name a folder with the name "con" or "prn".

    THX

    These are reserved for the console and the printer devices MS-DOS names.  Files or folders that these names does not have the Windows file system. Boulder computer Maven
    Most Microsoft Valuable Professional

  • RICs when MergeTable using with the names of multiple tables

    Hello world!

    I just saw, as v11 OWM MergeTable media with the names of multiple tables. As I couldn't find anything in the documentation, here's a question:

    It also means, that RICs are automatically taken into account regarding the order of INSERTS/CHANGES/DELETES?

    That would actually really great and simplify the merge of our application mechanism a lot.

    Kind regards

    Andreas

    Hi Andreas,

    This feature works the same MergeWorkspace, but with a smaller set of tables.  Tables will always be merged into the order of the child table first, then the parent tables.  However, foreign key constraints are not validated until all tables have been merged.  This would prevent a mistake to be triggered when the child table merging before the parent merging table data in the parent workspace.

    Kind regards

    Ben

  • With the help of a list in a clause Where Clause

    I try to use a dynamic list, in a where clause clause, not having much luck and we tried different ways.

    Here's the closest thing I can find, the only problem is that the output returns an error caused by comma in where criteria if the list contains several items.

    Any help would be greatly appreciated!

    SELECT is the name of my list by commas.

    < name cfquery = 'list' datasource = "#dbnm #" >
    SELECT *.
    Students
    When status = ' #x # ' and (id = #Listqualify(select,"") #)
    < / cfquery >

    When the use of lists in sql, you do not use an equal sign. You use the key word in. You must also put your list in parentheses.

  • Why we cannot create a folder with the name con

    Hello Sir,

    I wan't to know the reason for why we cannot create or rename a folder with the name "con" as the other folder names. But I know that we can create this type of file using cmd.
    Thank you.
    Mihir Mani prasad

    CON is a reserved word and cannot normally be used as a folder name.  This also applies to: PRN, to THE, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

  • PlayBook: Problems with the names of the packages containing points of bb10

    Hello

    I wore my 'Medicine Cabinet kids' app for Android. In the "manifest. MF' according to the name of the package is: de.ebsonline.medicinecabinetchildren.

    Meanwhile, I've been thinking that app using WebWorks and he signed with the same key and the same name of package to BB10 for Android.

    At that time, I thought, the application could be the same for BB10 and Playbook. Unfortunately it is not the same. Some customers bought for the Playbook and get installation error 0008.

    As a result of a notice of @oros here in the forum, I tried to create a special version of the application for the playbook. But the problem is, I'm not able to create the same name package, because for the playbook, the entry in the file config.xml may not have the points and there seems to be a limit in length.

    Accordingly, it seems that I am not able to create a new version with the name of original package of my application for users of the playbook, who have already purchased the app and cannot install it! But I don't want to create an entirely new application, because that would mean losing my real clients.

    Could you please give me a hint (or a solution step by step, if possible) for this problem?

    Thank you very much for your help and best regards from the Germany

    Rolf Eschenbach

    I found the following

    Use a naming for short in the field id = like this at the beginning of the config.xml file


    http://www.w3.org/ns/widgets ".
    "xmlns:RIM ="http://www.blackberry.com/ns/widgets"
    version = "1.0.0.1" id = "compeardoxgreatapp" >

    The BB10 I give it an id of com.peardox.greatapp

    There is a limit on the number of characters a Playbook may have in the name of the package resulting (50 as I remember) - I guess we have about 18 for our own use

    You don't have to use the reverse DNS, but it is easier for compatibility for the configs in need - just missed the points for PB

  • Querying the oracle table that has a column with the name of "FILE".

    Hi all

    I need to have an oracle table that has the column with the name "FILE".

    I can query all columns with the query "select * from table".

    But I'm not able to use the query "select the table file.

    This table is converted from ms access to oracle and I need to have this column with the name "FILE".

    Any suggestions?

    Thank you

    Abdellaoui

    Hello

    FILE is a keyword from Oracle, so it's not a good name,

    Use FILEDATE, or DATE_FILED, or something else that is not in V$ RESERVED_WORDS. KEYWORD as the name column.

    If you need to use the FILE, then you must use quotation marks.

  • Animate cc, the police is both by default when you change the size of the text field. Have integrated a font with the name prjFnt... but once I have change the rating in the design view of the prjFnt goes to the new roman times... what a mistake... don't

    Animate cc, the police is both by default when you change the size of the text field. Have integrated a font with the name prjFnt... but once I have change the rating in the design view of the prjFnt goes to the new roman times... what a mistake... don't have we not no matter what patch

    This problem has been fixed in the latest update to animate CC.

    You can upgrade to animate CC 15.1.0.1.13 creative use of cloud App or via the Help menu > updates.

  • Stack the images in layers with the name of the layer

    Hello

    One allows to stack several images in layers of a particular folder with the name of the layer.

    Example:

    I have 3 layers, and each layer is referred to as a1, a2, and a3. I need a script to take a1 file from a folder (to office) and places it in the layer of a1 and the same need to repeat for the rest.

    So I'll get image layer a1 a1, a2 image layer in a2...

    Thanks in advance

    Does that help?

    replace the layers of a certain name with

    2014, use it at your own risk.

    #target "photoshop - 70.032»

    If (app.documents.length > 0) {}

    Download the file;

    Var folder = Folder.selectDialog ("select folder");

    If (Folder) {var uses = theFolder.getFiles (/ \.)} (jpg) | TIF | EPS | {(psd) / $i)};

    var theseFiles = new Array;

    for (var n = 0; n)< thefiles.length;="" n++)="">

    theseFiles.push ([uses [n].name.match (/(.*)-.)]) [ ^\.] (+_$/) [1], theFiles [n]])

    };

    Here are the files;

    If (theseFiles.length > 0) {app.activeDocument.suspendHistory ("replace", "main()")};

    };

    ////////////////////////////////////

    int main() {}

    the file;

    var originalUnits = app.preferences.rulerUnits;

    app.preferences.rulerUnits = Units.PIXELS;

    myDocument var = app.activeDocument;

    get the number of layers;

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var applicationDesc = executeActionGet (ref);

    var number = applicationDesc.getInteger (stringIDToTypeID ("numberOfLayers"));

    treat the layers;

    var theLayers = new Array;

    for (var m = 0; m<= thenumber;="" m++)="">

    try {}

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), m);

    var layerDesc = executeActionGet (ref);

    var layerSet is typeIDToStringID (layerDesc.getEnumerationValue (stringIDToTypeID ("layerSection")));.

    isBackground var = layerDesc.getBoolean (stringIDToTypeID ('background'));

    If the layer group not collect values;

    If (layerSet! = "layerSectionEnd" & layerSet! = "layerSectionStart" & isBackground! = true) {}

    theName var = layerDesc.getString (stringIDToTypeID ('name'));

    theID var = layerDesc.getInteger (stringIDToTypeID ('layerID'));

    theLayers.push ([theName, theID])

    / * If (theName == searchName) {}

    var boundsDesc = layerDesc.getObjectValue (stringIDToTypeID ('bounds'));

    Top var = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('top'));

    var theLeft = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('left'));

    var theWidth = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('width'));

    var theHeight = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('height'));

    Var Center = [theLeft theWidth/2, Top + theHeight/2];

    selectLayerByIndex (m, false);

    theArray.push ([myDocument.activeLayer, Center, theWidth, theHeight])

    };*/

    };

    }

    catch (e) {};

    };

    ////////////////////////////////////

    for (var o = 0; o)< thelayers.length;="" o++)="">

    var thisLayer = theLayers [o];

    for (variety p = 0; p)< thesefiles.length;="" p++)="">

    {If (theseFiles [p] [0] == {thisLayer [0]})}

    selectLayerByID(thisLayer[1],false);

    var removeLayer = myDocument.activeLayer;

    var theBounds = removeLayer.bounds;

    var theSO = placeScaleRotateFile (theseFiles [p] [1], 0, 0, 100, 100, 0);

    If (Number(theBounds[0]) == 0 & Number(theBounds[2]) == 0) {}

    else {removeLayer.remove ;})

    }

    }

    };

    restoration;

    app.preferences.rulerUnits = originalUnits;

    };

    by mike hale, through paul riggott.

    http://forums.Adobe.com/message/1944754#1944754

    function selectLayerByIndex (index, add) {}

    Add = undefined? Add = false: Add

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), index);

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ("null"), ref);

    If (Add) desc.putEnumerated (stringIDToTypeID ("selectionModifier"), stringIDToTypeID ("selectionModifierType"), stringIDToTypeID ("addToSelection'));

    desc.putBoolean (charIDToTypeID ("MKV"), false);

    try {}

    executeAction (charIDToTypeID ("slct"), desc, DialogModes.NO);

    } catch (e) {}

    Alert (e.message);

    }

    };

    based on the code from mike hale, through paul riggott.

    function selectLayerByID (id, add) {}

    Add = undefined? Add = false: Add

    Var ref = new ActionReference();

    ref.putIdentifier (charIDToTypeID ("Lyr"), id);

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ("null"), ref);

    If (Add) desc.putEnumerated (stringIDToTypeID ("selectionModifier"), stringIDToTypeID ("selectionModifierType"), stringIDToTypeID ("addToSelection'));

    desc.putBoolean (charIDToTypeID ("MKV"), false);

    try {}

    executeAction (charIDToTypeID ("slct"), desc, DialogModes.NO);

    } catch (e) {}

    Alert (e.message);

    }

    };

    place.

    function placeScaleRotateFile (file, x_offset, decalage_y, theXScale, theYScale, theAngle) {}

    // =======================================================

    var idPlc = charIDToTypeID ("Plc");

    var desc5 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    Desc5.putPath (idnull, new (file));

    var idFTcs = charIDToTypeID ("CIE");

    var idQCSt = charIDToTypeID ("QCSt");

    var idQcsa = charIDToTypeID ("Qcsa");

    Desc5.putEnumerated (idFTcs, idQCSt, idQcsa);

    var idOfst = charIDToTypeID ("Ofst");

    var desc6 = new ActionDescriptor();

    var idHrzn = charIDToTypeID ("Hrzn");

    var idPxl = charIDToTypeID ("#Pxl");

    desc6.putUnitDouble (idHrzn, idPxl, x_offset);

    var idVrtc = charIDToTypeID ("Vrtc");

    var idPxl = charIDToTypeID ("#Pxl");

    desc6.putUnitDouble (idVrtc, idPxl, decalage_y);

    var idOfst = charIDToTypeID ("Ofst");

    Desc5.putObject (idOfst, idOfst, desc6);

    var idWdth = charIDToTypeID ("Wdth");

    var idPrc = charIDToTypeID ("#Prc");

    Desc5.putUnitDouble (idWdth, idPrc, theYScale);

    var idHght = charIDToTypeID ("Hght");

    var idPrc = charIDToTypeID ("#Prc");

    Desc5.putUnitDouble (idHght, idPrc, theXScale);

    var idAngl = charIDToTypeID ("Marko");

    Bryan var = charIDToTypeID ("#Ang");

    Desc5.putUnitDouble (idAngl, Bryan, theAngle);

    var idLnkd = charIDToTypeID ("Lnkd");

    Desc5.putBoolean (idLnkd, true);

    executeAction (idPlc, desc5, DialogModes.NO);

    Return app.activeDocument.activeLayer;

    };

  • ORA-02354: Error exporting/importing data, ORA-01555: snapshot too old: rollback segment number with the name "" too small

    Hello

    I am getting below error while taking expdp backup table of BLOB.

    ORA-31693: Data Table object 'HCLM_ADMIN '. "' SCAN_UPLOADEDFILES_TEMP ' failed to load/unload and being ignored because of the error:

    ORA-02354: Error exporting/importing data

    ORA-01555: snapshot too old: rollback segment number with the name "" too small

    ORA-22924: snapshot too old

    ORA-31693: Data Table object 'HCLM_ADMIN '. "' TPA_FAXWATCHER ' failed to load/unload and being ignored because of the error:

    ORA-02354: Error exporting/importing data

    ORA-01555: snapshot too old: rollback segment number with the name "" too small

    ORA-22924: snapshot too old

    We have already set aside retention to 50000 .table structure are:

    SQL > show Cancel parameter

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    UNDO_MANAGEMENT string AUTO

    UNDO_RETENTION integer 50000

    undo_tablespace string UNDOTBS1

    SQL > alter table hclm_admin. SCAN_UPLOADEDFILES_TEMP modify lob (FILE_BLOB) (RETENTION);

    Modified table.

    SQL > select nom_de_colonne, pctversion and retention

    from dba_lobs where owner = 'HCLM_ADMIN' and table_name = "SCAN_UPLOADEDFILES_TEMP";

    COLUMN_NAME

    --------------------------------------------------------------------------------

    PCTVERSION RETENTION

    ---------- ----------

    FILE_BLOB

    50000

    SQL > alter table hclm_admin. TPA_FAXWATCHER modify lob (FILEDATA_BLOB) (RETENTION);

    Modified table.

    SQL > select column_name, pctversion and retention of dba_lobs where owner = 'HCLM_ADMIN' and table_name = "SCAN_UPLOADEDFILES_TEMP";

    Column_name PCTVERSION RETENTION

    ---------- ----------

    FILE_BLOB

    50000

    CREATE TABLE HCLM_ADMIN. TPA_FAXWATCHER

    (

    FILENAME_VAR VARCHAR2 (50 BYTE),

    DATE OF CREATED_DATE_DTE,

    FILEPATH_VAR VARCHAR2 (100 BYTE),

    DATE OF TIMESTAMP_DTE,

    FAXNO_VAR VARCHAR2 (15 BYTE),

    DEPARTMENT_VAR VARCHAR2 (50 BYTE),

    REQUESTTYPE_VAR VARCHAR2 (50 BYTE),

    TAGTO_VAR VARCHAR2 (50 BYTE),

    REMARK_VAR VARCHAR2 (1000 BYTE),

    DOCTYPE_VAR VARCHAR2 (50 BYTE),

    TAGTOVALUE_VAR VARCHAR2 (50 BYTE),

    DOCTYPE_OTHER_VAR VARCHAR2 (50 BYTE),

    HEGIC_NO_VAR VARCHAR2 (50 BYTE),

    RECORDNO_NUM NUMBER OF NON-NULL,

    FILEDATA_BLOB BLOB,

    DATE OF FAXLOCKDATE_DTE,

    NUMBER OF FAXLOCKSTATUS_VAR

    FAXLOCKBYUSER_VAR VARCHAR2 (50 BYTE)

    )

    (STORE AS) LOB (FILEDATA_BLOB)

    TABLESPACE HCLM_ALERTSVC

    ALLOW ONLINE STORAGE

    8192 CHUNK

    RETENTION

    NOCACHE

    LOGGING

    INDEX)

    TABLESPACE HCLM_ALERTSVC

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    TABLESPACE HCLM_ALERTSVC

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    ALTER TABLE HCLM_ADMIN. (ADD) TPA_FAXWATCHER

    KEY ELEMENTARY SCHOOL

    (RECORDNO_NUM)

    USING INDEX

    TABLESPACE HCLM_ALERTSVC

    PCTFREE 10

    INITRANS 2

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    ));

    CREATE TABLE HCLM_ADMIN. SCAN_UPLOADEDFILES_TEMP

    (

    NUMBER OF TEMPID_NUM

    SESSION_ID VARCHAR2 (200 BYTE),

    NUMBER OF UPLOADFILE_NUM

    NUMBER OF DOCNO_NUM

    NUMBER OF SCANJOB_NUM

    FILENAME_VAR VARCHAR2 (200 BYTE),

    FILETYPE_VAR VARCHAR2 (200 BYTE),

    FILE_BLOB BLOB,

    VARCHAR2 (200 BYTE) FLAG,

    NUMBER OF USERID_NUM

    CREATED_DATE DATE

    )

    (STORE AS) LOB (FILE_BLOB)

    TABLESPACE PHCLMDBTBS

    ALLOW ONLINE STORAGE

    8192 CHUNK

    RETENTION

    NOCACHE

    LOGGING

    INDEX)

    TABLESPACE PHCLMDBTBS

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    TABLESPACE PHCLMDBTBS

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    Kind regards

    Hello

    First check the lob corrupt as:

    SQL > create table corrupted_lob_data (corrupted_rowid rowid);

    Table created.

    SQL > set off concat

    SQL >

    declare

    SQL > error_1555 exception;

    pragma exception_init (error_1555,-1555);

    number num.

    Start

    for cursor_lob in (select rowid r, & lob_column of table_owner. & table_with_lob) loop

    Start

    NUM: = dbms_lob.instr (. cursor_lob & lob_column, hextoraw ('889911'));

    exception

    When error_1555 then

    insert into corrupted_lob_data values (cursor_lob.r);

    commit;

    end;

    end loop;

    end;

    2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

    17.

    Enter the value of lob_column: FILE_BLOB

    Enter the table_owner value: hclm_admin

    Enter the value of table_with_lob: SCAN_UPLOADEDFILES_TEMP

    former 6: for cursor_lob in (select rowid r, & lob_column of table_owner. & table_with_lob) loop

    6 news: for cursor_lob (select rowid r, FILE_BLOB of hclm_admin loop SCAN_UPLOADEDFILES_TEMP.)

    old 8: num: = dbms_lob.instr (. cursor_lob & lob_column, hextoraw ('889911'));

    8 new: num: = dbms_lob.instr (cursor_lob. FILE_BLOB, hextoraw ('889911'));

    PL/SQL procedure successfully completed.

    SQL > select * from corrupted_lob_data;

    CORRUPTED_ROWID

    ------------------

    AAASF/AAKAABacyAAA

    To resolve this problem, we have 3 options

    (1) to restore and recover the LOB segment using physical backup.

    (2) empty LOBs affected using the UPDATE, as mentioned in the Note 787004.1statement:

    SQL > update SCAN_UPLOADEDFILES_TEMP

    Set FILE_BLOB = empty_blob()

    where rowid in (select corrupted_rowid

    of corrupted_lob_data);

    SQL > commit;

    (3) perform the export, excluding the corrupt ROWID. by adding the following to export command parameter

    Query =------"where rowid not in (\'AAASF/AAKAABacyAAA\'\) \ \" "

    Kind regards

    Alok Dwivedi

  • Cannot find a process with the name 'perl '.

    Hey all,.

    Tryign to configure the script in my dev environment and I receive the email ok, but does not get the report attached to the email... Here are the keys error I get with executing the script on the computer Windows 7 using PowerCLI 5.0... Thoughts?

    ___________________________________________________________________________

    Get-Process: cannot find a process with the name 'perl '. Process audit na
    me and call the cmdlet again.
    C:\scripts\report.ps1:3 char: 18
    + $pp = get-process < < < < perl
    + CategoryInfo: ObjectNotFound: (perl:String) [Get-Process], Pro
    cessCommandException
    + FullyQualifiedErrorId: NoProcessFoundForGivenName, Microsoft.PowerShell.
    Commands.GetProcessCommand

    You can not call a method on a null value expression.
    C:\scripts\report.ps1:4 tank: 16
    + $pp.waitforexit < < < <)
    + CategoryInfo: InvalidOperation: (waitforexit:String)], Runti
    meException
    + FullyQualifiedErrorId: InvokeMethodOnNull

    New-Object: Exception calling ".ctor' with '1' or the arguments:"Could not find fi.
    the "C:\scripts\vmware_health_check20110912.html". »
    C:\scripts\report.ps1:8 char: 18
    + $att = new-object < < < < Net.Mail.Attachment ($file)
    + CategoryInfo: InvalidOperation: (:)) [New-Object], MethodInvoca)
    tionException
    + FullyQualifiedErrorId: ConstructorInvokedThrowException, Microsoft.Power
    Shell.Commands.NewObjectCommand

    Exception by calling 'Add' with '1' arguments: "value cannot be null."
    ' Parameter name: agenda.
    C:\scripts\report.ps1:14 char: 21
    + $msg. Attachments.Add < < < < ($att)
    + CategoryInfo: NotSpecified: (:)) [], MethodInvocationException)
    + FullyQualifiedErrorId: DotNetMethodException

    You can not call a method on a null value expression.
    C:\scripts\report.ps1:16 char: 13
    + $att. Have < < < <)
    + CategoryInfo: InvalidOperation: (available: String) [], RuntimeEx
    reception
    + FullyQualifiedErrorId: InvokeMethodOnNull

    Remove-Item: can not find the path "C:\scripts\vmware_health_check20110912.html" be
    cause, that there is not.
    C:\scripts\report.ps1:17 tank: 12
    + Remove-Item < < < < C:\scripts\vmware_health_check$dt.html
    + CategoryInfo: ObjectNotFound: (C:\scripts\vmwa...ck20110912.ht
    ml:String) [Remove-Item], ItemNotFoundException
    + FullyQualifiedErrorId: PathNotFound, Microsoft.PowerShell.Commands.Remov
    eItemCommand

    The script uses the Perl API and not the PowerShell.  So the last SDK Perl install and be sure that your backup script as *.pl rather than *.ps1

    Concerning
    Joerg

  • Creating an element indicates the element with the name already exists

    Hello dear,

    I'm on R12

    We are to modernize a few standard Link elements that weren't before. So I end of all the links in the element and then end the element as 31-dec-2012.
    I am trying to use the same element of 1 January 2013 and set it as a standard binding element, but it is throwing an error indicating that the element with the name already exists
    who is reasonably.

    My requirement is that I wanted to use the same element name and set it as a standard link. I can do this.

    Your entries are highly appreciated.

    Thank you

    You can go the previous day, press Delete again, and select Remove next or all future changes

Maybe you are looking for

  • Wireless problems

    the wireless on my ipad Pro turns off after the upgrade of software to IOS 10

  • When I click on 'Options', the popup gives me a white screen for the latest updates of 4 or 5.

    Since 4 or 5 updates ago, I could not access the options on Firefox. It is for me an empty popup. It's strange to see just a screen empty and unable to do anything. All the other menus work. Addons option works, but I can't in my General options. I w

  • Records in the Games folder

    Is it possible to create folders in the Games folder to help organize games or do I just create folders in the start menu and organize in this - special folder Vista Games to forget? Karl

  • has tried to fix the 800f0825

    Did what you said but didn't this really important code for KB955430 window vista work? Do I really need it, what is it for?, and they give for me once again, as it is in the list of updates that have passed through and failed. Thank you

  • CLIP + must show the title of the album during playback

    My CLIP + does not show the title of the album during playback.  It shows only the artist and title of the song.  This is ridiculous and should be easily solved.