Page ARE 3300 Audit Export CSV results not correct

When the file on an ES3300 with Firmware version 8.2.1.4969 of audit trying to export to the CSV file, it will only export the contents of the 1st page of results, regardless of the page is displayed. For example, I select a range of dates with 400 records to display per page. All resulting has 495 records, so there are two pages of results; 400 on the 1st page and 95 on the second. If I click on the export to CSV button, only 1 400 enrigestrements to the CSV file regardless if I'm on the 1st page or page 2. It does not export the 495 full records.

Is this new behavior, or has it always been broken? Trying to create reports on the volume of e-mail to and from specific e-mail addresses will be problematic if we cannot work with the limited selections in order to less then 400 records are returned

I can confirm that that has been fixed in paragraph 8.3. It now returns a maximum of 20,000 files if there is no filter in the audit log.

Problem solved
163544 ID number
Only the first page of data is exported by the cvs export audit > Messages page to view incoming or outgoing.
Occurs when clients include characters that are allowed in the game in the channels marked as GB2312 GB18030 characters.

Tags: Dell Tech

Similar Questions

  • Paragraph exporting styles does not correctly

    The paragraph style seems well in the layout design in Muse, but once I have "Export as HTML" in a folder, or I saw the page within the Muse, he loses the style. This particular model is used throughout the site, but it happens randomly and not all pages are made.

    I use the latest version of Muse (2015.2). Here is an example page where the paragraph style is lost:

    http://www.healthylearn.com/portal/color-your-diet.html

    Same style applied on this page (see the text of bullet) and seems correct:

    http://www.healthylearn.com/portal/an-easy-guide-for-healthy-eating.html

    Each paragraph style applies only to the text frame. Thus, several styles are not used in the text.

    I disabled "Edition In-Browser" by another comment on this forum, I created a new paragraph style, and replaced by the current, I tried to copy and paste the text into a new text frame and no luck.

    Any ideas/suggestions? Thank you in advance.

    Hello

    It seems that the paragraph on this sample page also has "Boxed text" applied. What is a paragraph style or a character style? If it is a character style, could temporarily remove you it (style of character set to None) and see if that fixes the problem?

    Abhishek

  • Pages of Firefox won't load does not correctly. User name and other action buttons do not respond when clicked. I tried the Java toolkit release, but who doesn't.

    Some sites such as Netvibes and other sites containing columns all of a sudden not correctly displayed. Registration or login buttons do not respond.

    The plugins are up to date.

    You can try the following steps in case of problems with web pages:

    Reload Web pages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and cookies only from Web sites that are causing problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • Write-Host returns the correct value of the data store while Export-CSV does not work

    Hi team

    I use the attached script to get vcenter inventory. Everything works fine but the output to one gives CSV value like datasore ' VMware.Vim.VirtaulMachineConfigInfoDatastroreUrlPair [of] "instead of the actual data store name.

    But when I do a write-host in the end (instead of export to CSV) I can't find the name of data reflecting properly store.

    Can someone help me understand what Miss me?

    Thanks in advance.

    Olivier ONE

    The problem is that the virtual machine can have several data warehouses and the DatastoreUrl is an object, not a string.

    Try changing:

    $Report.DatastoreName = $VMview.Config.DatastoreUrl

    in:

    $Report.DatastoreName = [string]: join ('',($VMview.Config.DatastoreUrl |) Select-Object name - Expandproperty))

  • Scripts are so-called export, but do not save on my computer. Someone knows why?

    AS error.pngI searched for an answer but have not found one.AS error 2.pngAS error 3.pngAS error 4.pngAS error 5.pngAS error 5.png

    Can you please try from another browser, say Firefox?

    (After installing Firefox, please also install a newer version of Flash Player from https://get.adobe.com/flashplayer )

  • export work does not correctly only to exports 3/4 of my video.

    For some reason when I export video. It exports only about 3/4ths of it. It will say its 100% exported, but when I look at the back room he cut medium spray for about 3/4. I try to uninstall and reinstall contributing for about a week and now I have the same problem.

    I'm not sure what to do about this.

    Technical support helped me. I just don't have full selected sequence.

  • Once printed, how you fold a pdf so that the pages are in the order of reading?

    Once printed, how you fold a pdf so that the pages are in the order of reading?

    I think that I am not following you. In my opinion, a PDF file can not be folded; and whether the pages are in the reading order may not be modified by the free player.

  • I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file to ex

    I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file of export including blank parts?

    in the export dialog box, you have chcked 'use of work plans? ''

  • result of foreach not getting attached to the export-csv

    Hello people,

    I am trying to learn powercli. I use under commads to get information for VMs. looks like the results not add in the csv file. CSV file shows the result of the latest VM in import-csv file.

    Q1 - can you please help identify what is bad in the commands below?

    Q2 - How can I use a single export-csv command to get an output of lines both (get - vm and get-cluster)?

    $vmname = import-csv "C:\vmname.csv".
    {foreach ($_.name in $vmname)}
    Get - vm $_.name | Select 'Name', 'Host ' | export-csv - UseCulture - NoTypeInformation C:\vmname-host-info.csv
    Get-cluster - vm $_.name | Select 'name ' | export-csv - UseCulture - NoTypeInformation C:\vmcluster-info.csv}

    Thank you!

    You're crushed the CSV file with each iteration of the loop.

    Why do you want to produce 2 CSV files? Is it not easier to keep all the info in 1 file?

    Her you could do something like that

    $vmname = import-csv "C:\vmname.csv".
    & {{foreach ($_.name in $vmname)}}
    Get - vm $_.name | Select 'Name","Host",@{N="Cluster '; E = {Get-Cluster - VM $_______ |} Select name - ExpandProperty}}

    }} | Export-csv - UseCulture - NoTypeInformation C:\vm-info.csv

    But the best is to use the track more PowerShell

    $vmname = import-csv "C:\vmname.csv".

    Get-VM-name $vmname |

    Select Name,Host,@{N="Cluster; E = {Get-Cluster - VM $_______ |} Select name - ExpandProperty}} |

    Export-csv - UseCulture - NoTypeInformation C:\vm-info.csv

  • Export-Csv not generating expected results


    I'm trying to generate a report from the script of grouping of NETWORK cards, but given the following code I will have to create Excel object and define its elements?

    The Export-Csv option does not work as I expect in this case. Thank you for your help.  The following code:

    ($VMHost in Get-VMHost){

    Foreach ($vSwitch in ($VMHost | Get-VirtualSwitch )){

    $NicTeaming = Get NicTeamingPolicy -VirtualSwitch $vSwitch

    $obj = new-object psobject

    $obj | Add Member -membertype NoteProperty -name home -value $VMHost

    $obj | Add Member -membertype NoteProperty -name vSwitch -value $vSwitch

    $obj | Add Member -membertype NoteProperty -name NumPorts -value $vSwitch. NumPorts

    $obj | Add Member -membertype NoteProperty -name NumPortsAvailable -value $vSwitch. NumPortsAvailable

    $PG = $vSwitch | Get-VirtualPortGroup

    If ($PG. Count-gt 1){

    $obj | Add Member - membertype NoteProperty -nom échanges -valeur ([string] ::join()«, », ($PG)))

    }

    Else {}

    $obj | Add-Member - membertype NoteProperty-trade name-value $PG

    }

    $obj | Add-Member - membertype NoteProperty - name BeaconInterval-$NicTeaming.BeaconInterval value

    $obj | Add-Member - membertype NoteProperty - name LoadBalancingPolicy-$NicTeaming.LoadBalancingPolicy value

    $obj | Add-Member - membertype NoteProperty - name NetworkFailoverDetectionPolicy-$NicTeaming.NetworkFailoverDetectionPolicy value

    $obj | Add-Member - membertype NoteProperty - name NotifySwitches-$NicTeaming.NotifySwitches value

    $obj | Add-Member - membertype NoteProperty - name FailbackEnabled-$NicTeaming.FailbackEnabled value


    If ($NicTeaming.ActiveNic - gt 1) {}

    $obj | Add-Member - membertype NoteProperty-ActiveNic name-value ([string]: join (",", ($NicTeaming.ActiveNic)))

    }

    Else {}

    $obj | Add-Member - membertype NoteProperty - name ActiveNic-$NicTeaming.ActiveNic value

    }

    If ($NicTeaming.StandbyNic - gt 1) {}

    $obj | Add-Member - membertype NoteProperty-StandbyNic name-value ([string]: join (",", ($NicTeaming.StandbyNic)))

    }

    Else {}

    $obj | Add-Member - membertype NoteProperty - name StandbyNic-$NicTeaming.StandbyNic value

    }

    If ($NicTeaming.UnusedNic - gt 1) {}

    $obj | Add-Member - membertype NoteProperty-UnusedNic name-value ([string]: join (",", ($NicTeaming.UnusedNic)))

    }

    Else {}

    $obj | Add-Member - membertype NoteProperty - name UnusedNic-$NicTeaming.UnusedNic value

    }

    $obj | Add-Member - membertype NoteProperty - name CheckBeacon-$NicTeaming.CheckBeacon value

    $obj

    $Report += $obj

    }

    $Report = $Report | Sort-Object VMName

    IF ($Report - don't ' ")

    {$Report |} {Export-Csv NIC - Teaming.csv}

    }

    You declare $report in a table?

    On the first line

    $report = @)

  • Virtual MACHINE created on date export csv - get - vm testvm works but says testvm get-vmcreationdate is not found.

    Hello

    I entered the following two functions in my shell powercli

    Two functions I have installed

    function {Get-VMEvents

    < #.

    . Logbook

    Get events for an entity or query all events.

    . Description

    This function returns the events for the entities. It is very similar to

    cmdlet Get-vievent. Please note that get-VMEvent can handle 1 vm at a time.

    You can't send picture of vms in this version of the script.

    . Example of

    Get-VMEvents 0All-types "VmCreatedEvent", "VmDeployedEvent", "VmClonedEvent".

    He will receive all events of type "VmCreatedEvent", "VmDeployedEvent"

    'VmClonedEvent '.

    . Example of

    Get-VMEvents-name 'vm1' - type 'VmCreatedEvent '.

    Will be out of the events of creation of virtual machine: "vm1. It's faster than the vms piping is of

    result of Get - vm. There is no need to use get - vm to move names to get-vmevents.

    Yet, it is OK when you do, it will be just a little more slow < span class = "wp-smiley wp-emoji wp-emoji-blink of eye" title = ';') > ;) </span >

    . Example of

    Get-VMEvents-name 'vm1' - category 'WARNING '.

    Will be out all events for vm: 'vm1. It is is faster than the names of piping of

    cmdlet Get - vm. Category will get-vmevent to search only the defined category

    events.

    . Example of

    Get - vm "vm1 | Get-VMEvents-types "VmCreatedEvent", "VmMacAssignedEvent".

    Shows events for vm1 which will be regarding the events of creation,.

    and events when when / what mac address is assigned

    . VM parameter

    This setting is a unique string that represents the name of the vm. He expects this single vm name

    There in the virtual Center. Now in the first version of the script, it will only load a case

    where there is 1 instance of vm selected name. In the future it will load multiple as

    Well.

    . Types of parameters

    If none is specified, it will return all the events. If specified will return

    Only the events with selected types. For example: "VmCreatedEvent."

    "VmDeployedEvent", "VmMacAssignedEvent" "VmClonedEvent", etc...

    . Category of a parameter

    Possible categories are: warning, info, error. Please use this setting if you

    you want to filter events.

    . Setting all the

    If you need to set this parameter, so command queries all events

    Center Virtual Server virtual machines.

    . Notes

    NAME: VMEvents

    AUTHOR: Grzegorz Kulikowski

    LASTEDIT: 09/11/2012

    DOES NOT? #powercli @ irc.freenode.net

    . Link

    http://psvmware.WordPress.com

    # >

    (param

    [Parameter (ValueFromPipeline = $true)]

    [ValidatenotNullOrEmpty()]

    $VM,

    [String []] $variétés.

    [string] $category,

    [switch] $All

    )

    $si = get-view ServiceInstance

    $em is get-view $si. Content.EventManager

    $EventFilterSpec = new-Object VMware.Vim.EventFilterSpec

    $EventFilterSpec.Type = $types

    {if ($Category)}

    $EventFilterSpec.Category = $category

    }

    If {($VM)

    $EventFilterSpec.Entity = new-Object VMware.Vim.EventFilterSpecByEntity

    switch ($VM) {}

    {$_-is [VMware.Vim.VirtualMachine]} {$VMmoref = $vm.moref}

    {$_-is [VMware.VimAutomation.ViCore.Impl.V1.Inventory.VirtualMachineImpl]} {$VMmoref = $vm. ExtensionData.moref}

    default {$vmmoref = (get - view - ViewType virtualmachine-filter @{'name' = $VM}) .moref}

    }

    $EventFilterSpec.Entity.Entity = $vmmoref

    $em. QueryEvents ($EventFilterSpec)

    }

    If {($All)

    $em. QueryEvents ($EventFilterSpec)

    }

    }

    function get-vmcreationdate {}

    < #.

    . Logbook

    Gets if possible virtual machine created.

    . Description

    This function will return the object with information about the creation time, method, of months,.

    creator of particular virtual machine.

    VMname: SomeVM12

    Createduserid: 10/08/2012 11:48:18

    CreatedMonth: August

    CreationMethod: cloned

    Creator: office\greg

    This function displays NoEvent property in case when your VC do not

    more information on these specific events, or your vm events no longer have

    entries for the subject being created. If your VC data base has more tension date it is no longer possible

    you find this event.

    . Example of

    Get-VMCreationdate - VMnames 'my_vm1', 'My_otherVM '.

    This will return items that contain date information of creating virtual machines with names

    myvm1 and myvm2

    . Example of

    Get-VM-location 'Cluster1 | Get-VMCreationdate

    This will return items that contain information created for virtual machines that are

    Located in Cluster1

    . Example of

    Notice-EEG - viewtype virtualmachine - SearchRoot (get-datacenter "mydc") user.user | Get-VMCreationDate

    This will return items that contain information created for virtual machines that are

    located in the data center "mydc" container If you use this feature in an existing loop where you

    having the cmdlet get-view virtual machines, you can pass them via pipes or as a parameter VMnames.

    . Example of

    $report = get-cluster "cl-01' | Get-VMCreationdate

    $report | Export-csv c:\myreport.csv

    Stores all reported creationtimes object in the array $report variable and export the report to a csv file.

    You can also filter the report before you write in the csv file using select

    $report | Where-Object {$_.} {CreatedMonth - eq "October"} | Select VMName, CreatedMonth

    So that you see only the vms that have been created in October.

    . Example of

    Get-vmcreationdate - VMnames "my_vm1", testvm55

    WARNING: my_vm1 is not found, typo?

    VMname: testvm55

    Createduserid: 05/10/2012 14:24:03

    CreatedMonth: October

    CreationMethod: NewVM

    Creator: home\greg

    In case when you receive virtual machine that is not appropriate in the infrastructure of yor, a warning is displayed.

    You can always store the full text of the report in the $report variable, but it includes all the information on

    dates of creation of the missing vm. A warning always only for your information there is

    probably a typing mistake in the name of the virtual machine.

    . Parameter VMnames

    This parameter must contain objects of virtual machine or strings representing vm

    names. It is possible to supply this function wiith VM objects coming from get - vm or

    get - view.

    . Notes

    NAME: Get-VMCreationdate

    AUTHOR: Grzegorz Kulikowski

    LASTEDIT: 27/11/2012

    DOES NOT? #powercli @ irc.freenode.net

    . Link

    http://psvmware.WordPress.com

    # >

    (param

    [Parameter (ValueFromPipeline = $true, mandatory = $true)]

    [ValidateNotNullOrEmpty()]

    [Object []] $VMnames

    )

    {in process

    {foreach ($vm to $VMnames)

    $ReportedVM = "" | Select VMname Createduserid, CreatedMonth, CreationMethod, creator

    If ($CollectedEvent = $vm |) Get - VMEvents - types "VmBeingDeployedEvent", "VmRegisteredEvent", "VmClonedEvent", "VmBeingCreatedEvent" - ErrorAction SilentlyContinue)

    {

    If ($CollectedEvent.GetType ().) IsArray) {$CollectedEvent = $CollectedEvent |?} {{$_-is [vmware.vim.VmRegisteredEvent]}}

    $CollectedEventType = $CollectedEvent.gettype () .name

    $CollectedEventMonth = "{0: MMMM}" $CollectedEvent.CreatedTime f

    $CollectedEventCreationDate = $CollectedEvent.CreatedTime

    $CollectedEventCreator = $CollectedEvent.Username

    Switch ($CollectedEventType)

    {

    "VmClonedEvent" {$CreationMethod = "Cloned"}

    "VmRegisteredEvent" {$CreationMethod = "RegisteredFromVMX"}

    "VmBeingDeployedEvent" {$CreationMethod = "VmFromTemplate"}

    "VmBeingCreatedEvent" {$CreationMethod = "NewVM"}

    default value {$CreationMethod = 'Error'}

    }

    $ReportedVM.VMname = $CollectedEvent.vm.Name

    $ReportedVM.CreatedTime = $CollectedEventCreationDate

    $ReportedVM.CreatedMonth = $CollectedEventMonth

    $ReportedVM.CreationMethod = $CreationMethod

    $ReportedVM.Creator = $CollectedEventCreator

    } else {}

    If ($?) {

    If ($vm - is [VMware.Vim.VirtualMachine]) {$ReportedVM.VMname = $vm.name} else {$ReportedVM.VMname = $vm.} ToString()}

    $ReportedVM.CreatedTime = 'NoEvent.

    $ReportedVM.CreatedMonth = 'NoEvent.

    $ReportedVM.CreationMethod = 'NoEvent.

    $ReportedVM.Creator = 'NoEvent.

    } else {}

    $ReportedVM = $null

    Write-Warning "$VM is not found, typo?

    }

    }

    $ReportedVM

    }

    }

    }

    Now, if I use the first command

    Get - vm testvm

    I get a response of

    Name PowerState Num CPU MemoryGB

    ----                 ---------- -------- --------

    Receiving TestVM 4 4,000

    But if I do

    Get-vmcreationdate testvm

    he responds with

    WARNING: testvm is not found. misspelling?

    I can't understand why he says this?

    What will be the final objective to query the server vcenter set and export a CSV of the creation of each day VM - is their an easier way to do it?

    I was intending to use

    get - vm | Get-VMCreationDate | Export-Csv-path "d:\\reports\vmcreationinventory.csv ".

    But at the present time, each unique virtual machine is indicating "is not found."

    Attached is an example with a virtual machine called gbvls

    Although you may be better communicate with the author of these functions, from what I can tell, it seems to indicate that none of the specified events were found for these virtual machines.

    You can check if there are targeted with the cmdlet Get-VIEvent ordinary events.

    If you can see events, there could be a problem with the Get-VMEvents function.

    $vmName = 'testvm '.

    $tgtEvents = "VmBeingDeployedEvent", "VmRegisteredEvent", "VmClonedEvent", "VmBeingCreatedEvent".

    $vm = get-VM-name $vmName

    Get-VIEvent-body $vm - MaxSamples ([int]: MaxValue) |

    Where {$tgtEvents - contains $_.} GetType(). Name}

  • BUG? UTF-8 not Latin database of characters in the export csv IR file right of export

    Hello

    I have this problem: my database character set is UTF-8 (AL32UTF8) and contains data in a table that is used in IR are Greek (not Latin). While I can see them displayed correctly in IR and also through select / in the object browser SQL Workshop when I try to download as csv csv product has no Greek characters exported correctly, while Latin are ok.

    This problem is the same if I try IE or Firefox. Also export to HTML works successfully and I see Greek characters it correctly!

    Is there any problem with UTF-8 characters, not latins in export to CSV from IRs? Anyone can confirm this, or has a problem of similar export with UTF-8 DB and not Latin characters?
    How could I solve this problem?


    TIA

    Hi MS,

    I modified your application, change the main language of the Application into English and I set automatic encoding of CSV to no.

    Now when I run the page 8 in your application and I download in CSV format, it is correctly encoded in UTF - 8. Of course, when my version of Excel it opens it directly, the characters appear corrupt again because my version of Excel is waiting for windows-1252 encoding. However, if I import the data into Excel (data-> text), and I chose the file origin of 65001: Unicode (UTF-8), all data appears correctly.

    + > having different things on screen and in the file portrays CSV file is a bug, not a feature. +

    I have now adjusted your application settings so that "what is represented in CSV are equal" and so it's not a bug in the APEX.

    Joel

  • Export csv button call don't link not?

    GDay,

    I was wondering if it is possible to call the export csv via a button feature and functionality of default hyperlink?

    See you soon

    Hello

    You really need to mess with two models - the region one and a new button we.

    First of all, update model area of the report to include the following in the upper part of the setting "Template":

    <script type="text/javascript">
    var regionid="#REGION_ID#"
    </script>
    

    Note that this must be done on the model of the report, even if you put your button in another region because we need value REGION_ID report

    Now create a new model of button called, say, "Export" button The 'model' for this must be set:

    <a href="javascript:void(0)" class="t12Button" onclick="doExport();">Export</a>
    

    This was based on a standard model of button "button. If you use a different style of button, adjust accordingly - you need the same attributes href and onclick as shown above, but nothing else can be unchanged.

    Finally, the parameter header HTML of the page, add:

    <script type="text/javascript">
    function doExport()
    {
     var url = 'f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.:FLOW_EXCEL_OUTPUT_' + regionid + '_en';
     document.location.href=url;
    }
    </script>
    

    You can now change your button in a button-based model by using the new export button.

    Note that, as we are assigning to a javascript variable, 1 REGION_ID only this button can exist on a page.

    Andy

  • Changes to pages are not displayed when Site previewing in the browser

    I've made a few changes to a couple of pages, and when I saw Page in the browser, the changes appear but when I saw Site in the browser, the changes aren't there and the old page is displayed, even if some of the information on the original page has been deleted. How is this possible and what can do about it? I don't know if that makes a difference, but first, the original files have been copied from another computer on my Mac computer, and the file was an older version of Muse CC. When I open the file on my computer, he showed he was converted. Yet once, don't know if that makes a difference or not. Thank you.

    Using an old or converted file indeed should not make a difference.

    To test whether the Muse of output is less correct, you might try to use export to HTMLand see how freshly build it Web site looks like from the index file in this folder (Muse already will open it for you). If it seems to be correct, then the browser caches are just messed up. Not much, try hitting refresh to force reload or remove these caches (most browsers offer a command to do so). If this is not correct, then you are in different difficulty...

    We will try first step described.

  • Procedure to export the result of the query to an excel or csv

    Hi all

    I have two identical paintings

    EMP_TEST OF THE EMP

    ID ID NAME

    1     SAM                      1        SAM

    2 JOHN 2 ROCK

    3 3 STEVE BRAND

    I need to combine the result under the query and intent to export data to excel using a procedure

    my query is

    Select 'EMP_ID', E1. EMP_ID, AND. EMP_ID from emp E1,

    emp_test AND WHERE E1. EMP_ID = AND. EMP_ID

    UNION

    Select "EMP_NAME", E1. EMP_NAME, AND. Emp E1 EMP_NAME,

    emp_test AND WHERE E1. EMP_ID = AND. EMP_ID

    but I get this error message

    ORA-01790: expression must have same type of corresponding data

    EMP_ID is a number and EMP_NAME is of type varchar.

    I need any idea or suggestion on sub queries.

    (1) I have to combine the result set in a single query.

    (2) I need to write the procedure that will export the result of the query to an excel or csv.

    Thank you.

    As PR has said, there are ways that have already been explained in this forum to write in external files. For your query condition, try this.

    SELECT CASE WHEN (REGEXP_LIKE (T1.ID,'[^ [: alpha:]] "")) THEN 'EMP_ID '.

    ELSE "EMP_NAME' END AS COL_NAME.

    T1.ID,

    T2.ID

    DE)

    SELECT CASE WHEN ID IS NULL THEN NAME ANOTHER TO_CHAR (ID) END AS ID,

    ROW_NUMBER () OVER(ORDER BY RN NULLS FIRST,ID) RN

    DE)

    SELECT ID, NULL,

    NAME,

    RN ID

    FROM EMP

    UNION ALL

    SELECT ID,

    NAME,

    RN NULL

    FROM EMP)) T1.

    (SELECT CASE WHEN ID IS NULL THEN NAME ANOTHER TO_CHAR (ID) END AS ID,)

    ROW_NUMBER () OVER(ORDER BY RN NULLS FIRST,ID) RN

    DE)

    SELECT ID, NULL,

    NAME,

    RN ID

    OF EMP_TEST

    UNION ALL

    SELECT ID,

    NAME,

    RN NULL

    OF EMP_TEST)) T2

    WHERE T1. RN = T2. RN;

    OUTPUT:

    COLUMN-NAME ID ID
    --------  ---------------
    1 1 EMP_ID
    2 2 EMP_ID
    3 3 EMP_ID
    SAM EMP_NAME MARK
    EMP_NAME JOHN JOHN
    EMP_NAME STEVE DARREN

    6 selected lines.

