JDBC Oracle driver change requests for users with "rowid"?

Hello

I work with an IBM Java product that uses Oracle JDBC version 9.2.0.3.0 for Oracle DB connectivity (from file ojdbc14.jar is).
The IBM product running an Oracle view called V_NGSM_GET_NEID which is used for elements of research network names in the Oracle
DB and return the partners '' code of assets '' if the node is found.

The problem is for all a single query sent I see two queries by using a packet sniffer. See below. The first query I see on the network
a the string "rowid," prefix (107 package 0x9b offset) to the list in the column specified in my policy. But the first request fails with
the following error (112 package)

ORA-01446: cannot select ROWID from view DISTINCT, GROUP BY, etc +

After the above error is returned, I see immediately the same request sent again, this time without "rowid", prefix (113 package offset 0 x 94)
This same behavior occurs for each query, each time which results in twice the number of queries required and is a big problem.

Support IBM claims it's the JDBC Oracle driver, not their code, adding "rowid", at the request and return it
less "rowid", if it fails.

Does make sense to anyone? I can't imagine that Oracle would distribute such a driver.

Comments? Thoughts?

Below are the packets captured using Solaris/snoop. The number is package on the extreme left (e.g., 107-117).

------

107 0.00121 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308205 = 193 Win 49640 = 3897618122

0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
16: 00e9 2440 4000 4006 0000 cfe5 1503 8eb2... $@. @...
32: 20 dB f5a1 c339 3cad e850 eeca 5018 a231... ¢ 1.9 <... PI.p.
48: 9551 0000 1 0000 0600 0000 0000 00C c1e8... Q............
64: 1169 0001 0101 0103 0002 8021 0001 035F. i... ^... ! ...
80:0183 00 0000 0004 7fff ffff 0000 0101 0D...
96: 0000 0000 0073 656 c 6563 7420 726f 7769. . Select rowi
112: 642 204th c 4554 574f 524bis 5f45 45 4 c 4 d 45 d, NETWORK_ELEME
128: 204th 442c 4554 524bis 5f45 NT_ID, NETWORK_E 574f 5f49 4e54
144: 45 4 c 4 d 45 4e54 5f4e 414d 4520 4652 4f4d LEMENT_NAME OF
160: 204th 4753 4 d 55 5345 522e 2256 5f4e 4753 NGSMUSER. "V_NGS
"176: 4d5f 4745 545f 4944 2220 5748 4552 M_GET_NEID 4e45" WHER
192:4520 4e45 5457 454d 454 454c NETWORK_ELEMEN E 4b5f of the 4f52
208: 545f 4e41 4 d 45 203d 2027 4544 544th 4142 T_NAME = ' EDTNAB
224: 4453 4 C 41 4 30 3327 0101 0000 0000 0000 DSLAM03 D '...
240: 0101 0000 0000 00...

108 0.01144 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618122 = Win 11 = 32850

0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
16: 0033 2764 0000 3706 c7eb 8eb2 cfe5 20db. 3 would be... 7..... ...
32: 1503 a231 f5a1 e850 eeca c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
48: 8052 1 d 57 0000 000 b 0000 00 0000 0100 0c. R.W............
64: 01.

109 0,00000 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618133 = Win 11 = 32850

0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
16: 0033 2765 0000 3706 c7ea 8eb2 cfe5 20db. 3' e... 7..... ...
32: 1503 a231 f5a1 e850 eed5 c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
48: 8052 1c4c 000 0000 0000 00 0000 0100 0c b. R.L............
64: 02.

110 0,00008 ab9imdev01-> 142.178.32.219 TCP D = 41521 S = 62881 Ack = 3897618144 Seq = 3275308398, Len = 0 Win = 49640

