Sie sind auf Seite 1von 1

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its


affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> select do9icc_configid,do9icc_dbname,do9icc_sidIPaddress,do9icc_sidPort f
rom dataset_oracle9i_commonconfig where do9icc_dbsid='TCRDB';
+-----------------+---------------+---------------------+----------------+
| do9icc_configid | do9icc_dbname | do9icc_sidIPaddress | do9icc_sidPort |
+-----------------+---------------+---------------------+----------------+
|
197 | TCRDB
| 10.1.7.145
| 1533
|
|
198 | TCRDB
| 10.1.12.39
| 1533
|
|
199 | TCRDB
| 10.225.5.118
| 1533
|
+-----------------+---------------+---------------------+----------------+
3 rows in set (0.00 sec)
mysql>
mysql> update dataset_oracle9i_commonconfig set do9icc_sidIPaddress='10.1.14.254
' where do9icc_configid=197;
Query OK, 1 row affected (0.12 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> select do9icc_configid,do9icc_dbname,do9icc_sidIPaddress,do9icc_sidPort f
rom dataset_oracle9i_commonconfig where do9icc_dbsid='TCRDB';
+-----------------+---------------+---------------------+----------------+
| do9icc_configid | do9icc_dbname | do9icc_sidIPaddress | do9icc_sidPort |
+-----------------+---------------+---------------------+----------------+
|
197 | TCRDB
| 10.1.14.254
| 1533
|
|
198 | TCRDB
| 10.1.12.39
| 1533
|
|
199 | TCRDB
| 10.225.5.118
| 1533
|
+-----------------+---------------+---------------------+----------------+
3 rows in set (0.00 sec)
mysql>

10.1.7.145
10.225.5.118 BLR

tcremitdbps

Das könnte Ihnen auch gefallen