Insertion in object used SCOPE key word

I created a type object a including columns (id,name,gndr). I created a table b based on object a
create table b of a;
An other table I created c with
(c_id number(3),
person REF a SCOPE IS b)
What is the Insert statement of C.
Please give me the correct answer with What version used.

Mohammad,
Did you resolve the REF problem you had? What versio are you using? The following works for both 8i and 9i.
INSERT INTO C VALUES
(23,
SELECT REF(p) FROM B p WHERE id = 2);
You should also check out more examples at http://download-west.oracle.com/otndoc/oracle9i/901_doc/appdev.901/a88878/adobjdes.htm#441286.
Regards,
Geoff
null

Similar Messages

  • Using * this * key word?

    Hello
    I am trying to grey ONLY the box part (not label/caption) of the field/object, so am using below,
    xfa.resolveNode("VISITOR.Page1.myInfo.Name.ui.#textEdit.border.fill.color").value = "192,192,192";
    working fine,
    but, i came to know that the xfa.resolveNode is not efficient, so, i want to use this key word so i tired as below
    this.ui.#textEdit.border.fill.color.value = "192,192,192";
    but, not working!! pls help me how to get my requirement with this key word for a better PERFORMENCE.
    Thank you

    If it's coloring BOTH the caption and value, a sneaky way around this is to create 2 fields instead of the 1 field you currently have.
    1st field would be a label field
    2nd field would be in input field but with the caption turned off.
    then, just color the 2nd field.

  • After zooming in on an object using arrow keys to nudge, it crashes most of the time

    After zooming in on an object, using arrow keys to nudge, it crashes most of the time.
    Versions:
    Illustrator CS6, latest update
    Mac OS X 10.9.4
    FontAgent Pro 6.2
    Troubleshooting I've tried
    -trashed all related Illus. preferences
    -updated the only plug-in being used (FontAgent Pro), to the latest
    -disabled all but absolutely necessary fonts
    -repaired both system and user permissions
    -quit all other apps, so that only Illus. running.
    -fonts verified
    Was never a problem until a couple weeks ago, so the obvious question is "what changed?".  The two things we changed in the time period that the crashing started, is we replaced a balky external drive with a new one, and started our TimeMachine backups over again. And #2, we updated to the latest CS6 versions (due to other quirky issues).
    One odd thing to point out...perhaps is "normal", but in the crash reports, it's reporting that Illustrator is 16.0.0, but "About Illustrator" shows that it's 16.2.2.
    Everything else running fine on this iMac -- no reason to suspect it's the operating system.
    Has anyone run into this bug? If so, what have you done to fix this?
    I've not seen anything like this mentioned in Adobe's update change logs or their troubleshooting info.

    -> go to View Menu -> Toolbars -> select "Navigation Toolbar"
    -> go to View Menu -> Zoom -> click "Reset"
    -> go to View Menu -> Page Style -> select "Basic Page Style"
    -> go Tools Menu -> Clear Recent History -> Time range to clear: select EVERYTHING -> click Details (small arrow) button -> place Checkmarks on ALL Options -> click "Clear Now"
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE any Unwanted/Suspicious Extension (add-ons) -> Restart Firefox
    You can enable the Trustworthy Add-ons later. Check and tell if its working.

  • Reference Object and New Key Word

    Hi,
    I am having a Class call ThreadHandler which implements Runnable()
    I loop through 10 times like below
    for (int i = 0; i < 10; i++) {
    ThreadHandler oTHandler = new ThreadHandler();
    Thread oTh = new Thread(oTHandler);
    oTh.start();
    Question:
    1. Will this create unnecessary referencing to ThreadHandler?
    2. Can I just instantiate ThreadHandler at the attribute declaration and just use new key word every time in the loop
    E.g :
    ThreadHandler oTHandler
    Thread oTh
    for (int i = 0; i < 10; i++) {
    oTHandler = new ThreadHandler();
    oTh = new Thread(oTHandler);
    oTh.start();
    }

    Suppose we say:
    for(ndx = 0; ndx < 1000; ndx++) {
        Type foo = new Type("etc");
    // <-- foo is no longer in scopeI'm not 100% sure what you mean "unnecessary referencing of..." but if you declare inside the for loop then there will be nothing referenced by foo after the loop. So, if anything there is less referencing going on.
    It is considered good practice to declare things close to where you use them. Because your intent is clearer that way.

  • Moving an object using arrow keys

    I think I changed  the default distance to move an object using the arrow keys from 1 Point (1/72 of an inch). Can someone help me with changing it back to the default or tell me how to adjust the distance you can move an object like a text field using the arrow keys. Thank you.

    It's based on your grid Interval setting on the Drawing Aids palette. For a 1 point grid you would need an Interval of 12/pc (although it says points the grid measurement is picas, 12 points to the pica).
    I find 1 point too fine, I use a grid of 4/pc (3 points) and have all my object measurements base around multiples of 3.

  • Unable to insert pdf object into 64-bit Word 2010

    I have always been able to insert pdf files into word documents.  However, when I upgraded to the 64-bit version of Word, I started experiencing the below issue.
    My setup is: Windows 7 64-bit, Word 2010 64-bit, Adobe Acrobat 9 Pro v9.4.7.
    When I attempt to insert a pdf file into Word, I receive the following message:
    "The program used to create this object is AcroExch.  That program is either not installed on your computer or it is not responding.  To edit this object, install AcroExch or ensure that any dialog boxes in AcroExch are closed."
    I have researched this issue a great deal. 
    Previously, I found a posting which specified some registry keys to delete.  I followed these directions and it worked.  But, after installing some updates, the issue is back and I am unable to find the post specifying the registry keys to remove.
    Any help will be greatly appreciated.
    Thanks!
    Brandon

    Solution:
    Open Adobe Reader / Pro
    Go to Edit àPreferenceà General (LHS)àUncheck “Enable protected mode at startup”.
    Adobe Reader’s protected mode will be disabled
    Now try inserting Adobe document in Word, it will work.  

  • Unable to insert pdf object into ppt or word

    I am unable to insert a pdf object into Word or Powerpoint.  I have Adobe Reader 9.3 and Windows 7 MS Office 2010 64 bit.   Previously, I was able to perform this task without issue with the same software. 
    For word, I get:
    "The program used to create this object is AcroExch.  That program is either not installed on your computer or it is not responding.  The edit this object install AcroExch or ensure that any dialog boxes in AcroExch are closed". 
    For Powerpoint, I get:
    "The server application, source file, or item can't be found, or returned an unknown error.   You mayneed to reinstall the server application." 
    Was an update sent out that may have caused the issue? 
    Or is there a solution to resolve the issue?  The ony solution I have sound is Disabling Protect Mode which does not apply to this version of Reader. 
    Any help would be greately appreciated.  Thank you.

    There is another thread on this and seems to be an ongoing issue with neither Microsoft nor Adobe owning up to it.  What I did to work-around the issue is create a .zip file of the .pdf file which can then be put into the workd doc as an object file icon.  Worked for me.  Not the best solution but this has been ongoing since 2011, and this worked.

  • Align object using a key object

    Hi there,
    has anybody successfully been able to script CS6s align using key object? I've tried this in applescript and I'm farely sure my syntax is ok but I just can't make it work.
    tell application "Adobe InDesign CS6"
      activate
              set mydoc to document 1
              set f to properties of align distribute preferences
              set keyObject to item 1 of (every page item of mydoc whose label is "key_object")
              set theFrame to item 1 of (every page item of mydoc whose label is "myframe")
      select keyObject
      select theFrame existing selection add to
      select keyObject existing selection set key
      --set selection key object to keyObject
              tell align distribute preferences to set align distribute bounds to key object
      align document 1 align distribute items {keyObject, theFrame} align option vertical centers align distribute bounds key object
    end tell
    when I run the above script on a document that consists of 2 frame, one labelled 'key_object' and another labelled 'myframe' the script just returns this error:
    error "Adobe InDesign CS6 got an error: Missing required parameter 'reference' for method 'align'." number 30479
    Any help would be appreciated.
    Thanks,
    Nik

    Hi There,
    It's been a couple of weeks since I originally posted this message but I finally got another chance to look at it.
    Firstly thanks to Marijan for your reply and using JavaScript the command works perfectly, but I'm still unable to get this to work in applescript!!! I stripped it back to basics and just created a document with 2 frames and selected a key object, then I ran the below code:
    tell application "Adobe InDesign CS6"
              set f to selection key object of document 1
      align document 1 align distribute items selection align option horizontal centers align distribute bounds key object
    end tell
    When I run this command I still get this error:
    --> error "Missing required parameter 'reference' for method 'align'." number 30479
    Now I noticed that in JavaScript the align command is passed the parameter of the selection key object but in applescript there's no way to pass this so that the syntax compiles. I would love to know if anybody can get this to work in applescript.
    For the time being I have manged to run the JavaScript from within applescript like this:
    set myJavaScript to "var mD = app.activeDocument;
    var mS = app.selection;
    mD.align ( mS, AlignOptions.HORIZONTAL_CENTERS, AlignDistributeBounds.KEY_OBJECT, mD.selectionKeyObject );"
    tell application "Adobe InDesign CS6"
      do script myJavaScript language javascript
    end tell
    Thanks again,
    Nik

  • How to use SUBMIT key word in the program in the program

    Hello Folks,
                     I want use SUBMIT statment in the program for calling the other program. My query is
    I have one report named REPORT1 and I am using the SUBMIT statment in this report to call the second report named as REPORT2. The flow of the program is I excute the first report REPORT1 and entr the value on selection screen of REPORT1, selection screen is having one parameter. then SUBMIT statment comes into picture to call the second report REPORT2 in this second report, I would like to pass the selection screen value of first report REPORT1.
          I want to know how to pass the selection screen value of the first REPORT1  to second REPORT2.
    Anyone please guide me in this regards.
    Thanks & Regards
    Chetan

    Hi Chetan,
    Try this report.
    Create two reports namely ztry, ztry1 as below.
    Run report ztry.
    When you run report ztry,
    ztry1 will get excuted first(through 'submit'),
    getting values from report ztry through 'import' and 'get parameter'.
    Report ztry.
    *Export and Import
    DATA: text(20) VALUE 'Hello',
          mem(20).
    WRITE:/ 'Export and Import' COLOR = 1.
    EXPORT text TO MEMORY ID mem.
    SUBMIT zawi_try AND RETURN.
    WRITE:/ ''' Hello'' exported to ZAWI_TRY successfully '.
    WRITE:/.
    *Set and Get Parameter ID
    DATA: var(20) VALUE 'Master'.
    WRITE:/ 'Set and Get Parameter' COLOR = 1.
    SET PARAMETER ID 'abc' FIELD var.
    WRITE:/ 'Set Parameter ID is success'.
    WRITE:/.
    Report ztry1.
    DATA: text(5),
          mem(20).
    IMPORT text FROM MEMORY ID mem.
    WRITE:/ 'Importing '' Hello'' from ztry:', text color = 1.
    FREE MEMORY ID mem.
    write:/ mem.
    DATA: var(6).
    GET parameter id 'abc' field var.
    write:/ 'Value got through Get Parameter ID from ztry:',var color = 1 .
    Thanks....

  • Runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN key word

    Hi All,
    I'm getting a runtime error ASSIGN_TYPE_ILLEGAL_CAST while using ASSIGN keyword in the below statement,
    ASSIGN L_XVALUE(L_LENGTH) TO <TEXTLINE> TYPE 'C'. "see 581444
    Here L_XVALUE is of type X with value 'ENVIRONMENTALLY HAZARDOUS SUBSTANCE, LIQUID, N.O.S' , L_LENGTH is of type I with value 51 and <TEXTLINE> is of type C wih one character length .
    Should I have to declare <TEXTLINE> as same as that of L_XVALUE ( type X ).
    Thanks in Advance,
    Sabu.

    Decalre <TEXTLINE> as type any.

  • Using Key Words to Find Photos

    I've figured out how to apply key words to photos in my iPhoto Library, and I know how to find photos by typing in a key word. But how do I search using multiple key words (e.g. woman + brunette) or by excluding key words (e.g. woman - brunette)?
    I assume the answer is in video tutorial "Finding Photos" at
    http://www.apple.com/ilife/tutorials/#iphoto-organize-4 but it won't play for me.
    Thanks.

    David:
    Go to the search field at the bottom of the iPhoto window, click on the Magnifying glass button and select keywords to bring up this window:
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Reporting on Key Words Assigned to Objects

    Does anyone know how I can report on keywords assigned to IMG objects on the configuration tab?  I cannot find anywhere in SOLAR_EVAL to report on this informaiton.  We assign team names to the objects and I would like to report on object status by key word.

    Hi Matt,
    As far as I know, the functionality for displaying keywords for other objects than documents and and keywords assigned
    to the administration tab is not availble yet.
    Additionaly, this information is  stored in table SABOATTRVALUES, maybe this helps you.
    Kind regards,
    Fabricius

  • When using Windows MS Word, you can insert an object such as a video into your document - can anyone tell me how to do that with Pages on an iPad please?  Thanks!

    Hi
    When I was a PC user, I could insert an object such as a video into my MS Word document - and it would appear as an icon, which when clicked, would begin to play the video.
    I find that I cannot insert such videos/movies into my Pages document on my iPad, but maybe I am missing something, being new to the Apple way of doing things?:)  Would appreciate any help, thanks!

    "maybe I am missing something"
    Maybe you are.
    This forum/community is named "AppleWorks" because it is intended to discuss issues and techniques involving the now discontinued Apple productivity application AppleWorks.
    Your question concerns Pages, and specifically, Pages for iOS, the version that runs on iPad (and other iOS devices).
    Admittedly, the Pages for iOS community is difficult to locate. It's rolled in with the other iWork applications in a community named iWork for iOS, where you'll find several people willing and able to answer your question. The link will take you there.
    Regards,
    Barry

  • Ole2 question about inserting document object in Word

    I thought I had it figured out but it doesn't seem to work. From a Oracle Forms 6i application, I want to insert an object(a file) in a word document as an icon.
    The vb code generated when I record the macro of inserting an object as an icon is:
    Selection.InlineShapes.AddOLEObject ClassType:="Word.Document.8", FileName _
    :="string defining the location of the file object", LinkToFile:=False _
    , DisplayAsIcon:=True, IconFileName:= _
    "C:\WINDOWS\Installer\{90110409-6000-11D3-8CFE-0050048383C9}\wordicon.exe" _
    , IconIndex:=1, IconLabel:= _
    "string defining the location of the file object"
    Using this I wrote the following code: ( I am leaving out the declaration of the ole2.obj_type and other variables)
    args := ole2.create_arglist;
    ole2.add_arg (args, 'string defining the location of the file object');
    hinlineshapes :=
    ole2.get_obj_property (hselection, 'InlineShapes');
    ole2.invoke (hinlineshapes
    ,'AddOLEObject'
    ,args
    ole2.destroy_arglist (args);
    holeformat := ole2.get_obj_property (hinlineshapes, 'OLEFormat');
    ole2.set_property (holeformat
    ,'ClassType'
    ,'Word.Document.8'
    ole2.set_property (holeformat
    ,'DisplayAsIcon'
    ,TRUE
    ole2.set_property (holeformat
    ,'IconLabel'
    ,'string defining the location of the file object'
    When I run the code I get the following message from MS Word:
    " This object was created in 'string defining the location of the file object'.
    This application is not available to open this object.
    Make sure the application is properly installed and that it has not deleted, moved or renamed."
    Can someone please help? Thanks in advance.

    Second, when it inserts the date, it makes it an "update automatically" date that updates to the current time every time I open the document
    Sure, that's because you specifically tell it to. Your script inserts a 'new field' which is analogous to Word's dynamic text objects (date, time, page number, etc.)
    Instead, what you want to do is insert an actual string of characters - sure, to you and I that string of characters might look like a date and time, but to Word it's nothing more than a series of characters.
    For that we can fall back on AppleScript's date features, specifically current date, like:
    tell application "Microsoft Word"
      tell selection
        type text text "Left message " & (current date as text)
      end tell
    end tell
    Note that current date as text returns a rather verbose form of the date. If that's too much for you there are alternate options, such as:
    short date string of (current date) & space & time string of (current date)
    which will look more like: "6/10/10 3:26:50 PM"
    But there is also a myriad of other ways (with seconds, without seconds, 12/24 hr, etc.) depending on what you want.
    Third, if possible, I would also like it to be in italics.
    I'll have to look at that one, unless someone else beats me to it.

  • HTML Page - Inserting Key Words

    I am real new to this, so please be gentle.
    I am out of work and have created a web page (with IWeb) to hopefully generate some income. I want to insert Key Words on the HTML page. When I get to that page the code looks like I would insert the Key Words on the last line between the first ">" and the next "<" />Key Words<head><body></body></html>
    Would anyone know if this is correct?
    Thanx
    Citizen-Kane

    Try using the freeware SEO Tool....
    http://www.ragesw.com/products/iweb-seo-tool.html
    and search for keywords with.......
    http://www.ragesw.com/products/sekeyword.html

Maybe you are looking for

  • I updated to a new version of pages and the old icon is still appearing on my dashboard...Where do I find the new pages icon??

    I updated to a new version of Pages but the old icon is still appearing on my dashboard.  I know it updated b/c it shows it did in the app store.  But I can't find the new icon. 

  • Disabled subscription sends notifications, relative date not working properly

    Hi I have two problems regarding subscriptions: 1.When I disable a subscription, should I receive any further notifications? I am receiving notifications despite disabling the subscription. (I have cloned the template and deleted the original templat

  • Can't delete defunct domain controller

    I'm the admin of a software test lab.  I had an Active Directory (Windows 2008 r2) domain set up mainly for DNS use on two Hyper-V VMs on separate hosts.  I have had issues in the past after power outages (I don't have the budget for a UPS for these

  • ITune 7.4 and Apple TV and Apple Store

    Just upgraded to 7.4. Results: 1) Cannot get to Store with the resulting message - "iTunes could not connect to the itunes store. The network connection was refused." Curious that my network is working fine and I can connect to Support. 2) my Apple T

  • Closed Sockets?

    I'm trying to transfer data from one table on a DB to another using an application but I keep getting the below error. Is this SQL related or is it down to the application? Does anyone know how to resolve this issue? tblGec_Stg_Val,0: ODBC function "