query on command show recyclebin.

Hello
I created a table and then I dropped it. After that, I issued a statement commit so now I am trying to view my table deleted using the command show recyclebin table_name, but I'm not able to get information on my table.

the output should come as.


See the recyclebin emp1.

ORIGINAL NAME RECYCLEBIN NAME OBJECT TYPE DROP TIMES
---------------- --------------------------------------------- ------------------- -----------------
Emp1 BIN$ rHfcdmo4QGy64Z2 + uFqxXQ == $0 TABLE 2009-10 - 16:15:13:38

but I am getting error in TOAD like invalid SQl statement.


Please help on this.

The Recycle Bin is enabled by default.

To turn on the Recycle Bin:

ALTER SESSION SET recyclebin = ON;

ALTER SYSTEM SET = Recyclebin;

Tags: Database

Similar Questions

  • 34xx/35xx version of the command 'show technical support '.

    Recently started a new job and have different models PowerConnect, that I manage on my 6248 I've been able to use the command "Show support", but that does not work on my 35xx or 34xx series switches. Y at - it equivalent command? I tried to look in the manual, but was not able to find what I'm looking for.

    On these switches, you will need to be more specific with the show commands. You can use # poster?, to see what commands are available.

    The most used most frequent are:

    # show running-config

    # See the version

    # show vlan

    # See the spanning tree

    # display arp

    The CLI guides can help provide additional information about each show command.

    http://Dell.to/1RnTNbd

    http://Dell.to/1QERcwG

    Hope you find it useful.

  • No number in boxes highlight for the command "Show Numbers"

    When you use the Windows speech recognition, the command "Show Numbers" will highlight all the actions available with a blue box, but there is no number in the blue box.  The boxes highlight meet orders if I guess what number of the box can be.  Any ideas why the numbers are missing?

    When you use the Windows speech recognition, the command "Show Numbers" will highlight all the actions available with a blue box, but there is no number in the blue box.  The boxes highlight meet orders if I guess what number of the box can be.  Any ideas why the numbers are missing?

    Just a guess, try a higher screen resolution.

  • crsctl query softwarepatch crs show a different output

    Hello

    Oracle RAC and EA

    Two nodes OEL 5.6

    GI 12.1.0.2 with PSU February 2015

    During a checkup, I saw the following result

    node 1

    $ /u01/app/12.1.0.2/grid/bin/crsctl crs softwarepatch query

    Fix Oracle Clusterware on node node1 is [1146027977].

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

    Node2

    /U01/app/12.1.0.2/grid/bin/crsctl query crs softwarepatch

    Fix Oracle Clusterware on node node2 is [3592362207].

    Also the command of lsinv opatch don't watch not the line with

    Patch level of the State of the Cluster nodes at the end of the command "opatch lsinv.

    I read the MOS score Doc-ID 1968727.1 . But this problem was not happen.


    Does anyone know how this problem can be corrected and what was missing

    concerning

    Hello

    and here is the solution.

    Situation was after a patchwork of maintenance update via PSU April 2015.

    During an inspection of Clusterware, we saw the level of different software fix of the crs softwarepatch crsctl query command

    and also a list of missing nodes and level patch via 'opatch lsinv' on our cluster.

    We now fix the problems:

    1. the different level of Patch by running the command followed on the node failed

    $GRID_HOME/crs/install/rootcrs.pl-patch

    2. the lsinv opatch lack of node and the correction level via

    Note 1053393.1of MOS. How do I update the inventory to / Desact "CRS = true" flag for Oracle Clusterware House

    "[oracle@node1 ~] $ /u01/app/12.1.0.2/grid/oui/bin/runInstaller - updateNodelist ORACLE_HOME="/u01/app/12.1.0.2/grid "CRS = true

    From Oracle Universal Installer...

    Check the swap space: must be greater than 500 MB.   Real 24575 MB passed

    The pointer of the inventory is to /etc/oraInst.loc

    'UpdateNodeList' succeeded.

    Start the opatch lsinv shows the correct level of patch and Cluster nodes.

    Node1

    Patch level of the State of the Cluster nodes:

    Application of patch-level nodes

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

    1146027977 node1, node2

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

    Node2

    Patch level of the State of the Cluster nodes:

    Application of patch-level nodes

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

    1146027977 node1, node2

    The two now is correct the opatch lsinv and the output of

    crsctl query crs softwarepatch

    Fix Oracle Clusterware on node node1 is [1146027977]

    concerning

  • Why I can't command show running on cisco switch

    On a single switch, I found that some commands because they show execution or copy running-config tftp: on cisco switch WS-C2960X-24TS-L does not work it see more below. How I can use the command then show generally. Thank you.

    Building1_FAA_6F_SW3 #sh run
    Building configuration...

    Current configuration: 100 bytes
    !
    ! No change since the last restart configuration
    !
    boot-start-marker
    boot-end-marker
    !
    !
    !
    !
    !
    !
    end

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

    Building1_FAA_6F_SW3 #copy running-config tftp:
    ^
    Invalid entry % detected at ' ^' marker.

    OK, so the information you provided in your latest messages confirm that the privilege level you get via telnet/vty is different from the one you get via the console. This is due to the configuration of AAA which applies to the vty ports but not on the console port.

    So if you want the same rules apply to the console port, then you must configure the port console for AAA as well.

    If you don't want these rules then you need to remove the AAA configurations. The best way to remove these is by typing 'no new aaa - model' However, careful not to lock you out of the unit. Make sure you have local accounts with the privilege level 15 and you also know the active password/secret.

    I hope this helps!

    Thank you for evaluating useful messages!

  • RegExp in the command 'show' in TCL scripts

    I have an EEM applet that runs a command to show with regex that works very well. However, when I converted the applet to TCL, I am having some problems with it. It is throwing an error on the line below:

    If [catch {cli_exec $cli1 (fd) ' execute sh | "}] section ip-list of prefixes []] + seq 5 permit $ip_prefix\.0\/24 "} _cli_result] {}"

    error $_cli_result $errorInfo

    }

    TCL seems to be catching the part [^] show command and try a substitution (trying to run "^"as a separate order "). I could surround the show with brackets {} command but then $ip_prefix will not substitute for the value of the variable. Is it possible to run this show command in TCL? Thank you.

    C819G - 4 G-V-K9 #tclsh

    C819G - 4 G - V - K9 (tcl) #set ip_prefix 10.10.10

    10.10.10

    C819G - 4 G - V - K9 (tcl) #sh run | section ip-list of prefixes []] + seq 5 permit $ip_prefix\.0\/24

    invalid command name "" ^ ^

    Invalid entry % detected at ' ^' marker.

    It works:

    C819G - 4 G - V - K9 (tcl) #sh run | ip prefix-list section------[-^-] + seq 5 permit $ip_prefix\.0\/24

    IP-list of prefixes test seq 5 permit 10.10.10.0/24

  • 'Java-version' command shows old version of Java in the command prompt

    Hi all

    I need to install one of the oracle products for which I need to have the version of Java SE 6u43. I downloaded the form of the required version of the oracle.com website and install it on my local machine. But when I run the java-version command on command prompt then this shows the old version of java in the form below.

    Microsoft Windows [Version 6.1.7601]

    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

    C:\ > java-version

    Java version "1.4.2_03.

    Java (TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03 - b02)

    Java Client VM (build 1.4.2_03 - b02, mixed mode)

    C:\ >

    Currently in the my machine, I can see the java version product suite.

    1. (TM) 6 Update 16

    2. (TM) 6 Update 43 (64-bit)

    3 Java (TM) SE Development kit 6 update 43 (64-bit)

    I tried to keep only one version of Java by removing the Java (TM) 6 Update 16 but it still shows the same version of java.

    Due to which I am unable to install another oracle product. Please let me know how I can update the java version and delete the old.

    Thank you

    Vijay

    Solve the problem. I use following steps to solve the problem.

    go to--> right click Desktop and go to properties--> click on advanced system settings--> click--> System Variables Environment Variables

    Look for the Path system variable and click Edit--> set the path of the java SE6 in front of the vaersion of Java 1.4.0

    This solution, I tried for the Windows 7 operating system.

  • Confused about the output of the command show vlan id

    I configured several VLANS on a switch. 3 VLANs, each assigned only one port. The output of the vlan see the brief shows me exactly what I expected:

    IOU1 #show vlan bis

    Ports of status for the name of VLAN
    ---- -------------------------------- --------- -------------------------------
    1 default active Et0/0, Et0/3, and1/3
    101 VLAN0101 active and 1/0
    102 VLAN0102 active and 1/1
    103 VLAN0103 active and 1/2

    1002 fddi-default law/unsup
    1003 token-ring-default law/unsup
    1004 default fddinet law/unsup
    1005 trnet default law/unsup

    But the confusion when I do a show vlan id for one of my VLAN it lists virtual local area network interface and then two other interfaces:

    IOU1 #show vlan id 102

    Ports of status for the name of VLAN
    ---- -------------------------------- --------- -------------------------------
    102 active VLAN0102 Et0/1, Et0/2, and 1/1

    Network type VLAN SAID MTU Parent RingNo BridgeNo Men BrdgMode Trans1 Trans2
    ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
    102 100102 1500 enet - 0 0

    Ports of secondary primary Type
    ------- --------- ----------------- ------------------------------------------

    Et0/1 and Et0/2 are trunks to two other switches. I don't understand why his list the trunk ports although I only expected to show and 1/1. Is the list these ports here because this vlan is connected via the ports of junction to the other switches? I don't know exactly what these two interfaces he said.

    I think that IOU and LIO behave this way. When you say true switch, on the platforms of nexus in my experience, they are same as what you have shown above as IOU.

    A switch as C3750, C3560, C3650, C3850 etc... they will out regular who you might be used to, i.e. not showing trunk interfaces in the release to id vlan.

    I hope this helps.

  • Unable to see query on app/shows on PSQRYDEFN (v. 9.1)

    I'm a bit new to PeopleSoft (v9.1) and I ran into an issue where I can't find/change a query using the front end of the application, but it appears in the PSQRYDEFN table.
    I doubt if it is a problem of permissions/privileges as I am an administrator on the dev env...

    Any help is very appreciated.

    See you soon!

    Even as an administrator, you will have access to the files referenced in the query. You can check PSQRYRECORD to see which records is by using the query, and then check the query handler to see if documents do not belong to a group of access you have.

    You can also try something like

    select q.recname
    from psqryrecord q
    where not exists (
       select 'X'
       from PSTREENODE n, PS_SCRTY_ACC_GRP s, PSROLEUSER r, PSROLECLASS c
       where r.roleuser = '&oprid'
       and   c.rolename=r.rolename
       and   s.classid=c.classid
       and   s.accessible='Y'
       and   n.tree_name=s.tree_name
       and   n.tree_node=q.recname
    )
    and q.qryname='&qryname'
    order by q.recname
    ;
    

    Kind regards
    Bob

  • query on command

    can you use a select statement in a similar command?

    If Yes please let me know the syntax

    Thanks in advance

    Kind regards
    Santosh.Minupurey
    what you said is general instructions

    Well, with the example you post now, we can better understand

    In any case, a single method could be

    select count(*), a from abc,
    (SELECT 'A'  a FROM dual)
    where item_slno LIKE a||'%'
     
    
  • Newbi query - images not showing

    Hello

    I'm sure that there is a very simple answer to this, but I'm completely stuck. Whenever I open a picture or try and edit an image of lighroom in Photoshop CS4 extended edition, I only see the graph background grey/white and the image is not displayed. I don't remember if I made any changes that I'm not a frequent user of PS, suspicious, but that's all just a parameter or similar that I need to change.

    Any suggestion on what I should do would be appreciated

    Niclas

    Turn off OGL.  CTRL + K: Performance tab: uncheck OGL.  Reboot of the SP?  What do have?  If this did help then try turning OGL relight but uncheck "advanced design" in the Advanced dialog box.

  • 3750G battery. SNMP-walk results were inconsistent with 'show env '.

    Hello guys,.

    ---

    I try to follow separately 2 switches in a stack of 2-switch and unfortunately not able to find the corresponding temp OID of the STACKWISE-MIB/STACK-MIB/ENVMON-MIB. None of these mibs compelled the info of the temperature.

    STACKWISE mib contans the Temp table, however, when I try to question him, he didn't simply returns me "no value in the table.

    ---

    My question is this: I did snmp-market on my device and I get info, I don't see in my 3750 G switch.

    For example, the section alarm returns me the value 1 (in snmp-market results), but I have no alarm in the system (in fact I do not even have a way to check that, because the command 'show env' includes not section alarms, alarms, see how easy does not exist nor)

    Or for example feeding returns me also 'other', while the command shows 'Show env' POWER is OK.

    The research of the CISCO-STACK-mib SNMP-WALK.

    Can someone tell me if snmp-walk is a sure way to search for all available OID a device contains another query or it may happen that a device has written an incorrect info in these variables.

    Thank you very much!!

    What I found the search OID is CISCO-ENVMON - MIB:ciscoEnvMonTemperatureStatusValue

    I have it works on 3750 X 122 - 55.SE7 running. It doesn't seem to work on a 3750G running the same version of the code.

    Here is my result:

    [[email protected] / * / ~] $ / usr/bin/snmpwalk - v 2 c - c word of PAST 3750 X CISCO-ENVMON - MIB:ciscoEnvMonTemperatureStatusValue

    CISCO-ENVMON - MIB:ciscoEnvMonTemperatureStatusValue.1006 = Gauge32: 25 degrees Celsius

    [[email protected] / * / ~] $ / usr/bin/snmpwalk - v 2 c-c word of PAST 3750 G CISCO-ENVMON - MIB:ciscoEnvMonTemperatureStatusValue

    CISCO-ENVMON - MIB:ciscoEnvMonTemperatureStatusValue = No. Such Instance already exists for this OID

    The closest I could get to monitoring temperature on the 3750G is the temperature alarm.

    [[email protected] / * / ~] $ / usr/bin/snmpwalk - v 2 c - c PASSWPRD 3750 G chassisTempAlarm

    CISCO-STACK - MIB:chassisTempAlarm.0 = INTEGER: off (1)

    Information of CISCO-STACK - MIB.my

    chassisTempAlarm OBJECT-TYPE

    SYNTAX INTEGER {}

    OFF (1),-normal temperature

    -range

    We (2),-temperature too high

    Critical (3) - critical temperature,.

    -System imminent

    }

  • Query taking forever.

    Hello

    I have a query to be run by an application (it generates the actual query and execute it) which takes 1 hour or more*.

    I try the same me (sql developer), the only difference is I have replace the variables of space booked by values and this quick true course (1 to 2 seconds).

    I try the same query through the application in my test DB but it runs very fast.

    I go back and here is the result.

    A few days ago, it was beautiful. I tried to bounce the DB without change. Nothing strange that I can see in the alerts log.

    The number of requests for the fetch below line is huge (19469112), and also the lines plan execution on one of the last lines (index POP_REQUISITION_LINES_VN, lines = 41553286)

    Can someone give me a clue as to what is happening?
    I can try to delete the index, run the program again and see (I have a feeling I'll have to add the new index if)?

    **********************************************************************
    SELECT A1.ROWID,A2.ROWID,A3.ROWID 
    FROM
     IRMFIN.POP_REQUISITION_HEADERS A1,IRMFIN.POP_REQUISITION_LINES A2,
      IRMFIN.POP_REQUISITION_LINE_DETAILS A3 WHERE ((((((((((((A1.COMPANY_CODE=:1 
      AND A1.DIVISION=:2) AND A2.COMPANY_CODE=A1.COMPANY_CODE) AND A2.DIVISION=
      A1.DIVISION) AND A2.REQUISITION_NUMBER=A1.REQUISITION_NUMBER) AND 
      A2.REQUISITION_STATUS_FLAG=:5) AND A2.REQ_RUN_NUMBER=:6) AND A2.BUYER_CODE=
      :16) AND A2.POP_SEND_TO_BT_FLAG=:13) AND A3.COMPANY_CODE=A2.COMPANY_CODE) 
      AND A3.DIVISION=A2.DIVISION) AND A3.REQUISITION_NUMBER=
      A2.REQUISITION_NUMBER) AND A3.REQ_LINE_NUMBER=A2.REQ_LINE_NUMBER) AND 
      A3.ROWID IN (SELECT MIN(A3.ROWID) FROM IRMFIN.POP_REQUISITION_HEADERS A1,
      IRMFIN.POP_REQUISITION_LINES A2,IRMFIN.POP_REQUISITION_LINE_DETAILS A3 
      WHERE ((((((((((((A1.COMPANY_CODE=:1 AND A1.DIVISION=:2) AND 
      A2.COMPANY_CODE=A1.COMPANY_CODE) AND A2.DIVISION=A1.DIVISION) AND 
      A2.REQUISITION_NUMBER=A1.REQUISITION_NUMBER) AND A2.REQUISITION_STATUS_FLAG=
      :5) AND A2.REQ_RUN_NUMBER=:6) AND A2.BUYER_CODE=:16) AND 
      A2.POP_SEND_TO_BT_FLAG=:13) AND A3.COMPANY_CODE=A2.COMPANY_CODE) AND 
      A3.DIVISION=A2.DIVISION) AND A3.REQUISITION_NUMBER=A2.REQUISITION_NUMBER) 
      AND A3.REQ_LINE_NUMBER=A2.REQ_LINE_NUMBER) GROUP BY A3.REQUISITION_NUMBER,
      A3.REQ_LINE_NUMBER,A3.LINE_SEQUENCE) AND A2.ROWID IN (SELECT MIN(A2.ROWID) 
      FROM IRMFIN.POP_REQUISITION_LINES A2 WHERE (((A2.REQUISITION_STATUS_FLAG=:5 
      AND A2.REQ_RUN_NUMBER=:6) AND A2.BUYER_CODE=:16) AND A2.POP_SEND_TO_BT_FLAG=
      :13) GROUP BY REQ_LINE_NUMBER,REQUISITION_NUMBER,DIVISION,COMPANY_CODE) 
      ORDER BY A2.BUYER_CODE ASC,A2.REQUISITION_NUMBER ASC,A2.REQ_LINE_NUMBER ASC
    
    
    call     count       cpu    elapsed       disk      query    current        rows
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.14       0.13          0          0          0           0
    Fetch        1     65.12      26.70          3   19469112          0           0
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    total        3     65.26      26.84          3   19469112          0           0
    
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 63  
    
    Rows     Row Source Operation
    -------  ---------------------------------------------------
          0  SORT ORDER BY (cr=0 pr=0 pw=0 time=78 us)
          0   NESTED LOOPS  (cr=0 pr=0 pw=0 time=70 us)
          1    NESTED LOOPS  (cr=147 pr=2 pw=0 time=19824 us)
          1     NESTED LOOPS  (cr=145 pr=2 pw=0 time=19803 us)
          1      VIEW  VW_NSO_1 (cr=144 pr=2 pw=0 time=19782 us)
          1       HASH UNIQUE (cr=144 pr=2 pw=0 time=19780 us)
        122        HASH GROUP BY (cr=144 pr=2 pw=0 time=18934 us)
        122         TABLE ACCESS BY INDEX ROWID POP_REQUISITION_LINES (cr=144 pr=2 pw=0 time=19575 us)
        266          INDEX RANGE SCAN POP_REQUISITION_LINES_STATF (cr=2 pr=2 pw=0 time=17117 us)(object id 1768749)
          1      TABLE ACCESS BY USER ROWID POP_REQUISITION_LINES (cr=1 pr=0 pw=0 time=17 us)
          1     INDEX UNIQUE SCAN POP_REQUISITION_HEADERS (cr=2 pr=0 pw=0 time=19 us)(object id 54788)
          0    INDEX RANGE SCAN POP_REQUISITION_LINE_DETAILS (cr=0 pr=0 pw=0 time=5 us)(object id 54790)
          0     FILTER  (cr=0 pr=0 pw=0 time=18 us)
          0      SORT GROUP BY NOSORT (cr=0 pr=0 pw=0 time=16 us)
          0       NESTED LOOPS  (cr=0 pr=0 pw=0 time=7 us)
          0        NESTED LOOPS  (cr=0 pr=0 pw=0 time=5 us)
        599         INDEX RANGE SCAN POP_REQUISITION_LINE_DETAILS (cr=7 pr=0 pw=0 time=1212 us)(object id 54790)
          0         TABLE ACCESS BY INDEX ROWID POP_REQUISITION_LINES (cr=19445166 pr=0 pw=0 time=65092442 us)
    41553286          INDEX RANGE SCAN POP_REQUISITION_LINES_VN (cr=128134 pr=0 pw=0 time=10435 us)(object id 477588)
          0        INDEX UNIQUE SCAN POP_REQUISITION_HEADERS (cr=0 pr=0 pw=0 time=0 us)(object id 54788)
    ********************************************************************************

    Published by: BluShadow on March 29, 2011 15:55
    addition of {noformat}
    {noformat} tags                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    Some reflections on the data you present:

    -Column statistics are present since your explain plan command showed 9912 lines that approximates the number of rows divided by the number of distinct values.

    -Histograms appear to present since your plan changed after a rebound in the database. This is probably due to bind variable peeking. The first execution after the bounce had a look at the variable binding and I saw status_flag "PO STUDENT." Cost based optimizer has decided that index STATF was not good to use and used the VN index.

    Possible solutions:

    -Get rid of the histogram on the column status_flag

    -Index of your query in order to always use the index STATF

    -The above two will create a better plan, but not optimal plan (might be pretty good, however). You can create a better index for this query on the columns you see in the main section of your plan to explain, lines 17 and 18.

    I hope this helps.

    Kind regards
    Rob.

  • Satellite A200 - 14 d is unresponsive to the netsh command

    Command netsh wlan show settings + represents the name of the wlan interface on which MS windows network autoconfiguration is enabled.

    When I type set autoconfig enabled = no interface = "NameInterface" + nothing happens. The first command shows that autoconfig is always activated.

    What's wrong? What is the real "NameInterface" for A200 - 14 d with Vist Home Premuim?

    I really put t know why, you must define that but maybe you have to have a look on this Vista Microsoft Windows TechCenter for more information on Netsh commands for Local network

    http://TechNet.Microsoft.com/en-us/windowsvista/aa905084.aspx

  • 10.11.3 mission Control "Show Desktop" does not work with 3rd party keyboard

    I use a KENIMBENI Multi sync Bluetooth keyboard as seems to be the best solution when you want a wireless keyboard with a numeric keypad on a Mac.

    The KENIMBENI keyboard has its own combination of keys rather than Apple-command 'Mission Control' 'Show desktop '. It was working fine until 10.11.2. But now, after upgrading to 10.11.3, I find no way to make this button (or any other combination of the command 'Show desktop') works. Some key or combination of keys I enter the keyboard and/or the Mission Control preferences pane, will be shown on the screen, but the system does not react to it. I also tried switching to use several spaces to use a single space extending on my two monitors, assuming that it could have to do with behavior change - but none of this helps.

    I have an another Mac Apple original wired keyboard, and here the command-'Mission Control' combo works fine as expected.

    Can any that confirm - and perhaps know no work around? I'm a little old school management Finder and file and so use orders 'Show desktop' several times a day. Thanks in advance for your suggestions!

    You should discuss with the developer of the material. If it works for your OS with material Mac the fault lies with the proponent to provide a usable instance of this device with a newer OS, if they wish. In addition, we use a Logitech wireless keyboard solution full size and they are solar powered so no battery and no problems so far.

    http://www.KANEX.com/contact/TechSupport

Maybe you are looking for