Hi,
I was applying Patch_Oracle_10_2_0_3_win on an Oracle server 10.2.0.1 and unfortunately I missed a step '5.5 Update Oracle Time Zone Definitions'.
Then I started following section '8 Removing the Patch Set Software' and in step 5 it says to restore Oracle 10g installation from backup (backup ...
Search found 4 matches
- Mon Nov 24, 2008 4:03 am
- Forum: Application DBA & System Administration
- Topic: Patch_Oracle_10_2_0_3_win - missed a step 5.5
- Replies: 0
- Views: 711
- Sun Nov 02, 2008 5:07 pm
- Forum: Application DBA & System Administration
- Topic: exp consistent = y
- Replies: 0
- Views: 662
exp consistent = y
I have to run an export for a schema which will take approx 1 hour and 15 minutes (may be more) to complete export but now the challenge is that I cannot give that much downtime to the application.
So I thought to stop application for a minute and use exp with consisten = Y parameter and then up ...
So I thought to stop application for a minute and use exp with consisten = Y parameter and then up ...
- Thu Oct 23, 2008 9:07 am
- Forum: Application DBA & System Administration
- Topic: Source and Destination DBs having different chsset
- Replies: 1
- Views: 888
Source and Destination DBs having different chsset
I have a situation where the dump exported was from a database having character set AL32UTF8 and NLS_NCHAR_CHARTERSET is AL16UTF16.
Now the destination database is having the charcterset as WE8MSWIN1252 and NLS_NCHAR_CHARACTERSET as AL16UTF16.
Any suggestions will be really appreciated.
Now the destination database is having the charcterset as WE8MSWIN1252 and NLS_NCHAR_CHARACTERSET as AL16UTF16.
Any suggestions will be really appreciated.
- Thu Jul 19, 2007 10:32 am
- Forum: Oracle Databases
- Topic: update statement for a table's column (Long)
- Replies: 1
- Views: 1837
update statement for a table's column (Long)
"inival" column is Long type. I wan to set this value
{'XYZ','\\\\pqr\\uvw\\'}
I was trying this SQL
update table_abc
set inival = '{'XYZ','\\\\pqr\\uvw\\'}'
where inisection = 'V.L'
and the error was
set inival = '{'XYZ','\\\\pqr\\uvw\\'}'
*
ERROR at line 2:
ORA-00933: SQL command ...
{'XYZ','\\\\pqr\\uvw\\'}
I was trying this SQL
update table_abc
set inival = '{'XYZ','\\\\pqr\\uvw\\'}'
where inisection = 'V.L'
and the error was
set inival = '{'XYZ','\\\\pqr\\uvw\\'}'
*
ERROR at line 2:
ORA-00933: SQL command ...