What view will show me where tables are  'alter table tablename parallell;'

10g R2 Windows 64
Hi,
I'm in a bind and am currently searching the manuals for this. I expected to see a column for this in all_tables but don't see anything related to parallelism. Is there a view I can use to see if a table has been altered to use parallelism?
Thanks.
Brian

Degree column in the view USER_TABLE will show the current parallel degree of the table, but there is no way to tell whether the table was created with the same degree or was altered after creation.

Similar Messages

  • Looking for an app that will show me where my chil...

    I am Looking for an app that will show me where my children are (via gps on their phomes).  Looked in OVI store but came up empty.  Need the app to work on my E71x.
    Thanks

    I assume the kids have to leave their GPS on all the time draining the battery. What happens if they're in a building?
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • What report will tell me which tables/fields are used in a transaction

    Hi
    I'm new to SAP, but was wondering how I can navigate the data dictionary so I can get a list of all the tables, fields and field details for all fields used in the following transactions: IW29, IW39 and IW49N.
    Thanks and take care,
    Shayne

    Hi,
    Welcome to SAP!
    There are two ways to find what are all the tables used in the program,
    1. Easy & Effective way is to use ST05 and do SQL Trace.
    2. Normally, when you want to see the corresponding code in the program related to database activities, then do this,
        Goto SE38 --> Put the report name (say RIQMEL20) -> Press F9 --> Select data base activities (SELECT, DELETE, MODIFY, INSERT). Click Ok. This will show all the program lines.
    Regards,
    Vamsi

  • Crnt FF: 1 of 5 e-mails loses all e-mails upon viewing but shows qty of mails are there. Search can find all of them, just won't show in the InBox

    1 of 5 email ACCOUNTS receives mail OK, but as soon as you leave that account and come back, nothing is shown in the Inbox. The Status Bar however, shows that there are 32 e-mails there although the Inbox is devoid of any text.
    Using Search, I can find ALL 32 emails by searching for a word in the subject field or the body fields. The mails ARE there! They just do not display in the Inbox.
    So ... how the heck do I get the Inbox to show its contents again?
    This was working until day before yesterday when I read an e-mail from a trusted source, and it automagically disappeared, along with all the others in the inbox. ALL other accounts are working just fine.
    I tried creating a new email account but it wouldn't let me, giving me an error that the "incoming already exists". No number or anything; it come when I click DONE in the creation process. The new account will not write to the disk.
    I have run NOrton AV, AVG, MalWare Bytes, Windows Defender, Spybot and another I forget the name of right now. ALL showed nothing found after each success live scan. I am reasonable sure I do not have any malware.
    The e-mails in that account are pretty important and I do not want to lose them if possible; they are for a high school 50th Reunion planning committee.
    Windows 7 HP, Dell XPS L702, 6 Gig RAM, Intel i7 Processor and lots of disk space. I have also compacted with no change. The messages are all still there, but nothing shows in my inbox; it's empty. I only see them using Search the Messages for terms I know are in them.
    Happy to provide any other info needed to evaluate this. Oh, the account Sends OK too; it's a POP3 account setup.
    Any help would be most appreciated!
    Twayne`

    I apologize; I should have mentioned I already tried that, multiple times
    It's almost like, since the messages show a qty in the status bar, that their text has been changed to white, the background color. But when i use Search Messages to get at what's there, the text color is black as it should be.
    Any further comments welcomed.
    Thanks much

  • Month view Calender shows dots when there are no data

    In the month view calender, you should only see dots where you actually have an appointment. I have dots where I have no appointments. I tried a reset and a total delete of data. When I go back to synchronising with Itunes, the dots came back. How can I solve that problem?
    Thanks and regards
    Fadel

    Hi,
    The Work Status related entries will be available in the table dbo.tblFINANCELock. Check in this table.
    Hope it helps.

  • What Viewer Will Work In Flash Catalyst

    I got simpleviewer to work until I closed the project and the folders I loaded into the workspace folder were not saved.  I tried the demo of Slideshow Pro, but it gives me no idea of if it will work in Flash Catalyst or how I would install it.  Is there any kind of viewer that I can use to create a picture gallery in Flash Catalyst or do I need to build one in Flash Catalyst with a data list?

    I took a look at the tutorial PSD file and couldn't find anything wrong with it.
    When you save your project file, the only file that it should save is the ecotours_ui.fxp file. The ecotours_site.fxp file was one that was bundled in the tutorial files .zip package.
    It shouldn't be a problem that you have the CS3 versions of Photoshop and Flash. As you have said, you are not running them. The lack of RAM could possibly be an issue. Another possibility might be some permissions getting in your way. Have you checked to see if the files or folders that got unzipped will allow you to write to them?
    -Adam Altman
    Catalyst Engineering

  • Finding where tables are updated

    Is there any way I can find out what procedures update any particular table (utilities/procedure). I need to find out how many procedures I need to change if I modify a table structure.
    I am working with oracle 10g
    Thanks.

    If what you really want to know is how many stored procedures (or function or packages, triggers, and views) reference a specific table then look in the Oracle version# Reference manual at the entry for DBA_DEPENDENCIES.
    This view will show you all objects dependent on the table.
    For anonymous pl/sql and for pro*c (or other language) programs you will need to scan your source directories/repository.
    HTH Mark D Powell

  • What is EIS,where we are useing EIS,Why it is need

    what is hyperion EIS.
    Where we are useing the EIS
    How to use the EIS

    Hyperion EIS is an Integration framework to Manage all the models and mapping rules to build the essbase cube.
    It provides the users to drill into the level of detail beyond the essbase.
    It is an intermediate layer between relational schema and essbase.
    Once the rlational schema is built and ready, we will create a logical olap model based on the relational schema and next we should develop Met outline(Rules to load dimensions and data).
    EIS provides hybrid analysis.

  • Duplicate records in database view for ANLA and ANLC tables

    HI all,
    Can any one please suggest me how to remove duplicate records from ANLA and ANLC tables when creating a database view.
    thanks in advance,
    ben.

    Hi,
    Suppose we have two tables one with one field and another with two fields:
    TAB1 - Key field KEY1
    TAB2 - Key fields KEY1 & Key 2.
    No if we create a Database view of these two tables we can do by joining these two tables on Key field KEY1.
    Now if in View tab we have inculded TAB1- Key1.
    Now lets suppose following four entries are in table TAB1: (AAA), (BBB), (CCC).
    and following entries are in table TAB2: (AAA, 1), (AAA, 2),  (BBB, 3), (BBB, 5), (DDD, 3).
    The data base view will show following entries:
    AAA,
    AAA,
    BBB,
    BBB,
    Now these entris are duplicate in the output.
    This is because TAB2 has multilple entries for same key value of TAB1.
    Now if we want to remove multiple entries from ouput - we need to include an entry in selection conditions like TAB2-KEY2 = '1'.
    Regards,
    Pranav.

  • HT1449 Can I just move my movie files and leave my music files where they are?

    Can I just move my movie files and leave my music files where they are?

    Yes, but bear in mind if you move the movie files, any files, from the iTunes media folder iTunes will not know where they are and therefore cannot access them. It will be up to you to tell iTunes were they are in order to use the files.

  • Please I'd be happy if we can claim where we are misleaded when buying the product : The retailer or seller should know what they are selling ... For example I asked earphone for my shuffle ipod 3rd generation showing it

    Follow-up: 203908177
    Dear sir/madam
    Please I'd be happy if we can claim where we are misleaded when buying the product : The retailer or seller should know what they are selling ... For example I asked earphone for my shuffle ipod 3rd generation showing it but the they gave me an ear phone which just was like an ordinary earphone where I can't low and high the volume nor I can select the playlist ... Please read below
    that I wrote to you in the email I've sent to you on last April as followed :-
    Dear madam/sir,
    It's me Santosh Lamichhane who just arrived to my place in Kathmandu, Nepal after a month visit in Bolivia and Argentina ...
    Dear madam/sir, I like to inform you that while my visit in Santa Cruz de La sierra in Bolivia I bought a new earphone for my ipod shuffle 3G due to the problem in my old earphone on the date as followed in the bill of as shown
    ALTEK
    PN 26986 VN 24186
    Vendedor:
    Federico
    Date 02/04/2012 time: 03:34:22 PM
    I did checked the earphone there same time and found that I can't lower or high the volume from that new purchased earphone and even asked why and one of your senior staff said it might be the problem of my ipod shuffle's setting, Since the beginning of the time of purchase till I came to Nepal 4 days ago I didn't use the ipod because I'm not able to increase the volume and I didn't took my laptop with me while my visit there ...
    But when I try to restore my shuffle here ; even that doesn't works ... Today and yesterday when I checked my friend's earphone of ipod - it was working on my shuffle and my earphone also working in his classic ...
    I want to kindly request you since I showed my shuffle at the time of buying earphone there in Altek, San Martin AV in SAnta Cruz de la Sierra in Bolivia and asked I need the earphone for my ipod shuffle 3G It's not my fault ... Could you please ask the agents of apple here in Kathmandu to replace it with the working the right compatible earphone for me ...
    Hope to hear from you very soon ...
    Thanking you
    From Santosh Lamichhane,
    Cell +977 9802033662, 9813716393,
    +977 (1) 5002018 Res ...
    1210 Tikhedewal 28, Lalitpur SMPC 14, Kathmandu, Nepal

    You will not get a reply from Apple in these forums. As stated in the information to which we all agreed when we signed up here, these forums are for user-to-user assistance, not for getting technical assistance from Apple. All you will get here is suggestions and commiseration from we your fellow users. If you want to express your displeasure directly to Apple, call the tech support line and ask to speak with Customer Relations and see if there's anything they can do for you. Please keep in mind that the CR rep will not have caused your problems, so keep your calm and be polite; they're just working stiffs too.
    Message was edited by: Dave Sawyer

  • Is there a system table or V$ view that will show a user's last logon date?

    Is there a system table or V$ view that will show a user's last logon date?
    I'm using Oracle 9.2.0.7

    sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 31 12:44:42 2010
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> desc user$
    Name                            Null?    Type
    USER#                            NOT NULL NUMBER
    NAME                            NOT NULL VARCHAR2(30)
    TYPE#                            NOT NULL NUMBER
    PASSWORD                             VARCHAR2(30)
    DATATS#                       NOT NULL NUMBER
    TEMPTS#                       NOT NULL NUMBER
    CTIME                            NOT NULL DATE
    PTIME                                  DATE
    EXPTIME                             DATE
    LTIME                                  DATE
    RESOURCE$                       NOT NULL NUMBER
    AUDIT$                              VARCHAR2(38)
    DEFROLE                       NOT NULL NUMBER
    DEFGRP#                             NUMBER
    DEFGRP_SEQ#                             NUMBER
    ASTATUS                       NOT NULL NUMBER
    LCOUNT                        NOT NULL NUMBER
    DEFSCHCLASS                             VARCHAR2(30)
    EXT_USERNAME                             VARCHAR2(4000)
    SPARE1                              NUMBER
    SPARE2                              NUMBER
    SPARE3                              NUMBER
    SPARE4                              VARCHAR2(1000)
    SPARE5                              VARCHAR2(1000)
    SPARE6                              DATE

  • How do I reset my security questions? Normally people are saying something about a rescue email or a thing that will show where your password and security are for me it just shows my two questions  and that is it.- Help

    How do I reset my security questions? Normally people are saying something about a rescue email or a thing that will show where your password and security are for me it just shows my two questions  and that is it.… Help

    Go to Appleid.apple.com and choose Manage ID you can change them from there.
    You can add a rescue email if you don't have one there too.

  • TS1474 When I download a song from the itunes store it will show up in my itunes library. However even though my music shows up on itunes in my download location folder my songs are not showing up there. Where are they downloading to?

    When I purchase songs from the itunes storethey will show up in my itunes library but in the actual location file folder some songs are not showing up there. How do I fix this

    Try redownloading iTunes purchases by:        
    Downloading past purchases from the App Store, iBookstore, and iTunes Store         

  • Is it possible to create a view where table in the From clause changes name

    is it possible to create a view from a from a table like this
    create view my_view as select id, col1, col2, result from <<my_latest_cacahe_table>>;
    the table in the from clause changes the name .
    I have another table which indicates the the latest name of my cache tables. Always there are two records there. The latest one and previous one.
    select * from cache_table_def
    table_name cache_table_name refresh_date
    my_table cache_table245 1/23/2012
    my_table cache_table235 1/22/2012
    create table cache_table_def (table_name varchar2(25), cache_table_name varchar2(25), refresh_date date);
    insert into cache_table_def values( 'my_table','cache_table245','23-jan-2012');
    insert into cache_table_def values ( 'my_table','cache_table546','22-jan-2012');
    create table cache_table245 (id number, col1 varchar2(50), col2 varchar2(20), result number);
    insert into cache_table245 values(1, 'test123', 'test345',12.12);
    insert into cache_table245 values (2, 'test223', 'test245',112.12);
    create table cache_table235 (id number, col1 varchar2(50), col2 varchar2(20), result number);
    insert into cache_table235 values (1, 'test123', 'test345',92.12);
    insert into cache_table235 values (2, 'test223', 'test245',222.12);
    what I need to do is find the latest cache_table name for my_table and use that in my view defintion
    When user select from the the view it always reurns the data from the latest cache_table
    is it possible to do something like this in oracle 11g?
    I have no control on the cache tables names. that is why I need to use the latest name from the table.
    Any ideas really appreciated.

    I've worked up an example that does what you ask. It uses the SCOTT schema EMP table. Make two copies of the EMP table, EMP1 and EMP2. I deleted dept 20 from emp1 and deleted dept 30 from emp2 so I could see that the result set really came from a different table.
    -- create a context to hold an environment variable - this will be the table name we want the view to query from
    create or replace context VIEW_CTX using SET_VIEW_FLAG;
    -- create the procedure specified for the context
    - we will pass in the name of the table to query from
    create or replace procedure SET_VIEW_FLAG ( p_table_name in varchar2 default 'EMP')
      as
      begin
          dbms_session.set_context( 'VIEW_CTX', 'TABLE_NAME', upper(p_table_name));
      end;
    -- these are the three queries - one for each table - none of them will return data until you set the context variable.
    select * from emp where 'EMP' = sys_context( 'VIEW_CTX', 'TABLE_NAME' );
    select * from emp1 where 'EMP1' = sys_context( 'VIEW_CTX', 'TABLE_NAME' );
    select * from emp2 where 'EMP2' =  sys_context( 'VIEW_CTX', 'TABLE_NAME' )
    -- this is how you set the context variable depending on the table you want the view to query
    exec set_view_flag( p_table_name => 'EMP' );
    exec set_view_flag( p_table_name => 'EMP1' );
    exec set_view_flag( p_table_name => 'EMP2');
    -- this will show you the current value of the context variable
    SELECT sys_context( 'VIEW_CTX', 'TABLE_NAME' ) FROM DUAL
    -- this is the view definition - it does a UNION ALL of the three queries but only one will actually return data
    CREATE VIEW THREE_TABLE_EMP_VIEW AS
    select * from emp where 'EMP' = sys_context( 'VIEW_CTX', 'TABLE_NAME' )
    union all
    select * from emp1 where 'EMP1' = sys_context( 'VIEW_CTX', 'TABLE_NAME' )
    union all
    select * from emp2 where 'EMP2' =  sys_context( 'VIEW_CTX', 'TABLE_NAME' )
    -- first time - no data since context variable hasn't been set yet
    SELECT * FROM THREE_TABLE_EMP_VIEW
    -- get data from the EMP table
    exec set_view_flag( p_table_name => 'EMP' );
    SELECT * FROM THREE_TABLE_EMP_VIEW
    -- get data from the EMP2 table
    exec set_view_flag( p_table_name => 'EMP2');
    SELECT * FROM THREE_TABLE_EMP_VIEW
    For your use case you just have to call the context procedure whenever you want to switch tables. You can union all as many queries as you want and can even put WHERE clause conditions based on other filtering criteria if you want. I have used this approach with report views so that one view can be used to roll up report data different ways or for different regions, report periods (weekly, quarterly, etc). I usually use this in a stored procedure that returns a REF CURSOR to the client. The client requests a weekly report and provides a date, the procedure calculates the START/END date based on the one date provided and sets context variables that the view uses in the WHERE clause for filtering.
    For reporting it works great!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • How to pass bind variable in report

    I'm trying to add tables and chart based of the value selected by the user using the filters. l_param_values := MGMT_IP_PARAM_VALUE_LIST(); l_param_values.extend(13); l_param_values(1) := MGMT_IP_PARAM_VALUE_RECORD ( 'oracle.sysman.eml.ip.render.elem

  • AS2 Crossdomain.xml and sendAndLoad

    I have a flash form with input text fields. I am sending the data to a 3rd party server. I can send the information via getURL but I want to send the data without opening a browser window so I am utilizing sendAndLoad. It works great locally but not

  • How to import a calendar from ECC to BI

    Hi Guru, My company has created a specific calendar in ECC and I want to get it in BI  so I can use it in a function module. How to get this ZZ calendar into BI ? Thanks in advance

  • Why is AdobePDFViewer saying it cannot find a compatible reader?

    It started to be occasional, but now every time I try to open a PDF from the internet I get the following message: "AdobePDFVIEWER cannot find a compatible Adobe Acrobat or Adobe Reader to view this PDF.  Please select one." I have both Adobe Reader

  • Labview Java Servlet interface

    Hi. I am researching and making a plan for a project. The Goal is to Use LabView trough the internet with a java servlet to make circuits and designs in the front panel and back end (block diagrams). I have to use Java (Servlet) , PHP, SQL, CGI in a