Get_ddl Not giving the entire DDL

Hi,
SQL> select dbms_metadata.get_ddl('TABLE','CS_CSG_SYSTEMS') from dual;
DBMS_METADATA.GET_DDL('TABLE','CS_CSG_SYSTEMS')
  CREATE TABLE "CUSTSRV"."CS_CSG_SYSTEMS"
   (    "RECORD_NO" NUMBER(15,0),
        "SY
SQL> desc cs_csg_systems;
Name                                      Null?    Type
RECORD_NO                                 NOT NULL NUMBER(15)
SYSTEM_NO                                          NUMBER(15)
APP_TYPE                                           VARCHAR2(20)
SUB_APP_TYPE                                       VARCHAR2(20)
INCLUDE_FLAG                                       NUMBER(1)
PRIN_NO                                            NUMBER(4)Why is the get_ddl function not giving the entire ddl ?
Thanks
Rajiv

I think this is it ?
SQL> set long 2000
SQL> select dbms_metadata.get_ddl('TABLE','CS_CSG_SYSTEMS') from dual;
DBMS_METADATA.GET_DDL('TABLE','CS_CSG_SYSTEMS')
  CREATE TABLE "CUSTSRV"."CS_CSG_SYSTEMS"
   (    "RECORD_NO" NUMBER(15,0),
        "SYSTEM_NO" NUMBER(15,0),
        "APP_TYPE" VARCHAR2(20),
        "SUB_APP_TYPE" VARCHAR2(20),
        "INCLUDE_FLAG" NUMBER(1,0),
        "PRIN_NO" NUMBER(4,0),
         CONSTRAINT "CS_CSG_SYSTEMS_PK" PRIMARY KEY ("RECORD_NO")
  USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
  STORAGE(INITIAL 524288 NEXT 524288 MINEXTENTS 1 MAXEXTENTS 2147483645
  PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
  TABLESPACE "CUST_SML_X"  ENABLE
   ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
  STORAGE(INITIAL 1048576 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
  PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
  TABLESPACE "CUST_SML_D"

Similar Messages

  • App.activeDocument.name  not giving the new name entered in save as option from the script

    When I open a document and use save as option and enter a new name. The app.activeDocument.name object is still giving me the old file name, it not giving the new file name that was entered in the save as option. However this issue is comming when I open a document and use the save as option for the first time. From then on for any number of times I use the save as option it gives me the new name.

    Hi,
    In my case I am calling the script from my AI plugin(this is developed in c++) .  My plugin will be called when ever there is a event,  suppose I do ctrl+shift+s ( i,e File > Save as from Illustrator) , then my plugin will call the script.
    Script that I am using:
       var doc = app.activeDocument;
       alert (doc.name);
       var dest;
       var options= new IllustratorSaveOptions();
       dest = new File(app.activeDocument.path + '/' + doc.name);      
       doc.saveAs(dest, options);

  • ERROR: "You did not complete the entire form.  Please enter your country."

    When I tried to download a song tonight, I got a message that said that my billing info had changed and that I needed to verify it before I could purchase any music. On the "Edit Payment Information" page, I put in all of my info (my address was missing), and hit done. I get the error: "You did not complete the entire form. Please enter your country." Well, the country field is not editable, and but it says "United States," which is the right country. I can't get passed it, so I can't download anything. I'm running the latest version of iTunes... but I haven't purchased anything since.
    The other thing that concerns me is that I didn't change any billing info, so this is a bit strange. Does anyone have any ideas of what's going on? Thanks!!

    Just in case this ever happens to anyone else, here is how to fix the problem (THANKS, ITUNES SUPPORT)!!
    1) Sign out of the iTunes Store by choosing Sign Out from the Store menu in iTunes.
    2) Visit Apple's My Info website:
    http://myinfo.apple.com
    3) Choose your country and preferred language. Then enter your iTunes Store account name and password and click Continue.
    4) Choose Address Book from the menu on the left. On the Edit Address Book page, look at your shipping addresses at the bottom. If you have multiple shipping addresses, remove any out-of-date or duplicate addresses by clicking Delete. Also, make sure the state or province field is filled out correctly for each address. To edit an address, click Edit.
    5) Now choose Phone Numbers from the menu on the left to look at your phone numbers. The area codes should be in the area code fields and the phone numbers should be in the phone number fields. If an area code is missing, or if it is in a phone number field, your account information may not save properly.
    6) Make any other necessary corrections, then click the Save Changes button.
    7) Click Log out in the upper-right corner.
    When you make your next iTunes Store purchase, you will be asked to review your billing information. At that point, you can change your information or simply click Done. After that, you should be able to purchase items.

  • Genius - You did not complete the entire form

    When I try to sign in to Genius with my Apple ID it gives me the message:
    You did not complete the entire form
    The only bit to fill in is the Apple ID. I tried using me.com but that didn't work either.

    pscurran wrote:
    Jeez I have survived such tricky stuff with this kit! I had the same problem here. I did'nt see it either and probably never would have! Thought that was AOL. Are Apple forms becoming more cryptic or I am becoming more stupid? I hope not, on both counts. Thank you. Paul
    No, it's been that way for years, ever since Apple & AOL agreed to let AOL members access the store from AOL.

  • In spool to pdf format i am not getting the entire recod

    i am converting spool data into pdf format using the std program RSTXPDFT4 but i am not getting the entire data, the data is getting truncated side ways ie entire record is not getting generated.
    in the main prg is rstxpdf4 i have given line-size to 512, even thou, i am not getting the entire record

    Try the following:
    SELECT u_permit.DATE_APPLICATION_RECEIVED, u_permit.permit_status
      FROM U_PERMIT
    WHERE u_permit.date_application_received BETWEEN to_date('01/21/2008') AND to_date('12/31/2008')
       AND trim (upper(u_permit.permit_status)) = 'PENDING' ;You can also apply a date format in the TO_DATE if needed.
    eg:
    to_date('01/21/2008','dd-mon-yyyy')Hope this helps.
    Craig...

  • CS6 (Windows) My Images are not filling the entire program window

    My sequence is set to 1920x1080 and I have imported some images (Tiff's) into it that are of the resolution. Yet, when I go to those images in the timeline, they are not filling the entire available space. The entire image is being displayed, but it is supposed to fill the entire screen. You can see for yourself with this image attachments.
    Ideas?

    OK, the Default Scale to Frame Size box was unchecked, I checked it.
    The aspect ratios match.
    I understand what you are saying about pixel depth, but 1920 x 1080 is still the width and height of the image and the image and sequence both show the same width and height, think that I should not get what I am getting here.
    I checked the "Modify|Interpret Footage" option and the radio button is set to "Use Pixel Ratio From File: Square Pixels (1.0)" and changed it to Conform to Square Pixels (1.0) and still have the same results.
    This is not happening with just one image, it is happening with all of them. If I bring in an image that is 3840x2160 (200%) and then set the scale to 50%, I still get the same black space. So, it is either fill the screen and cut off some of the displayed image or live with black space. There is just something wrong here I am not seeing.

  • Apple TV will not play the entire song

    I use Apple TV to play music because of the sound system hooked to my HD television. However, I have discovered that Apple TV will not play the entire song if it is long. For example, "Tales From Topographic Oceans" by Yes is one album of six 20+-minute songs. When each track gets about half way through, the system switches to the next track. I cannot find anything in Settings to fix this, either in iTunes on Apple TV. Help?

    the newer appletv dont have their own strorage
    so they can only access the shared lib of the computer
    some computers are set to power saving levels where they will turn off if not used by a real user for X mins
    if that happens the shared lib will no longer be avaible to the atv in which case it will not be able to keep playing

  • I m unable to access apple os after windows 7 instalation and its not giving the boot option

    i m unable to access apple os after windows 7 instalation and its not giving the boot option. plz any one help me out ..  how to fix it or how to delete windows 7 on my macbook

    Reboot, as soon as you hear the chime press and hold the option key, when the Boot Manager appears select OSX.

  • If a trackpad replacement is about $100, why am I forced to buy an entire board?  I was not told the entire board was a single unit when I bought it.

    If a trackpad replacement is about $100, why am I forced to buy an entire board?  I was not told the entire board was a single unit when I bought it.

    rob10010 wrote:
    Hi Clinton,
    I'm aware its one unit and needs to all be replaced, but my issue is that I didnt know the computer would be similar to the macair late 2010 where an entire board needed replacing.  I never would have bought it.
    Never would have bought what? The Mac when it was new?
    rob10010 wrote:
    I just think its bad business to sell me a care policy.
    What care policy are you referring to? AppleCare?  Also, how did the trackpad get damaged?

  • How can I restore Windows 7 to Bootcamp partition - not reformat the entire hard drive?

    Hello Apple (Mac) Community,
    I originally posted this question over on answers.microsoft, but no help was forthcoming. Hope someone can help me with a problem that's (almost) making me nuts! I teach graphics to college students. In brief: I run Windows 7 Pro 64 on a Mac Pro tower, along with Snow Leopard (OSX). Windows is loaded on one partition of a 1TB drive. The other partition is a Mac backup. The Mac OS is on a different drive. Everything was going swimmingly with both OS, until recently. Unfortunately, the drive with Windows showed problems and I determined that the HD was either toast or needed a total reformat. My Mac data was all backed-up. Now I wanted to backup Windows so I can easily get back to the relatively happy point of my Windows 7 experience (drivers loaded, dual monitors all working, etc.). I did some online searching and the recommendation was to create a "system image" of the existing Windows 7 install by attaching an external drive, formatting that to NTFS and selecting "backup to image" in Windows. I did that and also took the opportunity to "create a backup disc" on a DVD. (Windows recommended). Next I rebooted back to Mac OS and completely reformatted the problem 1TB disc to a single partition, zero all data, just to see if it would actually reformat. It all worked! So far, so good. Next I used Bootcamp to create two partitions, one for Windows. I then restarted using the Win7 Pro (64) install disc, reformatted the Bootcamp disk to NTFS (as required) and installed Windows 7. After all that is completed and all working, I next try to use the restore from image function while booted in Windows. I'm instructed to restart from the Win install disc, which I do. Here's where things get difficult. When I try to choose restore from image, at that point the installer asks which drives to I want to exclude... but does not show partitions, only full HDs. I do not want to reformat the entire 1TB drive. I only want Windows on the 120gb Bootcamp partition (which is already formatted for Windows BTW). I spent a lot of time online reading through articles with users having the same frustration.
    So here (at long last) is my question: How can I either restore Windows just to a Bootcamp partition... using "Windows System Image" or if that can't be done... can I somehow import all of the settings, etc. from the "image" (image is on external HD) into a fresh Win 7 install? So far the "backup disc" also seems useless. I can't even boot to Windows from it. BTW Apple folks: the only response on the MS side was that some "expert" simply posted links on how to install Windows and restore... not helpful with my particular problem of restoring to a partition.
    Any help would be appreciated! Hopefully some help that even a Mac user / new Windows user could understand would be better! Thanks!
    -melt

    WinClone 3 is OS X and saves Windows image it makes for restore - that should work but you will have to try and you would need to make a new image unless it also works with a native Windows system restore image. It is now supported and has come a long way.
    http://www.twocanoes.com/
    Paragon Clone OS works and does disk-to-disk clone just like CCC you end up with two bootable drives. But does not work with your setup. It would let you clone and move your Windows install to an SSD or another disk drive though and be bootable.
    During its clone process it checks for errors which is very helpful and lets you know - something CCC and others should adopt more of.
    http://www.paragon-software.com/downloads/demo.html
    I wish for our/my sake you had re-read and rewritten the long 'story' and broken it into a brief list of facts we needed.
    OS X
    Windows
    Backup (though external is much safer) and you want bootable OS X clones as well as TimeMachine
    https://support.apple.com/kb/HT1427
    https://support.apple.com/kb/HT1553
    There are a number of things to do like chkdsk and others as well as Windows DVD to do automatic system repairs and find out why.
    AppleHFS - the abilty to mount and read HFS volumes can be notorious.
    I would rearrange and redo your storage setup and how you use the 4-5 internal hard drive bays.

  • Name attribute not giving the desired result in form tag

    Hi,
    I am using struts and the name attribute in form tag is not giving me the desired reuslt. The code is
    <html:form name="loginActionForm" type="source.form.LoginActionForm" action="/login.do" method="post">
    </html:form>
    when I am trying to use the name in javascript then I am getting an error
    "document.loginActionForm " is null or not an object.Where am I going wrong?

    I did so but the name I have used in the form tag is the same as what i have used in javascript.I dont think that it is a javascript error and it must be some mistake I made in the form tag.Also one more thing is it necessary to use the type attribute if you use the name attribute.

  • Query not giving the correct result

    select Project_id, contractno
    from elf_transactions
    where(rtrim(contractno),rtrim(project_id)) not in
    (select rtrim(contractno),rtrim(projectid)
    from contract_proj
    where report_month='1-May-2007' )
    when I m firing this query, it is not giving correct result to me, it also select the recorts which are matches in both the table
    i want to fine out those contract, with projectid which are not in contract_proj table
    Please help me in this regard

    CREATE TABLE ELF_TRANSACTIONS
    VENDOR_ORDER_REF VARCHAR2(60 BYTE),
    BT_SUB_CON_REF VARCHAR2(10 BYTE),
    PR_NO VARCHAR2(15 BYTE),
    PO_NO VARCHAR2(15 BYTE),
    PR_PO_DESCR VARCHAR2(200 BYTE),
    ONE_IT_PROG VARCHAR2(50 BYTE),
    BT_DEL_MANAGER_NAME VARCHAR2(40 BYTE),
    DELIVERY_TYPE VARCHAR2(5 BYTE),
    ACTUAL_DEP_DATE DATE,
    ASSOC_ASG_BR_QUE VARCHAR2(50 BYTE),
    PRE_AVG_P1_P2_INC_CNT NUMBER(3),
    POST_P1_P2_INC NUMBER(3),
    PERC_GROWTH_POST_REL NUMBER(3),
    VENDOR_DEL_MANAGER VARCHAR2(50 BYTE),
    REPORT_MONTH DATE,
    COMMENTS VARCHAR2(200 BYTE),
    PROJECT_ID VARCHAR2(20 BYTE),
    CONTRACTNO VARCHAR2(15 BYTE),
    CONTRACT_TYPE NVARCHAR2(15),
    IDUNO VARCHAR2(10 BYTE),
    STATUS VARCHAR2(10 BYTE),
    DESCRIPTIONCODEDELIVERABLE VARCHAR2(255 BYTE),
    UNIQUEID VARCHAR2(255 BYTE),
    LOCK_RECORD CHAR(1 BYTE),
    VERIFIED CHAR(1 BYTE),
    VERIFIED_BY VARCHAR2(40 BYTE),
    BT_VERIFIED CHAR(1 BYTE),
    BT_VERIFIED_BY VARCHAR2(40 BYTE)
    CREATE TABLE CONTRACT_PROJ
    CONTRACTNO VARCHAR2(10 BYTE),
    PROJECTID VARCHAR2(20 BYTE),
    IDUNO VARCHAR2(10 BYTE),
    CH_EMPID VARCHAR2(8 BYTE),
    CHNAME VARCHAR2(40 BYTE),
    GH_EMPID VARCHAR2(8 BYTE),
    GHNAME VARCHAR2(40 BYTE),
    PM_EMPID VARCHAR2(8 BYTE),
    PMNAME VARCHAR2(40 BYTE),
    SPM_EMPID VARCHAR2(8 BYTE),
    SPMNAME VARCHAR2(40 BYTE),
    PRJ_MONTH DATE,
    BT_CONTRACT CHAR(1 BYTE)
    REPORT_MONTH     COMMENTS     PROJECT_ID     CONTRACTNO     CONTRACT_TYPE     IDUNO     STATUS     DESCRIPTIONCODEDELIVERABLE     UNIQUEID
    06/01/2007 00:00:00          1287     TML007452               OPEN     Delivery of CRs DM CD and NSI     N/A
    06/01/2007 00:00:00          1280     TML007452               OPEN     Delivery of CRs H&W OOR and WLTO     N/A
    06/01/2007 00:00:00          1231     TML007452               OPEN     Delivery of CRs H&W OOR WLTO     
    06/01/2007 00:00:00          1097     TML007679               OPEN     High Level Roadmap for Global Services and Wholesale with Feasibility study into BTR access to Switc     N/A
    06/01/2007 00:00:00          405     TML007942               OPEN     RTRCC DEVELOPMENT -Q107     
    06/01/2007 00:00:00          405     TML007919               OPEN     WLR3 DEVELOPMENT-Q107     
    06/01/2007 00:00:00          1170     TML008439               OPEN     R-510     
    CONTRACTNO     PROJECTID     IDUNO     CH_EMPID     CHNAME     GH_EMPID     GHNAME     PM_EMPID     PMNAME     SPM_EMPID     SPMNAME     PRJ_MONTH     BT_CONTRACT
    MBT003060     176     BT06     8694     Soman Sameer Surendra     1054     Bhadti Shripad Shivram     1054     Bhadti Shripad Shivram     1420     Rao Darbhamulla Kameswara     05/01/2007 00:00:00     N
    MBT003842     1156     BT12     19992     Kalle Ajit Ashutosh     1539     Padgaonkar Shailesh Vishwanath     13948     Khunte Milind Vasant     16426     Kulkarni Vinay     05/01/2007 00:00:00     Y
    MBT004677     458     BT09     20275     Mundassery George     5044     Kamalapurkar Leena Shrinivas     12849     Dave Ajay Yogeshchandra     2017     KIRKIRE SONAL MADHUKAR     05/01/2007 00:00:00     N
    MBT004695     362     BT13     20276     Ghosh Sankar     2624     Avachat Jagdish Vasantrao     13592     Pal Sudipta     2624     Avachat Jagdish Vasantrao     05/01/2007 00:00:00     N
    MBT004826     VITRIA     BT09     20275     Mundassery George     26099     Saha Debendra Kumar     28134     Hinge Anand Sharad     12777     Karandikar Sumedh Vidyadhar     05/01/2007 00:00:00     Y
    MBT004924     1027     BT03     1451     Tillu Ashirwad     15693     Devaraj Daniel G     6867     Jadhav Satyajit Ramesh     15693     Devaraj Daniel G     05/01/2007 00:00:00     N
    MBT004927     1025     BT05     4436     Kelkar Subhash Manohar     20379     Gore Sujeet Narayan     13704     Vignesh Chandrasekaran     4347     BIJNORI REHANA GULAMWARIS     05/01/2007 00:00:00     N
    MBT004927     1092     BT05     4436     Kelkar Subhash Manohar     15094     Jain Jitendra     13350     Bokil Shripad Raghunath     9511     Markande Balchandra Narayan     05/01/2007 00:00:00     N
    MBT004927     1213     BT09     20275     Mundassery George     19996     Vege Sridhar     16401     Sibgathulla Mohammed     19996     Vege Sridhar     05/01/2007 00:00:00     N

  • Half of my imported files do not import the entire file?

    I recently shot some high speed video using 2 Phantom high speed cameras. After converting the clips form their raw format to AVIs at 5 fps, I imported them into Premiere Pro CS5 to put together a side by side comparison. All of the AVIs imported into Premiere, however approx. half of the clips didn't fully import. For example a clip that is supposed to be 01:09:24:13 is coming in at 00:00:28:27. It's not a random compression, because when I compare the clip playback in premiere it does indeed represent the first 28 seconds of the AVI. I tried converting the files again in the Phantom software. One of the clips I was able to import and get the entire clip, however subsequent attempts for the others has not achieved the same result. I even attempted to import the clips into Premiere Pro CS3 on another workstation with the same results.
    If anyone has seen a problem similar to this, a work around or a fix would be greatly appreciated, I'm on the clock on this one.
    VJAW

    Welcome to the forum.
    Though with different file types, I have encountered similar - file Duration is mis-read in PrPro. Obviously, something in that/those file(s) header is being missed by PrPro. I have yet to find out what. As per your case, it seems to be with random files from what should otherwise be a simple group of the same file types, with the same exact conversion settings.
    In my case, I get handed a lot of different file formats, and just use a conversion program to get those to DV-AVI (in my case) for SD Projects. Often, I will have a situation, rather like yours, where I will have 5 files, whose specs. all match up (same camera and settings in your case), and the conversion will be batched, and all resultant files identical. From time to time, one of those converted files will exhibit the same characteristics, as you observe. VLC, or other players, will see the full Duration, as will G-Spot, or MediaInfo. However, PrPro is missing something in that one file, and the Duration is heavily truncated, just as has happened to you. Quite by accident, I found that my PremiereElements program had no such issues with the "bad" file. It would Import and see the correct Duration, where PrPro could not. I just Imported, dragged to the Timeline, and then Exported to the same exact file settings, DV-AVI. The resulting file was identical to the problem DV-AVI that I had Imported. G-Spot and MediaInfo say it exactly the same. Various file "comparisson" programs could find no differnces between the two files, yet PrPro now saw the Duration correctly. I only wish that I could tell what went wrong, regarding the Duration in the originally converted file, and then the one that I just Imported and Exported from PrE, but I have never found the difference. I have opened the files in hex-editors, and gone line by line, and cannot find anything different between the two - but something IS different.
    While I have no fix for you, I can add slight comfort by saying, "I've seen very similar, and in similar cases - conversion." My "workaround" involves some extra steps (plus an extra Export), in another Adobe program (in my case), so is not ideal. However, now that I know to be on the lookout for the possibility, I just watch those Durations closely, knowing that I might need to work on one, or more, of those files, to get PrPro to see the proper Duration.
    Good luck, and maybe someone can offer us both a totally fail-safe method.
    Hunt
    PS - I have encountered this with my old-fav, and generally flawless DigitalMedia Converter 2.7, plus several other highly recommended conversion progams, so it does not seem specific to any one conversion program.

  • BUG- Alt clicking adjustment layer icons Not giving the opportunity to name the layer in CS6 Beta?

    Using Windows 7 Ult, 64-bit:
    I notice when I alt-click an adjustment layer icon, the layer automatically drops in with a default name--rather than giving me an opportunity to type a name for the A/L via the "new layer" dialog box.  For example, in CS5, when you alt-click on the hue/saturation ajustment layer icon, you are given a dialog box in which you can name the layer, select clipping mask, blend mode, color select, etc--then the layer populates in the composition. In CS6 beta, when I hold the "alt" key and click the adjustment layer icon for hue/sat, I'm not getting the new layer dialog box at all.  Is this a bug or a modifier key change in CS6? 

    It should still work from the layers panel. You have to hold the alt key before going to the adjustments menu at the bottom of the layers panel.
    It doesn't seem to work from the adjustments panel unless you use the flyout menu and then you don't have to add the alt key to get the dialog.
    Message was edited by: R_Kelly

  • How can I sort a colum for a part off the sheet? Not for the entire shett!

    I only want to sort a part of the sheet. If i sort the colom it always takes the hole sheet. How can i only sort a part of the sheet. Please help me!

    Guido,
    It is not possible to sort just one column of a table, independent of the other columns.
    The solution is to pull the column you wish to sort out of the table, sort it, and put it back into the table.
    To remove a column, Click on the column label to select the entire column. Then grab the title and pull up and away from the Table and drop it on a blank area of the Sheet. To put the column back into the table grab it by the title and hover over the main table, moving slowly until a double vertical line appears where you want to place the column, and let it drop there.
    Jerry

Maybe you are looking for

  • Ipad OS4.3.1 won't connect with bluetooth to iPhone 3GS OS 4.3.1

    The two devices paired and connected at first but now refuse to talk to each other. Like some married couples I know! I want to tether the WiFi iPad to the Telstra (Australia) 3GS iPhone. It should be possible. The iPhone General settings seem to all

  • What are the different iPhone 5 model numbers?

    What do the different model numbers mean for the iPhone 5?  I see some that start with an "A" and some that start with "MD"?  Which model is for what?

  • My iPod touch will not connect to the itunes app!

    Hi, my ipod touch(4th generation) will not connect to the itunes app, app store, or the internet. It is connected to my wifi and shows full bars with connectivity. However when I click on the itunes app it takes to a blank white screen and says it is

  • Creating  a static method returning Logger Object inside class

    Hello, Instead of creating Logger Instance in every class , can i do like this way by creating a static method in some class returning a Logger object , and using that method for getting instance of Logger in another class through that method Regards

  • Max number of queries in webi

    Hi all Someone know what is the maximum number of queries in a Web Intelligence document with Java Panel Reports? Thanks for your help.