Creating a new table next to an existing one

I have attached the table I created...(I'm a
beginner....forgive me for being simplistic in design). I want to
create a separate table for "Friday" right next to the existing
table. How do i get the new table to align to the right of the
existing table? I tried just extending the table- that is, adding
rows/columns so that I could then arrange it to look like a
separate table, but couldn't get it to work....lost in "format
hell."
I know it must be easy....
Also....why can't i seem to add or delete cells from this
table?! There is some formatting error I'm making that I can't
understand.
thanks!

To select a whole table, click in it in Design view. Then
look at the Tag
Selector bar. Click on the right-most <table>. You've
just selected an
entire table. Cut it from the page with Ctrl-X. Then click in
the outer
table's left cell, and paste the cut table in with Ctrl-V.
Like that.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"bj nick" <[email protected]> wrote in
message
news:[email protected]...
> Thanks for your response.
>
> When I try this, the entire table is "cut." I've tried
it several ways to
> no
> avail. Also, when I select cells to delete, they will
not delete. I will
> select
> a row of unused cells, and can't delete them. I don't
get it.
>
> Here is the code:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
> <title>Untitled Document</title>
> <style type="text/css">
> <!--
> .style10 { font-size: 18px;
> font-weight: bold;
> }
> .style12 {font-size: 18px}
> .style15 {color: 18; font-size: 18px; }
> .style16 {font-size: 18}
> .style3 {color: 18}
> -->
> </style>
> </head>
>
> <body>
> <table width="674" border="0">
> <tr>
> <td width="615"><table width="578"
border="2">
> <tr>
> <td width="130" bgcolor="#66FF00"
class="style3"><div
> align="center"
> class="style10">Monday </div></td>
> <td width="127" bgcolor="#66FF00"
class="style3"><div
> align="center"
> class="style10">Tuesday</div></td>
> <td width="137" bgcolor="#66FF00"
class="style3"><div
> align="center"
> class="style10">Wednesday</div></td>
> <td colspan="2" bgcolor="#66FF00"
class="style3"><div
> align="center"
> class="style10">Thursday</div>
> <div align="center"
class="style10"></div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"
class="style15"><div
> align="center">First Bell </div>
> <div align="center"></div>
> <div align="center"></div>
> <div align="center"></div>
> <div align="center"></div></td>
> </tr>
> <tr>
> <td bgcolor="#FFCC00" class="style3"><div
align="center"
> class="style12">Attendance
/ </div></td>
> <td bgcolor="#FFCC00" class="style3"><div
align="center"
> class="style12">Homework check-in /
</div></td>
> <td colspan="3" bgcolor="#FFCC00"
class="style3"><div align="left"
> class="style12">Class business / Journals
</div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"
class="style3"><div
> align="center"
> class="style12">Five - a - Day
</div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"
class="style3"><div
> align="center"
> class="style12">Reading</div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"
class="style3"><div
> align="center"
> class="style12">Math</div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"><div
align="center"
> class="style12">Recess</div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"><div
align="center"
> class="style12">Language Arts </div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"><div
align="center"
> class="style12">ELD (English Language
Development)</div></td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"><div
align="center"
> class="style12">Lunch</div></td>
> </tr>
> <tr>
> <td bgcolor="#FFCC00">Science/Soc. Studies
</td>
> <td bgcolor="#FFCC00">Science/Soc.
Studies</td>
> <td bgcolor="#FFCC00">Science/Soc.
Studies</td>
> <td width="147" bgcolor="#FFCC00">Science/Soc.
Studies</td>
> <td width="1"
bgcolor="#FFCC00"> </td>
> </tr>
> <tr>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> </tr>
> <tr>
> <td colspan="5" bgcolor="#FFCC00"><div
align="center"><span
>
class="style16">Dismissal</span></div></td>
> </tr>
> <tr>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> </tr>
> <tr>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> </tr>
> <tr>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> <td bgcolor="#FFCC00"> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> <td> </td>
> </tr>
> </table></td>
> <td width="49"> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> </tr>
> </table>
> <p> </p>
> <p> </p>
> </body>
> </html>
>
>

