Y at - it a table that lists the views created

Hello!

I created a view using CREATE or REPLACE, but I forgot to check first if the view name already exists. Since I used the option to replace, if it was be a existing view with the same name, it is automatically replaced by my point of view.

I want to assure you that I have doesn't replace an existing view. Is there a table that contains a list of all the views created?

Thank you.

Select * from user_views OF TIMESTAMP (sysdate-1/24) where view_name = 'MY_VIEW '.

-to see if a view of that name existed there is 1 hour.  If that were the case, then your REPLACE or ovewritten who discovers.

Similarly, you can ask about user_objects

Hemant K Collette

Tags: Database

Similar Questions

  • How can I access a journal or a report that lists the results of an operation of Disk Defragmenter?

    How can I access a journal or a report that lists the results of an operation of Disk Defragmenter?

    Windows Defrag is supposed to run silently in the background.
    Unlike XP, it does not offer a newspaper to the user, as far as I understand.

    If you schedule a defrag, you can let it run in the background and forget it.

    Schedule defragmentation
    Start button > Search box, type Task Scheduler > pressenter > invite uac, click on continue or enter the admin password >
    (click on the pointer before) to expand Task Scheduler Library >
    expnad Microsoft >
    Expand Windows >
    Click on Defrag > the middle column, click scheduled d.... >
    right column, click Properties > click triggers tab at the top > click on Edit > select / adjust how to defragment Appendix to be executed, select options >
    at the bottom of the box, place a check on " enable " >
    OK > OK yet > exit the Task Scheduler window.
  • What is the name of the table that has the name of the custom in the Oracle database Section?

    What is the name of the table that has the name of the custom in the Oracle database Section?

    Thank you

    Nefertari

    The names of the custom Sections are stored in commonExtendedAttributeML, the extended attribute table.

  • Is it possible to create a tag that lists the individual labels [keywords] for each position? The current {tag_blogtaglist} creates an endless list of tags.

    Is it possible to create a tag that lists the individual labels [keywords] for each position? The current {tag_blogtaglist} creates an endless list of tags.

    If you can get hands on with the ID of blog post that you can list the tags assigned to this post particularly blog using module_data. It would be only possible with the new BC. Active following rendering engine. Here are some resources to point you in the right direction: how to activate the BC. Next - http://docs.businesscatalyst.com/developers/liquid/introduction-to-liquid#enable how to use module_data - odule_data http://docs.businesscatalyst.com/developers/liquid/consuming-apis-in-the-front-end-using-m install app BC API discovered to get you started on the syntax - http://docs.businesscatalyst.com/developers/apps/bc-api-discovery module data that lists the tags assigned to a blog post looks like this: {module_data = 'blogposts' version = "v3" field resource = subresource 'tag' = "tags" resourceId = collection "303870" = "myData"} resourceId is the blog ID to render tags for. Hope this helps, Mihai

  • I need to implement Drag N Drop between two tables that saves the two records

    I need to implement Drag N Drop between two tables that saves the two records on a third page, using drag 'n drop.

    Check out this video http://baigsorcl.blogspot.com/2011/01/drag-and-drop-collection-in-oracle-adf.html

  • What is the solution to add is not null to an existing table that has the data

    I have an employee table that contains the data that I want to change the column NOT NULL .i get error saying e-mail
    table cannot be changed when the data is there... any other solution for this?

    I have an employee table that contains the data that I want to change the column not NULL.
    I get error message saying table cannot be changed when the data is there... any other solution for this?

    Create a new column that can contain NULL.
    New column UPDATED with the old data
    remove the old column
    Rename new old column_name column

  • How to find the views created on a table... ?

    Hi all

    I have a table name, EMP. I want to know what are the views created on this table. Is there any SQL query is there for this or any other
    How to find.

    Thanks in advance.
    PAL

    You can use ALL_DEPENDENCIES to this:

    SQL> create view emp_v as select * from emp;
    
    View created.
    
    SQL> select name
      2  ,      referenced_name
      3  ,      referenced_type
      4  from   all_dependencies
      5  where  name = 'EMP_V';
    
    NAME                           REFERENCED_NAME                                                  REFERENCED_TYPE
    ------------------------------ ---------------------------------------------------------------- ----
    EMP_V                          EMP                                                              TABLE
    
    1 row selected.
    
    SQL> select name
      2  ,      referenced_name
      3  ,      referenced_type
      4  from   all_dependencies
      5  where referenced_name = 'EMP';
    
    NAME                           REFERENCED_NAME                                                  REFERENCED_TYPE
    ------------------------------ ---------------------------------------------------------------- ----
    EMP_V                          EMP                                                              TABLE
    EMP_TRG                        EMP                                                              TABLE
    
    2 rows selected.
    
    SQL> 
    

    Remember it's important if you limit the NAME or REFERENCED_NAME.
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/statviews_1041.htm#sthref935

    Edit

    Ah, Gave!
    If you don't want to teach him something and become independent?

    Now you made me feel guilty ;) (don't know what that Johan position initially, but anyway...)
    I blame my currently terribly slow connection for this...

    Anyway, OP, always start a quick search of the documentation first.
    Chances are that you will find you your answer.
    Houses:
    http://www.Oracle.com/pls/db102/homepage
    http://www.Oracle.com/pls/db112/homepage

    Published by: hoek on 15 October 2010 14:53

  • Can we delete the views created for a user in Oracle BPM J2EE WL

    I use Oracle BPM 10.3 MP2 Enterprise Edition
    Version: 10.3.2
    Build: #100486

    Can we delete the views created for a user in the workspace?
    Usually, we use the filter option in the workspace and then saving them as a view.
    Would like to know if we can remove these views and create it again.

    These views are specific to the user

    Thanks in advance.
    Sree-

    I don't think that there is another way to do it, but maybe I'm wrong.
    Concerning

  • Table that stores the information of Transport server

    Hi gurus,
    What is the name of table in the b2b database that stores the transport Server details?

    I use Oracle 10g B2B.

    Concerning
    AYUSH

    Hi Mary,

    I do not have a facility of 10g here, but if I'm not mistaken not it is table TIP_TRANSPORTSERVER which holds the transport server details.

    Kind regards
    Anuj

  • Need a script that lists the VM with a snapshot

    Hello

    I am relatively new to powershell scripting and even newer to the vSphere CLI. I have no problem reading and understanding scripts, but what makes one is another story. In any case, I'm looking for help to create a script that will check that all the vm's on all ESX hosts, if they have a snapshot and if they echo the name of the virtual machine to the screen.

    That's what I have so far but I'm stuck and probably on the wrong track. Any help/suggestions are welcome!

    $user = "< removed >.
    $passw = "< removed >.
    $VIServers = "< IP ESXi host >", "< IP ESX Host1 >', '< IP ESX Host2 >', '< IP ESX Host3 >', '< IP ESX Host4 >', '< IP ESX Host5 >', '< IP ESX Host6 >.

    {foreach ($VIServer to $ViServers)
    SE connect-VIServer-Server $VIServer - user $user-password $passw
    $vms = get-vmhost $VIServer | Get - vm

    {foreach ($vm to $vms)
    < code that checks to see if there is a snapshot and echo is the name of the virtual machine to the screen. Clueless >

    }
    }
    }

    Forward thanks!

    Kind regards

    Erik

    Why directly to the ESX: you?... To connect to vCenter instead and then it s very easy...

    Get - VM | Get-Snapshot | Select the virtual machine, name, Description, created. Kind created

    Kenth-

  • table/view that lists the system tables

    Hi all

    I had no chance for this search the web. What is the name of the table or view in Oracle which contains the list of all tables (object, USER_OBJECTS, USER_INDEXES etc) system?  I used a long time ago and couldn't remember his name. Sorry for this question.

    Thank you

    DICTIONARY

  • I have a drop down menu that lists the locations for the food.  I would like to create a javascript entry that says that if it is a special place that it is in building b... another place would show building c... so on and so forth.

    I'm setting up a work order system.  We have food on campus locations and I would like an entry javascript if it is in a certain place of the food, then it is in the building one.  If it's somewhere else, it is in the b building.  So I have the location of the food menu drop-down.  And I list building sites.  So, I was wondering if we could use Javascript or an action script to make this possible.

    Yes, it is possible to do it with JS. I developed a tool that does it for you (I can provide more information in private, if you're interested), and there is also some information here:

    https://acrobatusers.com/tutorials/js_list_combo_livecycle

    https://acrobatusers.com/tutorials/list_and_combo_in_lc

  • Need help with creating table that inserts the lines according to the amount of data

    Hello

    I try to create a table for supervisors to enter their subordinates of information and inserts lines for supervisors with several of his subordinates.  This form is not be connected to a data source, the supervisors will be simply fill out the form and print.  I want it sort of look like this:

    Name Position # Ranking Hours

    I really appreciate any help.  Thank you!

    Hi Laura,

    It's very strange. I downloaded a new version on the site and it works perfectly. The script is in the right place.

    I can sugggest you right click on the download link and select "save a copy as" the alternative menu. This should save the form locally and from there, you should be able to open it in Acrobat.

    If you are a Mac, make sure that the form opens in preview from Apple.

    Also make sure that Javascript is enabled in Acrobat (in the preferences window).

    Niall

  • What is the name of the table that stores the APEX User Group

    Hello

    -J' created 2 users (user1, user2) APEX [Developer = NO & admin = NO]
    -also created 2 user group, say Admin & General

    and then have assigned User1 to the Admin group
    and user2 in the general group.

    I am able to find the list of the users of APEX_WORKSPACE_APEX_USERS, but the groups aren't there.
    How to check for groups of users whose individual end-user belongs to... I mean the name of the TABLE...

    Thank you
    Deepak

    Hello

    I missed the post read first
    Point of view is WWV_FLOW_GROUP_USERS

    BR, jari

    Published by: jarola on January 14, 2010 12:47 AM

    Published by: jarola on January 14, 2010 12:48 AM

  • Is it possible to disable the new feature that lists the previous pages in thumbnails when opening a new page?

    Is it possible to disable the new feature that displays thumbnails of the previous page when you open a new tab?

    Hello, please see the following article for help in order to disable the new feature: customize the page new tab

Maybe you are looking for