SELECT NAME FROM V$ ARCHIVED_LOG

Hello
10 g R2 on Win 2003, when issuing this query:
SELECT NAME FROM V$ARCHIVED_LOG
the field is empty (NULL).
NAME
--------------------------------------------------------------------------------



2389 rows selected.
Why? Why Oracle does not write the name of the journal archived on it?
Thank you.

What exact version of Oracle?
What tool can you use to run the query?

On 10.2.0.3 on AIX I get results for you the query using SQLPlus (edited to change the name of the comic)

/arch/XXX/XXX1_3342_666185789.arc

844 rows selected.

HTH - Mark D Powell.

Published by: MarkDPowell on May 20, 2009 16:22

Tags: Database

Similar Questions

  • Select name from v$ datafile

    Hello
    This is my query:
    SQL > select name from v$ datafile;
    NAME
    -------------------------------------------
    S:\ORADATA\mydb\INDEX01. DBF

    How can I do to just:

    NAME
    -------------------------------------------
    S:\ORADATA\mydb\

    Thank you

    Try

    select substr(name,1,instr(name,'\',-1)) from v$datafile
    

    - - - - - - - - - - - - - - - - - - - - -
    Kamran Agayev a. (10g OCP)
    http://kamranagayev.WordPress.com

  • There are two select statement, which are as follows: 1) select project id, the name of ppm.pm_projects project_name and request_id 2) select id, name from request_type_name to kcrt_request_details. There is a column called entity that allows you to store

    There are two select statement, which are as follows: 1) select project id, the name of ppm.pm_projects project_name and request_id 2) select id, name from request_type_name to kcrt_request_details. There is a column called entity that can store a value i.e. project or request. I want to write a select statement containing a condition that is if the entity name is project and then run the select statement 1 otherwise, if the name of the entity's request, then run the select statement 2. All this must be written in a select statement. Can someone help me how to write this select statement type.

    Hello

    Hello

    2726057 wrote:

    ... There is a column called entity that can store a value i.e. project or request. ...

    In which table is this column?  Assuming that it is in a table called entity_table, you can do something like this:

    SELECT project AS id

    project name AS the name

    OF ppm.pm_projects

    WHEN THERE IS)

    SELECT 1

    Of entity_table

    Entity WHERE = "Project".

    )

    UNION ALL

    SELECT request_id ID

    request_type_name AS name

    OF kcrt_request_details

    WHEN THERE IS)

    SELECT 1

    Of entity_table

    Entity WHERE = 'ask '.

    )

    ;

    This does not have anything on the number of lines is entity_table, or what are the values in the column of the entity.  In other words, the query works in all cases.  If any line in entity_table entity = 'Project', then the pm_projects data will be included in the result set.  If any line in entity_table entity = 'Request', kcrt_request_details data will be included.

    I hope that answers your question.

    If this isn't the case, please post a small example data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.

    Explain, using specific examples, how you get these results from these data.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002#9362002

  • Removing the names from the list of my blocked with Outlook Express email sender program Version 6.

    I use Outlook Express Version 6.  I have a list of names in my blocked senders list I want to remove.  I remove them.  Then when I close my e-mail program, the names reappear in my blocked senders list.  Is there a bug in this e-mail program that does not allow me to remove a few names from my blocked senders list?  I don't want to mess around with the registry key.  Does anyone else have this problem?  Has anyone been able to remove some names from your list of blocked senders?

    If they come back, it's a damaged registry key, but it is not very difficult to fix.

    1. close OE, then in Regedit, navigate to this key:

    | - HKEY_CURRENT_USER
    | - Identities
    |-{GUID}
    | - Software
    | - Microsoft
    | - Outlook Express
    |--------------------5.0

    where GUID is the Global Unique identifier for your identity.

    2. under this key, you will find the following between subkeys
    others:

    | - Block senders
    |-----------------------Rules
    | - Signatures

    Select the senders to block key and delete it. Publishers will be empty, but you can rebuild now.

    You can also create a new identity and import all of your messages and address book. The new identity will empty a list of blocked senders, but IMO, the registry key is much easier.

    Bruce Hagen ~ MS - MVP [Mail]

  • SELECT SESSIONTIMEZONE FROM DUAL;

    Hello

    10g, I have:
    SELECT SESSIONTIMEZONE FROM DUAL;
    SESSIONTIMEZONE                                                             
    --------------------------------------------------------------------------- 
    +01:00                                                                      
    
    1 rows selected
    What setting should I change im my session to have:
    SESSIONTIMEZONE                                                             
    --------------------------------------------------------------------------- 
    Europe/Paris
    1 rows selected
    In the documentation, it is said:
    SESSIONTIMEZONE returns the time zone for the current session. The return type is a zone offset (a type of character in the format ' [+ |]) TZH:TZM') name or of a region of time zone , depending on how the user has specified the session time zone value in the most recent ALTER SESSION statement.

    Thank you.

    I think you enjoy now from [https://forums.oracle.com/forums/thread.jspa?threadID=2331231&tstart=0 url] your other thread that's not possible because one '+ n: 00' offset corresponds to time zones?

  • SELECT COUNT (*) FROM...

    Hello
    I added an oracle db in my project, but I want to have the number of lines in the comics so I decided to use the SELECT Count (*) FROM... command in the BeginIn, but it does not recognize the * so I wrote it in a business auto and nothing.

    the problem says:
    ' * ' should not: S: S an idea?
    Thank you

    Hello

    Try:

    numberOfRows as Int
    
    for each element in
        SELECT count(*) as cnt
        FROM customer
        order by name
    do
        numberOfRows = element.cnt
    end
    

    Hope this helps,
    Dan

  • Select random from the tables

    Another problem of mine, I hope we can clear the air:
    I have 4-5 tables with different products, these products have a price. In another table, I have just a column with a value (my money). What I have to do, he chooses one product from each table and the sum of all should not be greater than my money? A randomization but how?
    If you need to learn more, say please and I'll post an example, I need help thanks

    Hello

    You can create the source of the page as a SQL something like element:

    WITH X AS (
    SELECT ROWNUM RR, DRINKS.NAME || ' ' || DRINKS.PRICE || ' ' || F1.PRODUCT || ' ' || F1.PRICE || ' ' || F2.PRODUCT || ' ' || F2.PRICE || ' ' || DESERT.PRODUCT || ' ' || DESERT.PRICE OUTPUT
    FROM MONEY M
    CROSS JOIN DRINKS
    CROSS JOIN F1
    CROSS JOIN F2
    CROSS JOIN DESERT
    WHERE DRINKS.PRICE + F1.PRICE + F2.PRICE + DESERT.PRICE <= M.MONEY)
    SELECT X.OUTPUT
    FROM X
    WHERE X.RR = TRUNC(DBMS_RANDOM.VALUE(1, (SELECT COUNT(*) FROM X)))
    

    Andy

  • Use of bluetooth, how to copy selected music from my Macbook 2009 to my new iMac

    Using bluetooth, how can I copy selected songs from iTunes in my old Macbook to my new iMac? (It might help us to let you know that I don't buy music from the iTunes store). Thanks in advance for your advice.

    How old is the MacBook? Support AirDrop?  If this isn't the case, then the simplest method would be to use a flash drive to move audio files selected from the MacBook to the iMac.

  • How can I remove my name from the top right of the screen. I have a 2015 13 "MacBook Pro running 10.11.4

    How can I remove my name from the top right of the screen. I have a 2015 13 "MacBook Pro running 10.11.4

    At the top right of the menu bar shows the current user who is logged in and allows quick change of user accounts.

    You can disable the display of menu bar in system preferences > users and groups. Or order just drag it out of the bar.

  • I can open a new browser window, but not a new tab, or by clicking on the sign more or select it from the menu. I have completely updated to firefox and also rebooted. What is going on?

    I can open a new browser window, but not a new tab, or by clicking on the sign more or select it from the menu. I have completely updated to firefox and also rebooted. What is going on?

    Try to disable or uninstall the extension "Ask Toolbar".

  • Save the selected value from the ListBox with its respective values control tab dropdown selected in another list box

    Hi all

    I'm doing a vi where I save the selected value from the ListBox with values respective tab control dropdown selected in another list box. Whenever I select Item1 can change of course and the respective tab will be open for this element. But now I want to just save the selection and put it into another ListBox.SO I can't renmove or add my wishes. Please help me.

    It will work.

    Probably not the greatest solution well.

  • How can I change the name from when I send an e-mail?

    How can I change the name from when I send an e-mail?

    It would depend on your e-mail program. If you are using Windows Mail: tools | Accounts | Email account | Properties | General Tab. make the change.
  • Under Vista, cannot restart, select reboot from the start menu, but it stops at the place

    my computer is not restarted. When I select Restart from the Start button, computer stops and restarts do not, but power LED works. my computer is HP, 3.20 GHz, 1 GB of RAM.

    Hello

    That sounds like a hardware issue check with a real computer store (one that makes service in the House
    and not of leeks and glances at a Best Buy or other department stores) or HP support.

    Support HP & drivers
    http://welcome.HP.com/country/us/en/support.html

    Contact HP
    http://welcome.HP.com/country/us/en/contact_us.html

    HP forums
    http://h30434.www3.HP.com/PSG/

    I hope this helps.

  • I can't change my name from the computer to the printer mp160

    I can't change my name from the printer about printing to the new printer and I put the disc with no response

    Download a new set of drivers on the Canon website at: http://www.usa.canon.com/cusa/support/consumer/printers_multifunction/pixma_mp_series/pixma_mp160#DriversAndSoftware, install the software and do NOT connect the printer to the PC until the Canon software tells you to do.

  • How to remove names from the address book in Windows Live Mail

    I want to remove some names from my Windows Live Mail account but can't find a way to do it?

    Hi DawnAdley,

    Thank you for visiting the Microsoft answers community.

    The question you have posted is bound using Windows Live and would be better suited in the Center of Windows Live Help solutions. Please visit this link to find a community that will support what ask you

Maybe you are looking for