0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
16: 0028 2441 4000 4006 0000 cfe5 1503 8eb2. ($A@.@.........
32: 20 dB f5a1 a231 c339 3d6e e850 eee0 5010... ¢ 1.9 = n. Pi. P
48: 9490 0000 c1e8...

111 0,00019 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq 3897618144 Len 3275308398 = Win 49640 = 11 =

0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
16: 0033 2442 4000 4006 0000 cfe5 1503 $8eb2.3 B @. @...
32: 20 dB f5a1 c339 3d6e e850 eee0 5018 a231... ¢ 1.9 = n. Pi. P
48: c1e8 b 949 000 0000 0000 00 0000 0100 0c b... \233...
64: 02.

112 0.00870 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308409 = Len 3897618144 = 111 Win = 32850

0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
16: 0097 2766 0000 3706 c785 20db cfe5 8eb2... " f.. 7..... ...
32: 1503 a231 f5a1 e850 eee0 c339 79 5018 3d... ¢1.¡. PI... 9 = yP.
48: 8052 7b 48 0000 0000 0600 0000 0000 006f. R{H...o........
64:0400 0205 a600 0001 0301 0700 0001 2000...
80: 0000 0000 0000 0000 0000 0001 0147 4f52... GOR
96: 412d 3031 3434 363 2063 616e 7420 A - 01446 6e6f a: cannot
112: 7365 6 c 65 6374 2052 4944 2066 726f 4f57 select ROWID BOF
128: 6 d 20 7669 6577 2077 6974 6820 4449 5354 m seen with DIST
144: 494e 4354 2 c 20 4752 5020 4259 2 c 20 INCT, GROUP BY 4f55,.
0a 632nd 160:6574 etc...

113 0,00037 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308409 = 179 Win 49640 = 3897618255

0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
16: 00db 2443 4000 4006 0000 cfe5 1503 8eb2... $C @. @...
32: 20 dB f5a1 c339 3d 79 e850 ef4f 5018 a231... ¢ 1.9 = y. P. OP
48: 9543 0000 00b 3 0000 0600 0000 0000 c1e8... C............
64: 0002 8021 0103 0101 7 c 01 010 035F d 0000. ^... ! ....| .....
80: ff00 of ffff 0000 0000 0000 0000 5345 047f... IS
96: 4 c 45 4354 204th 4554 574f 524bis 5f45 4 c 45 READING NETWORK_ELE
112: 4 d 45 4e54 5f49 442c 204th 4554 524bis MENT_ID, NETWORK 574f
128: 5f45 45 4 c 4 d 45 4e54 5f4e 4520 4652 ELEMENTNAME EN 414d
144: 204th 4f4d 4753 4 d 55 5345 522e 2256 5f4e OM NGSMUSER. "V_N
4745 545f 4944 2220 5748 GSM_GET_NEID 4e45 4d5f 160:4753"WH
4520 4e45 5457 4f52 4b5f 454c 454d ERA NETWORK_ELEM 176:4552
192: 454 545f 4e41 4 d 45 2027 4544 203d 544th ENT_NAME = ' EDTN
208: 4142 4453 4 C 41 4 30 3327 0101 0000 0000 ABDSLAM03 D '...
224: 0000 0101 0000 0000 00...

114 0.01101 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308588 = Len 3897618255 = 174 Win = 32850

0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
16:00 6 2767 0000 3706 c745 20db cfe5 8eb2 d... " g... 7..E... ...
32: 1503 a231 f5a1 e850 ef4f c339 5018 3e2c... ¢1.¡. P.O.9 >, P.
48: 8052 c84a 0000 0000 0600 0000 0000 00ae. R.J............
64: 3175 787 101d 0000 0003 0000 3ed0 949d c... 1UX|...\235 >...
80: 786d 080d 30 3900 7400 0000 0201 xm ed27 0d... 09.i't...
96: 3401-0243-0200, 0116 0000 0000 0000 0000 4.C...
112:0112 0112 124th 4554 574f 524bis 5f45 4 c 45. . NETWORK_ELE
128: 4 d 45 4e54 4400 0001 8000 0001 1e00 MENT_ID 5f49...
144: 0000 0001 1f01 0114 0114 144F 4554 574f... . NETWO
160: 524bis 5f45 45 4 c 4 d 45 5f4e 4500 RK_ELEMENT_NAME 414d 4e54.
176: 0001 0707 786 d 080d 1024 1508 0104 04a 7... xm... $...
192: d5e0 0791 0103 0000 0004 0000 0000 fa02...
208: 0103 0003 0000 0000 0000 0000 0000 0000...
224: 0000 0101...

115 0.00026 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308588 = 17 Win 49640 = 3897618429

0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
16: 0039 2444 4000 4006 0000 cfe5 1503 $8eb2.9 D @. @...
32: 20 dB a231 c339 e850 5018 effd 3e2c f5a1... ¢ 1.9 >,. . P. P.
48: c1e8 94a 1 0000 0011 0600 0000 0000 0000... ¡...
64: 0305-0001-0301 0 has...

116 0.10217 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 Ack = 3275308605 Seq = 3897618429, Len = 0 Win = 32850

0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
16: 0028 2768 0000 3706 c7f2 8eb2 cfe5 20db. ('h.. 7..ò... ...
32: 1503 a231 f5a1 e850 effd c339 3e3d 5010... ¢1.¡. P.... 9 > = P.
48: 8052 2973 0000 0000 0000 0000. R)s........

117 0.27052 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308605 = Len 3897618429 = Win 64 = 32850

0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
16: 0068 2769 0000 3706 c7b1 8eb2 cfe5 20db. h'i... 7..... ...
32: 1503 a231 f5a1 e850 effd c339 5018 3e3d... ¢1.¡. P.... 9 > = P.
48: 8052 d42a 0000 0040 0000 0600 0000 0000. R.*...@........
64:0400 0205 7 b 00 0001 0300 0300 0120 0000... {........ ..
80: 0000 0000 0000 0000 0000 0101 194f 5241... ORA
6e6f 3 a 20 96: 2d 30 3134 3033 2064 6174 6120 - 01403: no data
112: 666f 756 640 has found.

Looks like you are saying that the Java source code can control completely if the driver will try to get the ROWID by requested ResultSet settings. Is this true?

I think it should, Yes. I guarantee you that all versions of the driver in all cases would have a parameter that has ignored the attempt to insert of a ROWID. But I strongly suspect that he does not bother if the result set which had been requested was such that the ROWID would not be beneficial.

I expect the pilot to understand the complete Oracle SQL grammar, it can at least add "rowid" in the place in the query

There is a major compromise. It is incredibly difficult to support full SQL grammar correctly. Oracle used to SQL for SQL and PL/SQL engine analyzers and would regularly find bugs where a scanner heard something that does not have the other parser. When you put too much SQL parsing code in the driver, you finish by the two spend more time parsing SQL statements and you end by potentially limiting the set of queries that could be issued to the dialect of SQL that the JDBC driver has been aware of when it was shipped that sucks when you use to connect to a database of the latest drivers.

I suspect (assuming that is not speaking on behalf of the JDBC driver development team) they thought it better to do the simplest thing possible, throwing the ROWID right after SELECT it. If it worked, great. If this is not the case, they encoururent the cost of a round trip and an analysis of the database which is probably at the same level as the cost of the analysis of the SQL locally and then just downgrade the result set. If you ask an editable ResultSet, for example, Oracle is unable to identify a single line, if you specify also SEPARATE in the query. Rather than trying to understand all of the cases where a query generates a result not set editable intrinsically, it is easier and more accurate to try to get a ROWID and downgrade the result set if the addition of a ROWID generates a syntax error.

Of course, the costs and benefits of arbitration depend on the proportion of result sets which requires a feature that is not available with the SQL statements, they deliver some. If you have an application that makes 300 000 queries that have SEPARATE and ask a modifiable and capable of scroll cursor, it would potentially put more logic in the JDBC driver. If you have an application that always brings queries that can be changed using simple algorithm of the driver, the simple algorithm is obviously preferable.

Justin

Tags: Oracle

Similar Questions

  • Task assignments auto exclusive Oracle BPM for users with the same roles

    Hi all

    We have a problem with the task in BPM assignment, lets say, we have a task which cannot be attributed to users with role X when the configuration of the task is set to auto request all users with the role of X may have the task in their task list, but we want it to be exclusive that an assignee if you have it No one can visit his profile at the task, then if we set config off auto claim with assignees must choose to claim the task but we do not want this, we want the tasks assigned automatically just to a transferee (for example at random)... can someone help us please?
    Best regards
    Hadi F

    Hi Hadi,

    You can choose "Automatic entitlement to a single task" and the reason for the transfer

    You can also create a business rule to assign them to a user.

  • ORA-01035: ORACLE only available for users with the RESTRICTED SESSION privilege

    Whenever I have to connect as user sys as sysdba, I can connect at ease.

    But every time that I try with a user (one for monitoring tool). I get a message, database is in restricted mode.

    SQL > connect patrol05/patrol $05

    ERROR:
    ORA-01035: ORACLE only available for users with the RESTRICTED SESSION privilege

    WARNING: You are more connected to ORACLE.

    Your database was opened with restricted session.
    As sysdba, run the following command to session restrcited dissable the option:

    alter system disable restricted session;
    

    Best regards
    Norbert

  • JDBC Oracle driver loading tests... Failed:

    Test the Oracle Home located at C:\app\oracle\product\11.2.0\instantclient-basic-nt-11.2.0.4.0\instantclient_11_2

    Test client directory... Ok

    JDBC Oracle driver loading tests... Failed:

    C:\app\oracle\product\11.2.0\instantclient-basic-NT-11.2.0.4.0\instantclient_11_2\jdbc\lib\ojdbc6.jar is not a valid jar

    I downloaded and extracted the zip instantclient-jdbc-nt - 11.2.0.4.0 Oracle Technology Network, several times.  Yet, receive the same error weird test Oracle SQL Developer Version 4.0.1.14.  The ojdbc6.jar file was extracted in the instantclient_11_2, not the subdirectory lib subdirectory.  There is no jdbc or lib subdirectory.  Where's configuration is defined jdbc and lib subdirectories?  I need Oracle SQL Developer 4 to look at in the instantclient_11_2 subdirectory.

    Hello

    .. .is not a file valid jar

    This message is quite misleading. It is not due to a corrupted download.  In the case of database > advanced > use Oracle Client > Configure... you select

    Type of customer: Oracle Home

    Location of the client:

    and then click test... this error will occur.  Instead, you need to select

    : Customer Type instant

    Kind regards

    Gary

    SQL development team

  • OIM 11 g: search query for users with a particular resource

    I have a custom resource that has a search on this query to find a list of users. It works very well. I can find the user by username, email or name and first name.

    Existing query:

    Lookup column name: = usr_login
    Column names: usr_key
    Legends of the column: key, username, Email, name and first name
    The width of the columns: 10, 100, 100, 100
    Search query: select usr_key, usr_login, usr_full_name, usr_email usr

    What I want to do is limit the scope of the search query to find only provisioned users with a specific resource. I want to choose users have the MS Exchange resource assigned to them.

    Can someone help me with the creation of the search query that allows you to search for users who have a particular resource put into service? This table contains a list of the resources allocated to a user?

    Thank you.

    use under request

    SELECT USR. USR_KEY, USR. USR_LOGIN, USR. USR_FIRST_NAME, USR. USR_LAST_NAME, OBJ. OBJ_NAME, OST. THE USR, OUEDRAOGO, OST, OBJ OST_STATUS
    Where USR. USR_KEY = OUEDRAOGO. USR_KEY
    AND OUÉDRAOGO. OST_KEY = OST. OST_KEY
    AND OST. OBJ_KEY = OBJ. OBJ_KEY
    AND OST. OST_STATUS IN ('Provisioned', 'Disabled', 'Enabled')
    AND higher (OBJ. OBJ_NAME) = upper ("name of your resource object")

    update status, name of the resource object, and then select the attribute accordingly

    -nayan

  • Request for responses with multi-Select fast

    Hello

    Hoping someone can help - I need to create a prompt in a request for answers to allow users to choose a customer - I need this to be similar to a multiple selection in a dashboard command prompt so that the user can type begins by and find the customer what they want. Currently, the only options of answers is to scroll through the entire list or type the value directly. The application is simply posted as a link on a page of dashboard - I'd rather not have to create another page of dashboard if possible.

    I would be grateful for any ideas.

    With our thanks,
    Patricia

    Patricia, you try to do this more difficult it must be. Of after what you say, just use value Interaction > Browse the report which lists all the names "begins with Pat. Put "is invited" on the name of the destination report cust column and it will give you the "last step" you are looking for.

    P.S. a lot of useful tips in this thread. It would be nice to price messages with points.

  • request for help with drivers

    Dear support team,

    I ask you to help you find the drivers.

    Hardware for generic Bluetooth adapter ID:

    USB\VID_03F0 & PID_311D & REV_0001
    USB\VID_03F0 & PID_311D

    Hardware ID device Base system:

    PCI\VEN_197B & DEV_2392 & SUBSYS_167E103C & REV_30
    PCI\VEN_197B & DEV_2392 & SUBSYS_167E103C
    PCI\VEN_197B & DEV_2392 & CC_088000
    PCI\VEN_197B & DEV_2392 & CC_0880

    Thank you.

    Hello:

    Go to the page of the driver and support for your laptop, download and install the following drivers:

    Generic adapter Bluetooth = Driver Atheros Bluetooth or use the one from the link below.

    http://h20565.www2.HP.com/portal/site/hpsc/template.page/public/PSI/swdDetails/?lang=en&cc=us&sp4ts.Oid=5060882&swItem=ob_94298_1

    = JMicron card reader Driver base system device, or use the one in the link below.

    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5060882&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dob_115195_1%257CswEnvOID%253D4059%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

  • Change password for user sys

    Hello
    I use 9.2.0.6.0 database.
    I want to set up in such a way of connection that will ask for the password of the user as if some IDs by the oracle on unix system user. Simply export ORACLE_SID = name of the comic book and sqlplus / as sysdba, so it can connect database with sysdba privileges.
    or
    It can also conn sys/sys as sysdba.

    then he must ask for password I put (different from the sys).
    If only these users can loging as sysdba are knowing this password...

    which way should I follow for this... .or I need to change os also authentication...

    Thank you

    which way should I follow for this... .or I need to change os also authentication...

    To change the sys (as a dba or sysdba) password:

    SQL> alter user sys identified by ;
    

    To disable the OS authentication add/change this line

    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    

    in sqlnet.ora file in $ORACLE_HOME/network/admin.

  • Re: Request for help with Tecra A10-156 (Vista backup media)

    Dear members of the Forum

    I am the owner of a laptop Toshiba Tecra A10-156. As the owners of this model will be aware, the machine is supplied with Windows Vista pre-installed. Also supplied is a recovery of Windows XP Professional disc, which, once loaded on the machine, remove everything on the hard drive, including the operating system Vista and the Vista hard disk recovery partition.

    The documentation that comes with the laptop warns the user if he wants to take the Windows XP program on the computer, it must burn a DVD of backup software vista before you load the XP image because if it loads Windows XP without doing that then he loses everything to do with VISTA on the machine.
    Unfortunately, when I bought my machine, I did exactly this error and load Windows XP without backup Vista Software. Load the XP dvd, hard drive was completely wiped out, including not only the Windows Vista installation, but also the recovery partition.

    Although windows XP is a good operating system, I would like the ability to restore my machine to the factory setting. When I asked what to do with Toshiba, they said that the only way they could help would be to sell me a backup DVD of Vista recovery which would cost me a little money. (more than thirty books).
    They also mentioned that if I could find another owner of A10 - 156 using vista would be ready, they could burn a DVD using their recovery from vista machine and then I would be able to use this DVD to do the job.

    As I know personally of all other owners Tecra A10, I am writing to make a plea to ask if some A10-156 (it takes as the exact model) owner would please that nature to let me have a copy of VISTA backup medium please. Of course, I'd be more than willing to pay a total amount of the Virgin DVD (s) and shipping costs.
    If someone is willing or able to help should I very grateful indeed and hope to hear from a fellow A10-156 owner as soon as possible.

    Yours sincerely
    Ian in the United Kingdom

    I hope someone here can help and maybe you should put your e-mail address for direct contact.

  • Rollover buttons do not work for users with reader

    Hello, I performed the steps in this procedure to the letter: Hide a button Acrobat DC except during the substitution...

    and it works fine on my machine, but when I send the output PDF - the transfer feature does not work for standard users, Adobe Acrobat Reader.

    Any advice?

    Drive XI is not the latest version, in fact. The latest version is called DC.

    They do not need to have the latest version of the player, but they do not need to have (and use) Reader. It probably won't work in the other PDF viewers.

  • Change password for user "root".

    I started watching Orchestrator, and I was asked to change the password for the 'vmware' and another 'administrative account"(don't know what it is) when I clicked on Configuration Orchestrator. I clicked on Configuration of the device several times and I have not been invited to reset the 'root' password, I am still able to connect with "vmware" as password. Is it possible for me to connect to via vCenter Orchestrator console and change the password to root via the command line? Or is it possible to force him to ask me to reset the password for the "root"?

    If you are able to connect to the vCO Device Configuration using the root / vmware, he should also be able to connect to the console via vCenter as root. Once logged in, simply type passwd and press on enter, then enter your new root pw.

  • Install oracle BI enterprise edition for use with siebel marketing

    Hi guys.

    I want to install the of Oracle BI Enterprise Edition in order to to use Siebel Marketing (Segmentation).

    To ensure good cooperation between oracle BI and siebel Marketing, I have to follow a particular procedure? or can I install Oracle BI normally and after putting correctly certain parameters in siebel marketing/oracle BI?

    If the answer is PARTICULARLY... WHAT?

    Thanks in advance.

    Direct them best

    Antonio

    For the OBIEE itself platform, it is immaterial whether or not you use Siebel Marketing. The differences are

    (a) within Siebel - i.e. the administration screens
    (b) in the RPD BIEE - i.e. Marketing metadata objects

    Ad one) this is the official documentation: "Siebel Marketing and Administration Setup Guide.
    [http://download.oracle.com/docs/cd/B40099_02/books/MKTG_InstallAdmin/booktitle.html | http://download.oracle.com/docs/cd/B40099_02/books/MKTG_InstallAdmin/booktitle.html]

    b AD) in the Administration tool, go to 'Manage'-> 'Marketing' Here are the types of four objects:
    -Target levels
    -Qualified list items
    -List of catalogs
    -Links in accordance with dimension

    See you soon,.
    Christi@n

  • Icloud drive is necessary for sharing with mac?

    I used an iMac for several years and now have my first iPhone.

    Via iCloud, I can't have my iMac various applications such as Notes and reminders to appear on the new phone.

    I need to activate iCloud Drive, something I did not on each device?

    If so, do I activate iCloud drive on both?

    Thank you

    Bart

    iCloud drive has no relevance for Notes and reminders for your Mac or your phone.

    http://www.Apple.com/ca/icloud/Setup/iOS.html

    http://www.Apple.com/ca/icloud/Setup/Mac.html

  • Search for user with 'space exceeded quota' erorr

    Hello

    In the application I use, I get error: ORA-01536: space quota exceeded for tablespace 'USERS '.

    Now, I know that I have to fix on the user who is the owner of the table, I'm alters records in but I can't well
    appropriate user.

    Those who already owns the table has quota unlimited on tablespace 'USERS', but I still get the same error.

    I suspect that application to access a table that has not created / owned by the current user.

    I wish I had a newspaper eror or something that could tell me which is the problematic user.

    Thank you very much for your help!

    For more information, see this thread
    ORA-01536: space quota exceeded for tablespace 'USERS '.

  • How files request for vmdk with location of store data using perl sdk

    Hello

    I need to retrieve a list of (xxx - flat hard) and vmdk files for a virtual machine on an ESX Server.

    The virtual machine I have has two disks that are in different data stores.

    I changed the /usr/lib/vmware-vcli/apps/vm/myvminfo.pl to dump the full data.

    I spilled the $vm_view and found that the data you are looking for do not print.

    I'm new to VMWare and don't know how to go forward.

    Any help will be greatly appreciated.

    Thanks in advance

    Ashwin

    You should be able to use just LayoutEx property of the VirtualMachine.  Keep in mind this property gets refreshed on a schedule, so don't always present not unless you explicitly referesh it yourself.  However, that can add some overhead VI retesting the data store (s).

    The attached script is quite simple, but it can help you get started.  To % disk_parts hash key is the key of the device, you can use this to get configuration-> hardware-> device information.  The string under layoutEx-> disc keys should be descriptor-> measure.  You can query the type of the object file if you need to be sure or want to only print as well.

    You can exit the script in certain functions or map() calls to make it more readable.  You need to work through the key tables nested loop, so it would probably be good to format into something easier to follow.  Another option would be to create a hash of the file of the key values card, so you can do research without expensive loops.

    Samples:

    $ perl ListVmdkForVm.pl - username = administrator - password = VMware1! -Server = 172.16.254.10--vmname=Test\(Renamed\)
    2000: Test [VLAB-ESX-01_LOCAL] (renamed) _1/Test (renamed) hard, [VLAB-ESX-01_LOCAL] Test (renamed) _1/Test (renamed) - flat hard

Maybe you are looking for

  • M535 Logitech Bluetooth Mouse is not matching in Boot Camp

    I recently bought a Logitech M535 Bluetooth mouse for my iMac 27 inch Retina (end of 2015). I paired in OS X, and it worked like a charm. However, when I booted Windows Boot Camp, I went to the Bluetooth settings in Windows and it finds my mouse. How

  • Satellite L775D-S7135 not covered by the warranty in Europe?

    I bought your product here in Serbia and it is correctly registered on the Toshiba site for the LITTLE MATTER this warranty (I got the confirmation e-mail that I registered on 27 January 2014 [email protected]). On January 8, 2014, I contacted

  • [Y580] Update the BIOS

    Can someone make me a short guide to update my bios without anything crashing?

  • Trouble updating

    In attempting to update 'Important update', I get the error message 80070490.  The suggestion to restart my computer and reinstall the operating system disk does not work either.  I tried the system restore to an earlier date when everything was fine

  • where I can down load the mdismpx.sys file

    When I try to register my GPS upor, it asked me to download the MDISMPX.sys file, can someone tell me where I drop can I load?