Similar Messages

  • Creating a new table similar to an existing one

    Hi,
    I need to implement a stored procedure with the follwing signature (simplified)
    CREATE_TABLE_AS(p_NewTableName , p_OrigTableName , p_Col1, p_Col2, p_Col3)
    It should do the following:
    Creating a new, empty table with name p_newTableName. The new table has three columns, which names are passed as parameter p_Col1, p_Col2, p_Col3
    The columns must be of the same type as the columns p_Col1, p_Col2, p_Col3 of the Table p_OrigTableName
    How is this achieved?
    I could read the column type information from the catalog sys.user_tab_columns, but I wonder if there is another solution
    Marco

    Hi Rob,
    Hi,
    Thank you, it works fine.
    I actually need rows from two Original tables. I came up with the following query by adapting your query:
    CREATE TABLE TEST_TABLE AS SELECT * FROM
    (SELECT NAME FROM T1 WHERE ROWNUM = 0) t1,
    (SELECT AGE FROM T2 WHERE ROWNUM = 0) t2;
    I chose ROWNUM = 0 instead of 1=0. Doesn't this make a performance difference when the original tables contain a large number of rows?

  • Windows 8 installation error: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."

    I recently tried testing Server 2012 for installation and I had a major issue.  Windows 8 also uses the same method for installation so this should also apply to Windows 8.  I thought this might be helpful for other people who have the same
    problem.  My setup is a 1U server with no DVD drive, no hard drives, and only USB.  I have a new hard drive that I wanted to install Server onto, so I put it in and ran the installer off a thumb drive.  I kept receiving the following error when
    I tried to format the hard drive and proceed with the installation:
    "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."
    After hours of troubleshooting, I determined my problem was I was using a thumb drive to install it, and Windows didn't like it.  Some people had similar issues when similar devices were plugged in (i.e. external hard drives, SD cards, CF cards, etc). 
    In my case, it was the installation drive itself was a thumb drive.  I ended up digging up an external DVD drive and placed the installation onto a DVD.  Worked flawlessly.  Now I am up and running.
    I tried
    the steps here to no avail.
    Hope this helps anyone else with the same problems.

    Hi,
    Thanks for sharing. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.
    Leo Huang
    TechNet Community Support

  • Best Practice for Creating a New WebHelp Project from an Existing One

    I'm currently working in WebHelp Pro (RH version is 9.0.2.271).
    I have a WebHelp project which currently supports the 2012 version of one of our projects. What I needed to do was to create a separate 2013 project, using the 2012 files as the starting point. I couldn't find a way in RH to create a new project by importing an existing WebHelp project, so I copied the 2012 files to a new directory, opened up the project, and renamed it.
    What prompts this question is that following this exercise, all seemed well, for a time. However, I have recently had to create new topics in the 2012 version. However, when I imported these topics to the 2013 project and compiled, they vanished--although the htm files still appear in the appropriate 2013 file folder (when viewed with Windows Explorer).
    After reading some forum postings, I thought that I might have corrupted my database by improperly creating the new project--but if what I did is the wrong way to go about it, I'm not sure what the correct way is. I will be grateful for any suggestions.

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Creating a new table, to replace an old one

    Hi experts;
    I'm looking for an advice about what I'm going to do.
    This is the situation;
    I got a production table with more than 1,000,000,000 of records.
    the queries to this table are too slow, and I decided to create a new table, to replace this one.
    But my doubts are:
    How can I create a new table including the same structure as the old one, and with some data.
    I got this query:
    Create new_table as select * from old_table
    where trans_year = '2012';
    I know with this I got the structure, but what about indexes?
    My other doubt is, to replace the old one, just I drop it, and rename the new one?
    This table belong to an oracle 9i DB.
    Thanks for your comments.
    Al

    >
    How can I create a new table including the same structure as the old one, and with some data.
    I got this query:
    Create new_table as select * from old_table
    where trans_year = '2012';
    I know with this I got the structure, but what about indexes?
    My other doubt is, to replace the old one, just I drop it, and rename the new one?
    This table belong to an oracle 9i DB.
    >
    You could export the table metadata and then import it as a renamed table. That would keep the indexes, triggers, constraints.
    But for one table it may be easier to just recreate the indexes and other objects.
    For the query you may want to disable logging of the INSERT.
    Create table new_table NOLOGGING as select * from old_table where trans_year = '2012';
    -- set the table back to logging mode
    ALTER table new_table LOGGING;Then you can drop the old table (if you already have a backup of it) and rename the new one to the old name.
    The create will perform much better with NOLOGGING but because it is not logged you will not be able to recover the data from the log files.
    So you should take a backup afterward.

  • Can't select the new Azure sql service tiers when creating a new database or upgrading an existing one

    Hi all,
    I have set up the preview for the new Azure SQL tiers on both of the subscriptions we have for Azure. The one under my MSDN subscription to and a pay as you go subscription
    The pay as you go subscription works fine but when I try to upgrade an existing Azure sql database or create a new one on my MSDN subscription it doesn't give me the option of the new tiers.
    Using the new portal it says I need to sign up to the preview, but I already have and when I go to try to add a new subscription to the preview for Azure SQL it says all my active subscriptions are on the preview.
    Any idea what the issue could be?
    Cheers
    Ash

    Hi,
    Apologies for the inconvenience.
    I suggest you open a Billing Support Ticket. They will be able to check this for you.
    http://azure.microsoft.com/en-us/support/options/
    Regards,
    Mekh.

  • Trouble in creating a new iCloud account from the existing one

    my dad gave me his iPad which he bought(iPad 2) it's troubling me with the iCloud account, the iPad has my dad's existing iCloud account and I want to delete it but I don't have the password so does my dad he doesn't have the password for the account.so my question is could you assist me on how to create a new iCloud account without having the password of the old one.it uses iOS 7.1.2.

    You won't be able to delete the existing account in order to set up a new one without the password for the old account.  If your father doesn't remember the password, he can reset it as explained here: iCloud: Change your iCloud password.

  • How to create a new database instance from an existing one?

    Hi, I basically want to create a snapshot of a production
    instance (version 8.1.7) for querying purposes. Would anyone
    tell me the steps involved? What I did as follows:
    1. Copy all data files to a new location
    2. Modify init.ora accordingly. I believe there is no separate
    control file for this version.
    But when I startup the instance, got this error:
    ORA-01103: database name 'TRITON' in controlfile is not 'HERCULE'
    What is missing? Do these data files contains links to the
    previous instance name?
    Thanks for any help.

    Hi All,
    I need some help in recreating new database instance.
    Here are the steps I have done so far:
    1. Created a database with name 'LASTDB' using DBCA
    2. Connected to RMAN.
    3. RMAN>SET DBID=******; (of the source database)
    4. Connect to target. RMAN>connect target SYS/*****;
    5. Executed controlfile restore on RMAN.
         RMAN>Run{
    Allocate channel D1 Type DISK;
              Set controlfile autobackup format for device type DISK to
    ‘\\<ip_address>\Backup\Prod\%F’;
    Restore controlfile from autobackup;
    6. RMAN> ALTER DATABASE MOUNT;
    Now got an error saying ORA-01103: database name ‘PRODDB' in control file is not ‘LASTDB’
    I tried using NID to change the database name but it's throwing an error that database is not mounted.
    I have browsed a lot and found that I need to recreate a control file of the production database using ALTER DATABASE BACKUP CONTROLFILE TO TRACE and should edit the trace file. But it also says to shutdown the source database which is production database and I cannot try that.
    Also I have tried adding a line to init.ora like lock_space_name = LASTDB. Also tried replacing everything from LASTDB to PRODDB but that didn't work either.
    I have been trying to find a solution to this. Please bear with me as I'm a beginner and please let me know how I can fix the error.
    I am running oracle 10.1.0.2.0 enterprise edition on windows 2000.
    Thanks for your patience,
    KG

  • "We couldn't create a new partition or locate an existing one. Form more information, see setup log files"

    Ok so back in August 2014 I succuesfully used bootcamp to install Windows 10 Tech preview. It worked great until March of this year when Windows issued an update (Which I had no control over).  After this update the R9 4GB graphics card driver stopped working.  I contacted Apple/AMD/Microsoft but was unable to fix this problem.
    So,  I uninstalled Windows 10 through bootcamp and restored the drive to a single partition. I purchased windows 8.1 and downloaded Windows Enterprise edition (as this comes as an ISO file) and started the process again with Bootcamp. Everything works great until I get to the installation of windows.
    I did the same as last time (formatted the Bootcamp partition) and tried to continue the installation. I now get the following message:
    I have tried a complete reinstall of the system twice (back to factory settings) but still the same issue.  I have also tried using Windows 10 Tech preview but still the same issue. (I only have my remote drive with the ISO file connected to the mac and have tried with a USB stick)
    Any ideas would be much appreciated! Thanks

    Thank you for your prompt response.  Please see below:
    Last login: Thu Apr 30 09:15:48 on console
    Jeremys-iMac:~ jeremygaster$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *1.1 TB     disk2
                                     Logical Volume on disk0s2, disk1s2
                                     E693210D-5893-4CC0-B3FF-18B5A92179CB
                                     Unencrypted Fusion Drive
    Jeremys-iMac:~ jeremygaster$ diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 5BEBA89D-FBF8-45AF-99CF-DFB82BC6B9E8
        =========================================================
        Name:         Internal Drive
        Status:       Online
        Size:         1120333979648 B (1.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume 2EF54FBF-26BB-4D56-A84E-947205800865
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B66237C5-F9ED-454C-9AFB-90553B0D0E0A
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family A91C5378-D285-434D-B33B-5F1E0CC64C62
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume E693210D-5893-4CC0-B3FF-18B5A92179CB
                Disk:                  disk2
                Status:                Online
                Size (Total):          1114478608384 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Macintosh HD
                Volume Name:           Macintosh HD
                Content Hint:          Apple_HFS
    Jeremys-iMac:~ jeremygaster$ sudo gpt -vv -r show /dev/disk0
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Sorry, try again.
    Password:
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  236306352      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      236715992     262144      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      236978136          7        
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    Jeremys-iMac:~ jeremygaster$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  236978175] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    Jeremys-iMac:~ jeremygaster$

  • How do I create a new boot disk from an existing one?

    I have a G4 Quicksilver with internal PATA disk, running 10.4. I want to upgrade the internal disk from 40 GB to 160 GB. I have installed a second disk and can see it fine, but what I really want is to put the system on the new disk and have it be the one and only boot disk in the system. Is there a straightforward way to do this? Is a carbon copy cloner the way to go? Will that have problems with the different disk sizes? Will it handle bad blocks properly? Isn't there a way to just use drag-and-drop?
    Once I have made a copy, how do I make it the boot disk? Do I have to swap it into the PATA "master" position to do this?

    Cloning And Backup Tools
    A bootable clone is an exact copy of your drive which is capable of booting your computer. Making a copy of your computer which is capable of actually starting the computer requires special copying procedures. Some people just back up data files but if you have problems you have to reinstall all your operating system and all your applications. With a bootable clone you just start up from the backup drive and clone back everything.
    To copy files from one hard drive to another hard drive you can use:
    [CarbonCopy Cloner|http://www.bombich.com/software/ccc.html] (donationware)
    [SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html] (shareware)
    [IBackup|http://www.grapefruit.ch/iBackup/index.html] (free)
    The Restore function of Disk Utility included in OS X. [Kappy's directions|http://discussions.apple.com/message.jspa?messageID=8799711#8799711]
    [Tri-Backup (commercial)|http://www.tri-edre.com/english/tribackup.html] (payware)
    [Silverkeeper|http://www.lacie.com/silverkeeper> (free) - version 2 has some issues (references: [1|http://www.macintouch.com/readerreports/backup/index.html#d12jan2009],
    [2|http://www.macintouch.com/readerreports/backup/index.html#d13jan2009]) and it is recommended Tiger users stick with 1.1.4.
    [Kappy's Backup Software Recommendations|http://discussions.apple.com/message.jspa?messageID=9065665#906 5665]
    [Overview of Mac OS X Backup Programs|http://8help.osu.edu/1247.html]

  • Creating new graphics object from a existing one and sending it for print

    Hello,
    i have a graphics object which is big in size, I am creating a new graphics object from the existing one as given below
    //map is a graphic object
    Graphic g1 = (Graphic)map.create(x,y,width,height);
    Graphic g2 = (Graphic)map.create(x,y,width1,height1);
    Graphic g3 = (Graphic)map.create(x,y,width2,height2);
    arrayList.add(g1);
    arrayList.add(g2);
    arrayList.add(g3);
    Now I want to send the graphic object g1,g2,g3 for print in the method
    public int print (Graphics g, PageFormat pf, int idx) throws PrinterException {
    // Printable's method implementation
    if (curPageFormat != pf) {
    curPageFormat = pf;
    pages = repaginate (pf);
    if (idx >= 3)) {
    return Printable.NO_SUCH_PAGE;
    g = (Graphics) arrayList.get(idx);
    return Printable.PAGE_EXISTS;
    This is not working... what is wrong. can anybody suggest..
    I tried standardprint.java to print a object inside a scrollpane, it is not printing the entire diagram. so I am thinking of something like this.... Please let me know what to do....
    Thanks
    Serj

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Unable to install windows 7(windows cannot create a new partiton or locate an exiting one )

    I AM UNABLE TO INSTALL WINDOWS 7 HOME PREMIUM ON MY LAPTOP
    MY LAPTOP SPECIFICATIONS ARE=
    1 GB RAM
    INTEL GMA 900 MOBILE SERIES
    INTEL ATOM
    160 GB HDD
    CURRENTLY RUNNING LINUX MINT 15
    THE ERROR=
    SETUP WAS UNABLE TO CREATE A NEW PARTITION OR LOCATE AN EXISTING ONE CHECK SETUP LOG FOR MORE INFORMATION
    PLEASE REPLY FAST

    i tried out this method it doesn't work. Actually i have a nOTEBOOK which came with windows xp i planned to upgrade it because microsoft has stopped supplying updates.
    my NOTEBOOK is of Medion company.
    modal=akoya e1210 
    msn no.30008507
    LINK FOR NOTEBOOK OFFICIAL PAGE AND SPECS
    http://www.pcpro.co.uk/reviews/laptops/247451/medion-akoya-mini-e1210
    by the thanks for replying an method

  • Create a new table from another table that exists ussing a stored procedure

    Hi,
    I want to know if is posibble to create a new table from another table that exists ussing a stored procedure. This new table is created from other table that exists in the DB.
    (in the next code the table tbl1 exist into the schema of the DB, but temp_tbl1 does not exist, it must be created by the procedure)
    create or replace procedute temp is
    temp_tbl1 tbl1%TYPE; //the temp_tbl1 will have the same type of tbl1
    begin
    create table temp_tbl1 as (select * from tbl1);
    end temp;
    thanks very much

    cat wrote:
    Hello,
    I think my problem is not about this grant, because if I execute this as an "anonymous procedure":
    DECLARE
    BEGIN
    EXECUTE IMMEDIATE 'CREATE TABLE Abonus (id NUMBER, amt NUMBER)';
    END;
    It runs ok
    But if I do:
    CREATE OR REPLACE procedure temp as
    BEGIN
    EXECUTE IMMEDIATE 'CREATE TABLE Abonus (id NUMBER, amt NUMBER)';
    END;
    I have the error
    ORA-01031: Insufficient privileges
    ORA-06512: at "temp", line 3Anonymous blocks are treated as "Invoker's Rights" from a privilege perspective whereas stored programs by default are treated as "Definer's Rights". Therefore using anonymous blocks is not a valid test to check this.
    The simplest form of checking this issue is by executing
    SET ROLE NONE;and then to run your statement/code block in question interactively. Using this approach you get in your session the effective rights of a "Definer's Rights" stored program, i.e. only privileges that you got granted directly to your user.
    You can revert to the default setting by issuing
    SET ROLE ALL;For more information regarding this topic, read e.g. the documentation:
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/subprograms.htm#LNPLS00809
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Create a new table style based on an existing table in a document

    Hi,
    In a document I'm working on, there is a specific table. It is made in the past by a colleague, and it has a very suitable format.
    Therefore I would like to use the layout of this table on all future tables in my document (or even in others).
    Is there an option to select my table, and create a new table style with it, so that I can use it over and over again? That would be very helpful.
    I'm working in MS Word, MS Office Professional Plus 2010, on a Windows 7 64-bit OS.
    Best regards, Sietske
    Ps.: I know
    a question like this was already asked, but the answer was quite dissatisfying (because it was not answering the question)
    Pps: Note that I'm now creating a new table style from scratch, so an answer to the above question is not that urgent, but it would still be nice to know for future use.

    you can  use format painter
    i hope that you already know about it.
    Nope, not the right answer. With Format Painter, you can copy the format of the table, but you can't create a new Table Style with it. I am looking for a solution as well.

  • Can I create a new table using strcuture of another existing table ????

    hello all -
    If I need to create table as the duplicate table for another table. I donot need data from that table, as I am going to populate date later on.
    So all need is the structure, constraints of the table to create a new table.
    create table new_temp as
    select * from old_temp;
    above command creates a table with the data, what if I donot want the data, only the defination.
    Any help woud really appreciated.
    Thanks
    Rama

    but create table as select..
    CAN'T create constraint on new table it copy only data
    not constraint
    so create new table with structure as well as
    constraint use
    SELECT dbms_metadata.get_ddl('TABLE','EMP') FROM DUAL;
    only in 9i
    kuljeet pal singh

Maybe you are looking for