Forms 6i save photo inside the database

Dear people
I have table with 2 fields no number (10), photo_path varchar2 (300)
These 2 fields have the number and the path of photos, and I train to watch these paths and find the photo and save it to the database table.
either way, I am using forms 6i and 8i db
Please help me how to


Published by: yasser_egypt on November 22, 2012 06:25

Published by: yasser_egypt on November 22, 2012 06:43

Hello Yasser

I really don't know the reason, but it can be 2
1 - the oracle_forms_patch18
2 - the version of database
and then ishould ask you about.
have you applied the oracle_forms_patch18? because it may be one of the causes of this isseu

If you apply this patch please apply it first to make sure it's not an isseu forms.

If you don't have it you can download it from this link

[http://www.epa.gov/storet/archive/Oracle_Forms_6i_Patch_18.exe]

Respectfully
Khaled Farouk

Tags: Oracle Development

Similar Questions

  • DMZ web server-> inside the database server

    Suppose that a network topology looks like this:

    A PIX with 3 interfaces:

    interface (private public static IP 10.10.10.1)

    interface (public static IP of 69.110.38.35)

    interface (static IP private address of the 30.30.30.1)

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

    The internal network has a {server} with the IP address of 10.10.10.2.

    The DMZ has a {web server} with the IP address of 30.30.30.2.

    I will welcome external guests (outside) access to the web server (30.30.30.2) via port 80.

    This web server access turn the database server (10.10.10.2).

    Assume that all other commands are issued. Then, I'll create an access list that allows server WWW DMZ to communicate with inside the database server.

    access-list dmz-to-inside permit tcp host 30.30.30.2 host 10.10.10.2 eq 1521

    Should I publish the following, too:

    (1) access-list dmz permit tcp host 30.30.30.2 no matter what 80 eq

    (2) access-group in interface dmz dmz

    (3) static (inside the dmz) 10.10.10.0 10.10.10.0 netmask 255.255.255.0

    xlate clear 4)

    If so, what each of them do?

    Thank you for helping.

    Scott

    1. Yes, the static statement "10.10.10.0 static (inside, dmz) 10.10.10.0 netmask 255.255.255.0" will disable NAT. Although it is not necessary to disable nat, however, it saves money and simple to manage. the reason for this is the traffic between the dmz and inside is private, there is therefore not necessary to apply the public ip address.

    2 pix receives the package intended to 30.30.30.2 10.10.10.2. PIX examines the static statement and based on the static above statement, pix will not nat package (i.e. pix will leave the soruce address be) and send it to 30.30.30.2 via the interface of the demilitarized zone.

    for example

    original package - source 10.10.10.2, destination 30.30.30.2

    After pix - source 10.10.10.2, destination 30.30.30.2

    3. the "Clear xlate" command must be issued whenever the nat/global or static has been added/deleted/modified. This command is to force the pix to clear the existing ip translation.

    for example, before you add the command "static 1.1.1.1 (indoor, outdoor) 192.168.1.100 netmask 255.255.255.255", the pix may already have an ip 192.168.1.100 translation (it might come from the nat/global). now, after you apply the static command, the pix will keep the existing translation for a certain period time. 'clear xlate' is needed to erase the old translation and so to activate the new static statement.

  • Save photos to the computer directly on film or similar?

    Twice a year or I backup photos/videos from my iPhone by plugging my phone in my computer, it opens Windows Explorer and manually copy and paste all the photo on my computer folders. This time, however, I accidentally cut and paste instead of copy and paste, so I actually deleted all of my pictures and videos from my phone and they settled on my computer.

    Now my problem is, I want the majority of these photos on my phone and saved in the camera. Of course, I can't drag and drop in Windows Explorer (or I wouldn't post this). I don't want them be synchronized to my computer via iTunes, because they will be marked as "registered on computer" on my phone and I can't delete them unless I have a sync - them via iTunes (nor I do not understand why this is something that happens).

    So what is the best way to save 1000 ~ pictures and videos on my camera roll, as they were before?

    For example, Dropbox is a possible solution, until I discovered that you had basically save a single photo at a time.

    No easy solution for this one. Dropbox, Google Drive or similar forms as you mentioned, probably the one at the same time, the emailing for yourself, worse yet, or maybe put them on a flash drive and find a friend with a Mac. You could then drop them - a little faster but still plenty of time for 1,000 pictures. You can also try App of Lenovo, SHAREit. It works on iOS and PC as well, perhaps a little better but not as good as Airdrop. Otherwise, you're stuck with the iTunes sync. In the future, I suggest to import the photos instead of copy and paste.  Import photos and videos from your iPhone, iPad or iPod touch - Apple Support

  • Form is not submitting to the databases

    Hello

    I'm having a problem right now. Everything I click on the page complete the registration on this site.

    https://www.encourageexcellence.org/registration.php

    Entered values present or return error messages. Could you show me what I'm doing wrong? Here is the code

    [CODE]

    <? PHP

    If (isset($_POST['submitted'])) {}

    require_once('Connections/encourage.php');

    $fields = array)

    "e-mail address",

    "State":

    "district."

    "kind."

    "age."

    "profession."

    );

    If (safe($_POST['survey']=="Yes")) {}

    $survey = "Yes";

    }

    else {}

    $survey = "no";

    }

    {foreach ($fields as $fieldName)

    If (isset($_POST[$FieldName]) and safe (trim (stripslashes($_POST[$fieldName])))! == ") {}

    $$fieldName = safe (trim (stripslashes($_POST[$fieldName])));

    } else {}

    $errors [] = ' Please enter your '. $fieldName. ""; "code to validate fields.

    }

    If (filter_var ($email, FILTER_VALIDATE_EMAIL) == true) {}

    } else {}

    $errors [] = "Please enter a valid e-mail address ';

    }

    }

    {if (! isset ($Errors))}

    $query = "SELECT user_id FROM participating WHERE email = '$email" ";

    $result = mysql_query ($query);

    If (mysql_num_rows ($result) == 0) {}

    $query = "INSERT INTO participating (email, State, district, sex, age, profession, survey, registration_date)

    VALUES ('$email', '$state', '$district', '$gender', '$age', '$profession', '$survey', NOW()) "; databasse connection

    $result = mysql_query ($query);

    If ($result) {}

        $url = ' http:// '. $_SERVER ["HTTP_HOST"]. dirname($_SERVER['PHP_SELF']);

    If ((substr ($url,-1) == ' / ') |) (substr ($url,-1) == ' \')) {

    $url = substr ($url, 0, -1);

    }

    $url. = ' / thanks.php';

    Header ("Location: $url"); This is the error line that signals after having submitted to the database

    Exit();

    } else {}

    $errors [] = ' you can not be saved due to a system error. We apologize for any inconvenience. " ;

    $errors [] = mysql_error(). ' < br / > < br / > query: '. $query;

    }

    } else {}

    $errors [] = "e-mail address has already been registered.";

    }

    }

    mysql_close();

    } else {}

    $errors = NULL;

    }

    If (! empty ($errors)) {}

    echo "< h1 id ="mainhead"> error!" < / h1 >

    < class p 'error' = > the following error occurred: < br / > ';

    {foreach ($errors as $msg)

    echo ""--$msg < br / > \n ";"

    }

    echo "< /p > < p > please try again." < /p > < p > < br / > < / p > ';

    }

    safe ($string) function

    {

    $pattern = /\r|\n|\%0a|\%0d| "Content\-Type." Bcc. à : | "cc: / I";

    Return preg_replace ($pattern, cm, $string);

    }

    ? >

    <! - html code - >

    < form id = "form1" name = "form1" method = "post" action "registration.php" >

    < fieldset class = "first" >

    < class label = 'email' for 'email' = > Email: * < / label >

    < input name = "email" value = "<?" PHP if (isset($_POST['email'])) echo $_POST ['email'];? > "/ >"

    < label for = "State" / > State: * < / label >

    < input name = "State" value = "<?" PHP if (isset($_POST['state'])) echo $_POST ['State'];? > "/ >"

    < label for = "schooldistrict" / > School District: * < / label >

    < input name = "district" value = "<?" PHP if (isset($_POST['district'])) echo $_POST ['district'];? ">" / >

    < label for 'sex' = > gender: * < / label >

    < select name = "sex" >

    < option > choose your type < / option >

    < option value = 'male' <? PHP echo ($form ["gender"] == "male"?) ('selected': "); > > male < / option >

    < option value = 'female' <? PHP echo ($form ['gender'] == 'feminine'?) ('selected': "); > > female < / option >

    < / select >

    < label for = "age" / > your age: * < / label >

    < input name = "age" type = "text" class = "age" maxlength = value "2" = "<?" PHP if (isset($_POST['age'])) echo $_POST ['age'];? ">" / >

    < label for = 'profession' / > Profession: * < / label >

    < input name = "profession" value = "<?" PHP if (isset($_POST['profession'])) echo $_POST ['profession'];? ">" / >

    < label for = "poll" / > willingness to participate in future surveys: < / label >

    < input name = "survey" type = "checkbox" value = "Yes" / >

    < / fieldset >

    < fieldset >

    < input name = "submit" type = 'submit' class = "btn1" value = "Finish registration" / >

    < Input class = "btn" name = "reset" type = "reset" value = "Clear form" / >

    < input type = "hidden" name = "subject" value = "TRUE" / >

    < / fieldset >

    < / make >

    [/ CODE]

    Thanks in advance!

    Nope, it's quite possible, more it is easier to create pages to redirect. I actually discovered the problem. I actaully started to do the javascript validation and added the somehow, since I was not finished with the project and somoehow to remove the week last. in any case, thanks for your response.

  • How to filter the form entries before inserting into the database?

    Hello Adobe Forums,

    This is my first post and im a beginner with dreamweaver. I have created two forms on my site, one for messages (contact form) and the other for the testimony. I used the server behavior record insert to insert the record into the database, and then display the record in my administration area. What I want to do is to make sure that nobody can put the code in one of the entries, and if they do then to strip out code before its insertion in the database. Anyone know how I can do this? I'm not a coder I just use dreamweavers Insert menu, but I can change the code if somone told me what to do and where.

    Thanks in advance

    Dang - sorry-

    foreach ($_POST as $key-online $value) {}

  • No form data is not in the database

    Hi-

    I created a simple web form that allows the user to add new records to the database, however, only one of the text fields appear in the database. I'm not sure what I did wrong. Can anyone help? Thank you. (See code below)

    ----

    < body >

    Add a record < h3 > < / h3 >

    < do action = "add_record.php" method = "post" name = "Add record" > "
    < input name = "Title" type = value "text" = "Title" size = "100" / > < input name = "Author" type = value "text" = "Author" size = "125" / > < input name = "Year" type = "text" value = "Year" size = "50" / > < input name = "Editor" type = "text" = "Publisher" value / > < input name = "ebook" type = "text" value = "Ebook" / > < input name = "Ranking of Amazon" type = "text" = "Rank" value / >
    < p > < input name = "Submit" type = "submit" / > < / p >
    < / make >

    < / body >
    < / html >

    Your code looks OK, although there is a dollar sign disappeared off the coast of amazon_rank at the end:

    $insert = mysql_query ("INSERT INTO mydatabase.idxbooks (book_title, author, year, Publisher, ebook, amazon_rank) VALUES ('$book_title', '$author', '$year', '$publisher', '$ebook', 'amazon_rank') '");

    This should be:

    $insert=mysql_query("INSERT INTO mydatabase.idxbooks
    (book_title, author, year, publisher, ebook, amazon_rank)
    VALUES ('$book_title', '$author', '$year', '$publisher',
            '$ebook', '$amazon_rank')");
    
  • Save data to the database...

    HII,
    I am a new developer on oracle developer 6i... my problem is like...
    I can't store the data in the form database developer 6i (the column is the column in the database and I said as a column of formulas that I can't store and value comes from other column by some calculation)...

    Hello, welcome to the Forums. What you describe with a calculated field is expected features. Here's what the forms help system has to say about calculated fields:
    _ Guidelines for the use of the elements calculated
    * Calculated are view-only control elements.
    * Calculated items cannot be elements of database.
    * So that you can define a calculated item Enabled, navigate to mouse and keyboard navigable properties Yes, you cannot set properties Insert authorized or Update Allowed Yes.

    If you want to write these values in the database, you will need to copy the value of the calculated field in an element of Basic tab.le of your block. For example:

    /* Pre-Insert trigger */
    BEGIN
       :BASETBL_BLOCK.TOTAL_AMOUNT := :CALC_BLOCK.CALC_ITEM;
    END;
    

    Hope this helps,
    Craig B-)

    If a response is appropriate or useful, please mark accordingly.
         
    Published by: Silvere June 2, 2010 08:36

    Published by: Silvere June 2, 2010 08:36

    Published by: Silvere June 2, 2010 08:36

    Published by: Silvere June 2, 2010 08:38

    Published by: Silvere June 2, 2010 08:41

  • Windows Media Player - How to save photos in the library media player on my hard drive?

    I have recently more written inadvertently a lot of a very important .jpg files in my folder of photos but I found them in the windows media player library... However there is no record available option... How to save them in a folder that can access my photo editing software?

    There are 343 photos in a folder under my pictures... I crushed 42 photos... they appear in the library media player as the photos that more wrote the originals... but the media player library shows other 299 photos but they are NOT in the original folder... and I don't find them by searching even with the file name, the entire computer to research.

    I can see the images... I just do not know where they are stored.

  • Add keywords to the photos inside the shirt + subfolders?

    I have my photos stored in the record of the year-> month-> events

    Now, I want to add the keyword '2009' to all of my photos turned in 2009 and 2008 every time of 2008...

    But is it possible to leave the bridge to add tags to pictures inside this folder or do I have to open all the files and add the keyword?

    I tried, but this won't work for me - I am using Bridge CS4.

    go to the folder 'year' and select Show-> Show items from subfolders, select all the files and add your keyword

  • Cannot save photos after the last update

    I just updated my ipod touch to 9.2 and now my pictures without saving. They appear on the roll immediately after taking of... but with the menu symbols at the bottom of the screen grey (unusable), and the photos disappear after I get out of the way of the camera. Help! I don't have another device of picture taking, so I'm really stuck!

    I noticed in the settings > General > Information according to which music, videos and photos are always in charging mode... is this the problem?

    Try:

    -Reset the device iOS. Nothing will be lost

    Device iOS Reset: Hold down the On / Off button and the Home button at the same time for to

    less than ten seconds, until the Apple logo appears

    -Reset all settings

    Go to settings > general > Reset and tap reset all settings.

    All your preferences and settings are reset. Information (such as your contacts and calendars) and media (such as songs and videos) are not affected.

    -Restore from backup. See:

    Restore your device from an iCloud or iTunes backup - Apple Support

    -Restore factory settings/new iOS device.

  • Drag the photos inside the mapping mode

    I have a lot of pictures with bad GPS coordinates and you want to move them. The most logical thing for me would be just do drag the icon on the map to the right place, but which moves only the map, not the icon. I don't know the exact coordinates, I can only find the right location by looking at the map.

    How can I move my pictures from the best?

    (LR4 on a mac)

    If you click on a PIN on the map, you will see that all the images associated with this pin (location) are automatically selected on film at the bottom of the screen. Click on one of the thumbnails selected, and drag it to the new location. All other selected images will be updated at the same time.

  • encrypt/decrypt in Oracle Forms BEFORE you call an SP or the database DML statement

    Hello.  I'm working on an application where we need to encrypt information before it is sent to the database.  I know that the database has a great set of stored procedures to manage the encryption and decryption.  The only challenge here is the fact that I would need to send information unencrypted in the database "in the clear".  Ideally, I would like to encrypt the information in the form and send it to the database.  On recovery, recover the information and then have the application forms decipher encrypted information.

    Whoever did this as a package within a PLL without all calls to a package DBMS_?

    Thank you

    BradW

    OK, I think I have the solution.  We are going to import a java class that we create to do this for us.  We then import it in forms in a library of PLL.  Problem solved!

    Nice little intro to importing Java can be found here:

    Java in Oracle Forms without beans and pluggable Java components

  • Oracle form functions and procedures in the APEX, how?

    I'm working to recreate in the APEX, already existing read only forms in Oracle Forms. Report features interactive APEX among other things, in fact worth as well as to target a different audience than utilizies versions of Oracle Form. Versions of Oracle Forms use a lot of pre and post query triggers, PLSQL functions.

    In Oracle Forms that places, these functions can be found in the "Units of program" section of the form. A feature typical of this kind, based on a particular Mission ID route, collecting names of regular passengers, is shaped with a comma and a space after each of them, in a single string that is returned and displayed the list of passengers of a line.

    I have all of this written code so I can move most of the main request of the Oracle form in an interactive report. These functions and triggers called in the form of the "Units of program" section of the Oracle form rather than stored in the database schema in a package, where they would go inside the APEX? Can I create a 'shortcut' in the APEX and call it from the interactive report "Source Région"? I can create the PLSQL function at the level of the region of the interactive report or page level? Or, my best bet creates a package that is stored in the database, all these functions and/or proecedures I might need the original form of Oracle?

    Some advice would be greatly appreciated.

    RLBickham wrote:
    I don't think I've been pretty clear in the description of the specific thing I want to do, simply, it does not reach the level of forms of conversion of the APEX. It is basically a problem of PLSQL function.

    I have an interactive report which is currently 90 percent of what I want however, each line, which represents a Mission may have several feet. Each arm has two places or ICAO codes attached to it. Based on the number of Mission, I want to loop through the array of leg, collect all the codes of ICAO for this Mission, put them together in 1 variable separated by a coma and add this variable to display the columns in this interactive report as the last column.

    In Oracle Forms, I have a function registered in the database, which is called in the main query. Maybe I ask a question that does not need to be asked, but anyway my question is can I put this function currently in the database somewhere within the interactive report and somehow reference it via Http, or should I just stick with set of functions and procedures in the packages stored in the database and called the conventional way?

    You could switch the function to the database and call it from the report query, but it sounds as if it were superfluous. In the report query using any form of Re: 4. How can I convert rows to columns? is appropriate for your version of the (unspecified) database.

    -----

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)

  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

  • CKPTQ in the database buffer cache and LRU

    Hi experts


    This feature can settle in cache buffers data base Oracle 10.2 or higher.
    Forums of sources: OTN and 11.2 Concepts guide

    According to my readings. To improve the functionality and make it more good American cache database is divided into several zones which are called workareasNow more

    Zoom this each activities will store multiple lists to store tampons inside the database buffer cache.

    Each wrokarea can have one or more then one lists to keep the wrokordering in there. The list of what each activity will have therefore to list LRU and list CKPTQ. LRU list

    is a list of buffers pinned, free and sales and CKPTQ is a list of stamp Sales. We can say THAT CKPTQ is a group of stamps Sales ordering of RBA weak and ready to be flushed from the cache on the disk.

    CKPTQ list is maintained by ordering of low RBE.
    As novice let me clearly low RBA and RBA senior first

    RBA is stored in the header of the block and we will give the information on which this block is spent and how many times it is changed.

    Low RBE: low RBE is the address to redo the first change that was applied to the block since his own last.
    RBA high: the high RBA is the address to redo the last change has been applied to the block.

    Now back to CKPTQ
    It can be like this (pathetic CKPTQ diagram)

    lowRBA = high RBA
    (Head of the CKPTQ)                         (CKPTQ line)

    CKPTQ is a list of stamp Sales. According to the concept of the RBA. The most recent modified buffer is at the tail of CKPTQ.

    Now the oracle process starts and try to get the DB cache buffer if she gets a buffer it will put an end SRM to the list.and buffer buffer LRU will become the most

    recently used.

    Now, if the process cannot find a necessary buffer.then first, he will try to find free tampons to LRU. If he finds his most he will place a datablock to the data file in the

    place where free buffer was sitting. (Good enough).

    Now, if the process cant fnd a buffer without LRU then first step would be he will find some Sales swabs at the end of the LRU to LRU list and place them on a

    CKPTQ (do not forget in the low order of RBA he organize it queue of CKPT). and now the oracle process will buffer required and place it on the end of the MRU of LRU list. (Because space was acclaimed by the displacement of Sales to CKPTQ buffers).

    I do not know of CKPTQ buffers (to be more precise tampon Sales) will move to datafiles.all buffers are line up n lower CKPTQ RBA way first. But

    emptied to datafile how and in what way and to what event?

    That's what I understand after these last three days, flipping through the blogs, forums and concepts guide. Now miss me you please erase me on and off it

    I can't bind the following features at this rate... It's

    (1) how the work of additional checkpoint with this CKPTQ?

    (2) now, what is this 3 second delay?

    (Every 3 seconds DBWR process will wake and find if nothing to write about the data files for this DBWR will check only CKPTQ).

    Apartment 3) form 3 second funda, when CKPTQ buffers will be moved? (IS IT when the process is unable to find any space in CKPTQ to keep buffers LRU. Its a

    moment where CKPTQ buffer will be moved on the disk)

    (4) can you please report when the control file will be updated with checkpoint so it can reduce recovery time?

    In many ques but I'm trying to build the entire process in mind that its operation may be I can be wrong in any phase in any stage, please correct me upward and

    Take me @ the end of the flow.


    Thank you
    Philippe

    Hi Aman,

    Yes, I a soft copy of ppt or white paper "Harald van Breederode" of 2009.

    -Pavan Kumar N

  • Photos in the Finder

    I can't find my photo files in the Finder.  For example, I want to attach a photo in an e-mail message.  I click on the paper clip icon to attach a file, and it opens Finder.  When I select the pictures folder, it shows the folders where photos might exist, but there is no file photo (jpg, png, etc.) which are raised.  All I can choose is a folder picture icon.  To put a photo in an email, I have to open the camera app and drag and drop a photo on the email.  My photos are actually stored on my hard drive or just a magical place like iCloud?

    Have you tried to export the photos of the database, in that they are stored?

Maybe you are looking for

  • Backup photo library

    Hello Time capsule backup my complete (at full resolution) photo library even if I put "Mac storage optimization" in Photos? Or it back up only the data remaining on my mac (not seen full resolution)? Thank you

  • BitLocker in Vista 32 bit Ultimate activation is not possible on Tecra M4

    It of not possible to enable BitLocker with my Tecra M4 Bios 3-50 and TPM 3.00. BitLocker TPM error message not found. Technical Library Microsoft says Vista SP1 has TPM V1.2 for install. In Toshibas Read Me in Pakcke 3.00.1178.00 of the update is di

  • Satellite A300 - 24 X PSAGQE: fan runs at full speed

    Hello... I recently bought Satellite A300 - 24 X PSAGQE T and I have little problems with fan. The thing is, it does not work until the temperature rises to something about 75 degrees, but then continues to run at full throttle, even if the temp. dec

  • LCD TV connection

    My B O & TV manual tells me I need to connect my PC via DVI - I connector on the TV.Can someone advise a spec. cable for this work.

  • Android Tablet

    I have an asus MeMO pad7 is possible to run Windows on it?