Maybe you are looking for

  • Need a MAC interface to resize fonts in the dashboard of thunderbird?

    In this expanding market of Hi-rez and retina display screens a user friendly interface is desperately needed to allow for the expansion of at least the sidebar font size, otherwise the menu s in thunderbird. Not everyone who uses a computer has 20/2

  • ZTE FFOpen OS w - ver1.0.1 will not update to ver1.1 - download error

    Buy FF ZTE issued US via ebay. New December 8, 2013. Not update to OS. Another w-same problem users reading for months. No solution for me found.

  • Satellite P100-240 graphics card cutting

    Lappie literally just out of warranty & the graphics card is cut.Initially under Vista Premium I was getting taskbar message telling me the graphics card drivers had stopped & recovered? I formatted with a clean install of Vista back on.I've updated

  • OKI C8600n-printer-color

    Hello, I have a problem with the OKI C8600 printer drivers. I have the drivers for the 64-bit operating system. In Windows 7 (x 64) is everything is OK, but when I install the driver for Windows Server 2008 (x 64), the printer does not work. Error me

  • Need to download the link for the standalone installer KB982670.

    Please provide a link to download the file .msu to KB982670 .NET Framework 4 Client profile for Windows 7 x 64. This would save me a lot of hours of work and the trouble! Thank you.