Is there any way  to create table  of more than 30 char length name

hi all,
Please tell me is there any way to create table of more than 30 char length name in oracle 10g
Regards

Hi,
If you want table name to be more than 30 Char.
I am sure,your naming convention is not upto the mark.
Its not possible in 10g as well as in 11g.
Thanks
Yogesh Nagle
India

Similar Messages

  • Is there any way to create table inside cell in sapui5??

    Hello experts,
    How do we create table inside cell in ui5??
    something like this::
    Market Activities
    Other Activities
    Header 1
    Header 2
    Header 1
    Header 2
    Header 3
    Header 1
    Header 2
    Header 3
    Then how do we go about binding??
    Thank you,
    Best Regards
    Chetna

    This code is actually for simple table which i have created:
    var dvrData = [
                                   {DealerNo:"",checkedOrd:{checked:false,enabled:false},checkedOrd1:{checked:false,enabled:false},checkedColl:  {checked:false,enabled:false},checkedPromos:{checked :false,enabled:false},
    var newDvrTable = new sap.ui.table.Table({
                         id:"newDvrTableId",
                         visibleRowCount: 1,
                        selectionMode: sap.ui.table.SelectionMode.Single
    //following field comes unser first column (with blank label)
    newDvrTable.addColumn(new sap.ui.table.Column({
    label: new sap.ui.commons.Label({text: " Dealer Code", wrapping : true}),
                         template: new NewTextField({
                               id:"dlrNum",
                               value: "{DealerNo}" ,
    // following columns come under "MARKET ACTIVITIES"
      newDvrTable.addColumn(new sap.ui.table.Column({
                         name : "SHOP ACTIVITY",
                         label: new sap.ui.commons.Label({id:"shopId",text: "SHOP",
                               wrapping : true}),
                               template: new sap.ui.commons.CheckBox("chkShop",{
                                      enabled: "{checkedOrd/enabled}",
                                      checked:"{checkedOrd/checked}",
    newDvrTable.addColumn(new sap.ui.table.Column({
                         name : "Order Related ACTIVITY",
                         label: new sap.ui.commons.Label({id:"shopId",text: "ORDER",
                               wrapping : true}),
                               template: new sap.ui.commons.CheckBox("chkShop",{
                                      enabled: "{checkedOrd1/enabled}",
                                      checked:"{checkedOrd1/checked}",
    //Following two columns must come under Other Activities Column
    newDvrTable.addColumn(new sap.ui.table.Column({
                         name : "CHEQUE COLLECTION",
                         label: new sap.ui.commons.Label({id:"shopId",text: "COLLECTION",
                               wrapping : true}),
                               template: new sap.ui.commons.CheckBox("chkShop",{
                                         enabled: "{checkedColl/enabled}",
                                           checked:"{checkedColl/checked}",
    newDvrTable.addColumn(new sap.ui.table.Column({
                         name : "SCHEME UPDATE",
                         label: new sap.ui.commons.Label({id:"shopId",text: "SCHEME UPDATE",
                               wrapping : true}),
                               template: new sap.ui.commons.CheckBox("chkShop",{
    enabled: "{checkedPromos/enabled}",
                                      checked:"{checkedPromos/checked}",
      var oModel = new sap.ui.model.json.JSONModel();
                  oModel.setData(dvrData);
    var newdata = oModel.getData();
    sap.ui.getCore().setModel(oModel,"newDvr");
                  newDvrTable.setModel(oModel);
                  newDvrTable.bindRows("/");
    Thank you,
    Best Regards,
    Chetna

  • Are there any way to copy or delete more than one url at a time

    i have a lot of url and i want to copy them to another folder, for now i do it one at a time, so i am wondering can i highlight and cope more than one at a time, and i also want to do this in delete.

    If i ever win a grammy. ill thank u...ok one last thing...is there a way to sort of consolidate tracks? sometimes there are a few...quite a few and some stuff could be on one but i need it to not cut out any of the other parts

  • A system recovery was performed on my pc. When I re-installed firefox all my bookmarks had disappeared. This happened more than a wk ago so the solution of recovery for 5 days didn't work. Is there any way to recover them from more than 7 days ago?

    On Jun 19 my pc wouldn't load Windows & HP decided to do a system recovery on my pc on Jun 20.
    Prior to the system recovery being performed all of my files & programs were burned onto discs.
    A few days after the recovery was performed I re-installed Firefox. It was the same day that the newest version of Firefox was released. I was unable to reload the version I was previously using (I believe that it was version 4).
    After re-installing Firefox I discovered that I lost all of my Firefox bookmarks.
    I thought that the bookmarks would be on the back-up discs but I can't find them on the system recovery files that I loaded onto my pc.
    I am using Windows 7 Home Premium. I have a HP G60 series laptop.

    Thanks for the info.
    I did find the folder as described above. Under Profiles the sub-directory I found was: t6jyvmtf.default
    There are 2 files in that sub-directory:
    blocklist - which is an XML document &
    bookmarks - which is Firefox document
    When I selected bookmarks the document that opened does not contain (to my knowledge) the bookmarks.
    The heading for the page is '''''Bookmarks''''' & right underneath that heading is '''Get Bookmark Add-ons'''
    Underneath that is a heading '''Bookmarks Toolbar Folder''' with the following under it:
    Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar, Getting Started & Latest Headlines
    That is followed by the heading '''Mozilla Firefox''' which has the following underneath it:
    Help and Tutorials, Customize Firefox, Get Involved & About Us
    I checked each of the items that could be selected but none of them had my bookmarks.
    I also checked the blocklist XML document - it opened Windows Internet Explorer with what appears to be programming language (although I could be wrong). At the top of the document it says - ?xml version="1.0" ?
    followed by
    - <blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist">
    Should I be selecting one of the above to find the bookmarks & I'm just not seeing it?

  • Is there any way to create a style sheet in APEX?

    Hi experts,
    I am in I am in Oracle Enterprise Manager 11g 11.2.0.1.0.
    Is there any way to create a style sheet in APEX any version?
    I want to create a style sheet and use APEX report column link to it.
    Thanks.
    Cow

    Well, if that is the case, then you'll need to do some PL/SQL programming to write a package to create all of that for you, then execute the package when the 'link' column is clicked.
    After your package is written, change the attributes on your link column to be a URL instead of page in your application and call it like:
    javascript:{MypopUp2('http://your.server.name/print/owner.package_name.sub_procedure?key=#COL01#',800,600);}
    On my system, I created a new DAD and user just for this one purpose, to read an select the information in my report, generate the HTML to display the data, etc. without leaving a loophole someone could exploit to get direct data manipulation access. My report though is a form-type report of all the data from about 40 tables for that one 'master' record, with css formatting included. I'm not directly generating a css file based upon data within the database, but simply adding the css formatting into the HTML file my package generates.
    Does this help your problem?
    Bill Ferguson

  • Is there any way to create a VMvmare server cluster?

    Hi,
    I have two machines which don't support install ESXi, these machines are running centos 5 with no X and I installed vmware server 2.0.
    My question is, is there any way to create a vmware server cluster like is possible create in ESX?
    I know in ESX once you create a cluster, the resources are increased since resources are added. Is there any way to do same thing with vmware server 2.0?
    Also is there any other option for my machines, I don't want to install X since the machines don't have much resource.
    Thanks in advance.

    Welcome to the COmmunit - With VMware server each environment functions independently and there is no way to pool resources as you can with a DRS cluster - and remembering even in a DRS cluster the VMs swill only run on a single host at a time as they would in VMware Server machines/
    Also just because it is not suppported does not mean you will not be able to create a VM with an unsupported OS -

  • Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?

    Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?  I have created an executable application that I want to distribute to Mac and Linux users (different applications were created in the respective OS).  I was wondering if there is any way to create an installer?  I think there probably isn't...  If the user were to simply download the Labview Run-time Engine from ni.com would they be able to run the application or is it more complicated than that?
    Thanks so much for your time.

    I think Shane tried to say, that it is on the Mac OS X installation DVD, NOT the LabVIEW for Mac OS X installation medium. And that could very well have changed in recent Mac OS X versions as well. They used to have Xcode on it too, but that seems gone as well.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Is there any way to create admin role only for one resource.

    Hi all,
    I am trying to create an admin role with 'update user' capability. But I want to restrict the user(with the admin role) to be able to update a user's attribute only for one resource, The user(with the admin role) should not be able to update the attributes of the other resources which a user have.
    Is there any way to create admin role only for one resource?
    I customized the tabbed user form to show only one resource attribute (deleting the missing fields and adding my tab for the resource) and then assigned this new User Form to the user(with the admin role) in security tab.
    It works fine. But the problem is that if any user(with the admin role) is also admin of some other resource then he/she will not be able to view the other resource attributes.
    Please suggest,
    thanks

    The loop function always repeats the same region so of course the fade is also copied. So option+drag the original region to make a (non clone) copy, fade the first region and loop the second one (which you just copied).

  • Is there any way to create a wifi hotspot for my macbook using my IPad?, Is there any way to create a wifi hotspot for my macbook using my IPad?

    I am going to a lake cabin in Northern Minnesota for a week and need to get wifi for my Mac.  Is there any way to create a wifi hotspot using my Ipad so that I have internet service for my laptop?

    No, iPad can become a hot spot, but if you have an iPhone, it can tether if you have a data plan that incudes the tethering option.  With AT&T for example, you can add tethering for $20 month or for $45/month, you receive tethering and 4GB of data per month.  If you have the unlimited data plan from AT&T you'll unfortunately have to give it up if you want to tether.  You can also go to almost any carrier and purchase a MiFi unit which may work for you.  Whether iw will work in Northern Minnesota is something only your carrier could answer.

  • Is there any way to create a system-wide variable?

    Hello IDM gurus.
    Is there any way to create rarely changing system wide variables that can be loaded at system startup that will be available to all users? For example, at IDM system startup, the variables would be read from configuration or generic objects and live in memory for ALL users as opposed to each workflow/user having to read the same variables when the workflow is run.
    Any help would be appreciated.

    That may very well be the answer I'm looking for. Is there a way for that to be available within the entire application instead of having to read it in each workflow?

  • Is there any way to create discussion board using JSP

    Hi! i'm doing a project using jsp is there any way to create a simple discussion board like the one here? can anyone who knows pls forward some links that teaches me how to do it step by step. Thanks for your help and have a nice day :)

    From the UK! -- PC Plus, August 2000 Issue:
    How to build a JSP Message Board
    http://www.pcplus.co.uk/media/pcplus/pdf/166/pcplus.166.progworld.java.pdf
    You'll get a nice 2-page pdf file, taken directly from the magazine
    --Dave                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Is there any way to create fields reports users can enter data into?

    I am using Crystal XI to develop reports for my company and have not received any formal training on it.  I'm learning it fairly well through the help files. 
    One of the reports I need to create summarizes our scrap, rework, and additional incurred expenses for our monthly quality reports.  Most of the information is stored in the main program used by all employees, a very small amount of it is not.  I have created sub-reports for each of the different types of costs that are tracked in the system.
    Is there any way to create an area on the report that our QA people can use to enter the items not tracked in the main system?  I am imagining that it would be through another sub-report of some kind, but do not know how to create the fields needed. 
    Thank you very much for any assistance you can provide, even if it is to tell me "You can't do that, ma'am..."  At least then I would know and wouldn't beat my head against the desk trying to figure out how to do it.

    Is defining parameter prompts in the Crystal Report and displaying it in the report a possible workaround? 
    If you define parameter prompts, then Crystal will query the user before running the report - so this would be problematic if the user needs to reference data in the report to enter appropriate values (one possibility then is to use interactive parameters feature available in CR 2008).
    Sincerely,
    Ted Ueda

  • Is there any way to create 3D PDF file without having the model tree ?

    Is there any way to create 3D PDF file without having the model tree ?
    3D communication is good but sometime we don't want the receiver to be able to study every components in model.
    or any way to make the receiver cannot use model tree and measurement tool ????
    Thank you very much

    You can remove the assembly tree by doing a roundtrip in 3D Toolkit, here's how:
    - start Acrobat 3D
    - drag & drop a CAD file
    - click on 3D Annot to activate
    - right-click on 3D
    - select 'Edit in 3D Toolkit'
    - 3D Toolkit launches
    - click in 'Scene Tree' panel
    - right-click on top assembly name
    - select 'Tools->Collapse Hierarchy'
    - select 'File->Save'
    - select 'File->Exit'

  • Is there any way, to create with Adobe Muse HTML-Mail Templates?

    Is there any way, to create with Adobe Muse HTML-Mail Templates? or to convert the createt page to only html content? any other tool like an website copyer?
    tanks for help!

    Off the top of my head, you should be able to create mail templates in muse BUT it will require  very basic html/css knowledge on your part. I am assuming you want to do just the signature?
    Create the design you would like on one page, dont do any kind of styling in a master page. Then export the site into a folder. Open the html file with notepad/ textedit and then copy just the code for JUST the template. Throw it in you mail app of choice and it should work.
    This seems like something that would be done alot quicker in dreamweaver in design view.
    PLEASE NOTE: ^i could be completely wrong - but in theory this may work.

  • Is there any way to create a reminder for "today"?

    Is there any way to create a reminder for "today" in the new Reminders app? I used to be able to pull up the "today" list and add things that would go to my default list but automatically show up for today but now it looks as though that option is gone.  Additionally, any way to get dates/times to show up with reminders in the Notification Center?

    Hey chewie314,
    Thanks for the question. From the information you provided, it sounds like you might be looking for the "Scheduled" view. This view will show all of your reminders that are scheduled in a list. To access the schedule view, click the icon:
    Reminders - iPhone User Guide
    http://help.apple.com/iphone/7/#/iph88463e18
    Thanks,
    Matt M.

Maybe you are looking for