Database Collation Conversion

Hi Guru's,
I am trying to copy Production to a new Test server. Production is 32-bit SQL 2000 the new Test Server is x64 bit and SQL 2005.
The problem I face is with the database Collation. Production database is SQL_Latin1_General_CP850_BIN and I'm trying to get it to SQL_Latin1_General_CP850_BIN2 before attaching it to SQL 2005 on the new Test server. I used INSTCOLL.EXE as advised in OSS 600027 and recieved the following message :
Trying to connect...
Connected to <<SERVERNAME>>
Executing conversion of database <<SID>>
Database <<SID>> has been converted to collation SQL_Latin1_General_CP850_BIN2.
However,  select databasepropertyex('<<SID>>', 'collation')  still returns   SQL_Latin1_General_CP850_BIN
The 'server collation' is SQL_Latin1_General_CP850_BIN. Would this affect how the INSTCOLL.EXE would work?
I tried attaching the database to SQL 2005 as SQL_Latin1_General_CP850_BIN and converting it from there and got this message :
Trying to connect...
Connected to <<SERVERNAME>>
This program will only run against SQL Server 2000 newer or equal to version 8.00.780.
Your server is 9.0.3175
You must install SQL 2000, SP3 and the Unicode Hotfix (QFE).
NOTHING DONE!
Can someone please suggest another way to get the SQL 2000 database to BIN2? Or perhaps offer a suggestion to where I'm going wrong with the conversion?
Thanks,
Kye

Hi,
The permitted collations for SQL Server 2000 are as follows:
o SQL_Latin1_General_CP850_BIN (BIN) and
o SQL_Latin1_General_CP850_BIN2 (BIN2).
Only the following 3 combinations are supported by SAP:
.SAP-Basis................
.SQL.Server....
.<SAP.DATABASE>.
.non-Unicode.and.non-Java.
.BIN...........
.BIN............
.non-Unicode.and.non-Java.
.BIN2..........
.BIN2...........
.Unicode.or.Java..........
.BIN2..........
.BIN2...........
The same collation must always be installed for the SQL Server and the
database.
For a non-Unicode system that does not contain any Java components, you can
select both BIN and BIN2. With a Unicode system or a system that contains
Java components, you must select BIN2 as the collation for the server and
database.
For more details refer SAP Note : 505906.
Regards,
Nikunj

Similar Messages

  • Project Server (SharePoint) - Database Collation question.

    Hi,
    I have been looking at the performance of our SharePoint database server and one of its uses is Project Server.
    Our databases are set as follows
    Project Server Databases (Latin1_General_CI_AS)
    SharePoint Server Content Databases (Latin1_General_CI_AS_KS_WS)
    TempDB (Latin1_General_CI_AS)
    It seems that the Project Server databases should be (SQL_Latin1General_CP1_CI_AS):
    https://technet.microsoft.com/en-us/library/ff800813(v=office.14).aspx
    e.g.
    Database
    Collation
    Project Server Archive
    SQL_Latin1_General_CP1_CI_AS
    Project Server Draft
    SQL_Latin1_General_CP1_CI_AS
    Project Server Published
    SQL_Latin1_General_CP1_CI_AS
    Project Server Reporting
    SQL_Latin1_General_CP1_CI_AS
    SharePoint Server Content
    Latin1_General_CI_AS_KS_WS
    I may be worrying unnecessarily but my understanding was that the tempdb should be the same collation as the user databases (where possible). With the SharePoint content and the Project Server databases on the same instance this is not possible.
    Should I...
    1. Not worry about it (the performance impact is negligable).
    2. Create seperate instances so that the TempDB can match the user databases (I am worried that the overhead of an extra instance will be more than the overhead of different collations).
    3. Implement Contained/Partially contained databases (new possible option)
    4. Something else?
    Also how bad is it that the Project server databases are Latin1_General_CI_AS rather than SQL_Latin1General_CP1_CI_AS.
    Thanks in advance
    Shaun

    Hi Prasanna,
    thank you for taking the time to respond.
    From the link - I read this as Microsoft insisting that you use Latin1_General_CI_AS_KS_WS for the SharePoint content databases and recommending it for the system databases including TempDB?
    Our TempDB is not the same collation as the SharePoint content databases but the same as the Project Server databases. Which brings me back to my original questions.
    From the Technet article:
    The following TechNet Article talks about the SQL Server collation for the SharePoint databases
    http://technet.microsoft.com/en-us/library/cc288970.aspx#section1
    “The SQL Server collation must be configured for case-insensitive. The SQL Server database collation must be configured for case-insensitive, accent-sensitive, Kana-sensitive, and width-sensitive. This is to
    ensure file name uniqueness consistent with the Windows operating system.”
    However, we do not support changing the default collation (Latin1_General_CI_AS_KS_WS) for SharePoint databases to any other collations (CI, AS, KS, WS).
    We support any CI collation for the SQL instance (for master, tempdb databases). However we
    recommend using Latin1_General_CI_AS_KS_WS as the instance default collation (master, tempdb databases).

  • G Performing database characterset conversion adsvdcnv.cmd

    hi,
    i m installing 11.5.9 EBS on windows XP and getting stuck on some point on this point everytime, no messege nothing just it hangs there for hours
    Step 3 of 5
    100%
    status
    g Performing database characterset conversion adsvdcnv.cmd
    everything was fine installed everything required,
    all checks were passed but it always stucks here
    if anybody can help me since i m stuck with this for last whole week.....
    Edited by: FarhatKayani on Apr 22, 2009 7:47 AM

    I had the same error and it turned out to be an issue with the domain name specification. I have a single node install on a computer not on a network. But it had been part of a domain earlier. I took it out of the domain and followed the instructions posted by Srinath Nanduri in his post 'Steps for **SUCCESSFUL** installation of 11.5.9 on Windows' - Steps for **SUCCESSFUL** installation of 11.5.9 on Windows

  • Database Characterset Conversion from AMERICAN to JAPANESE

    Hello
    We are creating a test environment from a database with NLS_LANG = AMERICAN_AMERICA.WE8ISO8859P1. This needs to be converted into Japanese characterset with NLS_LANG = JAPANESE_JAPAN.JA16EUC
    As per my understanding, I need to first export the database, then create a new database with Japanese NLS_LANG, and then re-import it
    Could someone please confirm the steps please
    1. Do I need to change NLS_LANG before exporting the database?
    2. Can I run a database characterset conversion check before exporting db?
    3. Is there any other pre-cautions that I need to take
    Oracle Version: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    OS Version: HP-UX B.11.11
    Regards
    Sudhanshu

    Hello,
    I have used the Character Set Scan utility (csscan) Version 1.2. I have attached the report results below.
    To convert the character set instead of export/import, can I simply do
    ALTER DATABASE CHARACTER SET ja16euc;
    I would appreciate feedback on this if anyone has worked on this conversion before.
    Parameter Value
    CSSCAN Version v1.2
    Database Version 9.2.0.6.0
    Scan type Full database
    Scan CHAR data? YES
    Database character set WE8ISO8859P1
    FROMCHAR WE8ISO8859P1
    TOCHAR JA16EUC
    Scan NCHAR data? NO
    Array fetch buffer size 10240
    Number of processes 20
    Capture convertible data? NO
    [Scan Summary]
    Some character type data in the data dictionary are not convertible to the new character set
    Some character type application data are not convertible to the new character set
    [Data Dictionary Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 3,303,684 386 0 8
    CHAR 5 0 0 0
    LONG 219,988 1 0 0
    CLOB 0 58 0 0
    Total 3,523,677 445 0 8
    Total in percentage 100% 0% 0% 0%
    [Application Data Conversion Summary]
    Datatype Changeless Convertible Truncation Lossy
    VARCHAR2 3,316,273,097 8,517 56 2,675
    CHAR 6,954 0 0 0
    LONG 197,690 0 0 0
    CLOB 0 0 0 0
    Total 3,316,477,741 8,517 56 2,675
    Total in percentage 100% 0% 0% 0%
    Convertible Truncation Lossy
    1 0 0
    4 0 0
    28 0 6
    2,792 43 20
    55 1 0
    45 0 0
    3 0 0
    39 0 0
    978 0 0
    69 0 0
    36 0 0
    16 0 0
    45 0 0
    21 0 0
    102 4 0
    195 4 0
    205 0 2
    102 4 0
    61 0 470
    2 0 0
    6 0 0
    67 0 487
    0 0 1
    1 0 0
    3 0 0
    8 0 0
    1 0 0
    3,115 0 1,689
    261 0 0
    4 0 0
    230 0 0
    5 0 0
    4 0 0
    4 0 0
    6 0 0
    3 0 0
    1 0 0
    58 0 0
    386 0 8
    Convertible Truncation Lossy
    1 0 0
    4 0 0
    28 0 6
    2,792 43 20
    55 1 0
    45 0 0
    3 0 0
    20 0 0
    11 0 0
    2 0 0
    4 0 0
    2 0 0
    978 0 0
    69 0 0
    16 0 0
    10 0 0
    4 0 0
    4 0 0
    2 0 0
    10 0 0
    4 0 0
    2 0 0
    45 0 0
    21 0 0
    4 0 0
    4 0 0
    0 4 0
    59 0 0
    27 0 0
    8 0 0
    4 0 0
    93 0 0
    4 0 0
    0 4 0
    59 0 0
    27 0 0
    8 0 0
    102 0 1
    58 0 1
    35 0 0
    10 0 0
    4 0 0
    4 0 0
    0 4 0
    59 0 0
    27 0 0
    8 0 0
    61 0 470
    2 0 0
    6 0 0
    67 0 487
    0 0 1
    1 0 0
    3 0 0
    8 0 0
    1 0 0
    3,115 0 1,689
    261 0 0
    4 0 0
    73 0 0
    115 0 0
    37 0 0
    5 0 0
    2 0 0
    3 0 0
    4 0 0
    4 0 0
    6 0 0
    2 0 0
    1 0 0
    1 0 0
    58 0 0
    386 0 8
    ---------------- ---------------- ----------------

  • Re: g Performing database characterset conversion adsvdcnv.cmd

    Hi,
    I am trying to install oracle applications 11i on Windows XP Professional on Toshiba laptop centrino 1.743 GHz) and for some reason the process is getting stuck at :
    Step 3 of 5, 40 % done
    And shows 100% of step 3 complete
    Shows this error
    g Performing database characterset conversion adsvdcnv.cmd
    I have tried several times and everytime it is getting stuck at this stage only.
    I am installing in language English only... and selected most of the options defaulted by the system.
    Pls. find below my log file. Pls. advise how to fix this problem.
    The system doesnot give any error message but get stuck at this point for hours. Couldn't figure out the problem... Please throw in some ideas... Thanks in advnance...
    Environment variables:
    ORACLE_HOME =
    PATH = D:\11iStage\startCD\Disk1\rapidwiz\unzip\NT;C:\mks\bin;C:\mks\bin\X11;C:\mks\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;c:\vc\vc98\bin;C:\vc\VC98\bin;C:\WINDOWS\SYSTEM32;C:\make-3.79.1\winrel\gnumake.exe; C:\Windows;C:\vc\VC98\bin ;C:\vc\Tools\WinNT;C:\vc\MSDev98\Bin;C:\vc\Tools;C:\VC98\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;c:\vc\vc98\bin;C:\vc\VC98\bin;C:\MKS\bin;C:\MKS\bin\X11;C:\MKS\mksnt;C:\WINDOWS\SYSTEM32;C:\make-3.79.1\winrel\gnumake.exe; C:\Windows;C:\vc\VC98\bin
    CLASSPATH =
    Username is: applmgr
    Unable to read the list of homes from the inventory.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/OracleHomesList.ser. Some inventory information may be lost.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/CompsList0.ser. Some inventory information may be lost.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/PatchesList0.ser. Some inventory information may be lost.
    Unable to read c:\Program Files\Oracle\Inventory/Contents/LibsList.ser. Some inventory information may be lost.
    Unable to read c:/Program Files/Oracle/Inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    Current Inventory:
    Independent Products:
    Oracle Home: APPS9I_PROD
    Oracle9i Database 9.2.0.1.0
    Oracle 9iR2 Patch Set 9.2.0.3.0
    JDBC Common Files 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0
    JDBC/OCI Common Files 9.2.0.1.0
    Sun JDK extensions 9.2.0.1.0
    RDBMS Required Support Files 9.2.0.1.0
    Oracle Trace Required Support Files 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0
    Oracle Client Required Support Files 9.2.0.1.0
    Agent Required Support Files 9.2.0.1.0
    SSL Required Support Files 9.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.4 9.2.0.1.0
    Oracle JDBC/OCI Driver for JDK 1.1 9.2.0.1.0
    Bali Share 1.1.17.0.0
    Parser Generator Required Support Files 9.2.0.1.0
    Oracle Extended Windowing Toolkit 3.4.13.0.0
    Installation Common Files 9.2.0.1.0
    Oracle Ice Browser 5.06.8.0.0
    Enterprise Manager Minimal Integration 9.2.0.1.0
    LDAP Required Support Files 9.2.0.1.0
    PL/SQL Required Support Files 9.2.0.1.0
    Platform Required Support Files 9.2.0.1.0
    Oracle Code Editor 1.2.1.0.0A
    Oracle Core Required Support Files 9.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.1.10.0.0
    XML Parser for Java 9.2.0.1.0
    Oracle Help For Java 4.1.13.0.0
    Oracle Help For Java 3.2.13.0.0
    Documentaion Required Support Files 9.2.0.1.0
    Precompiler Required Support Files 9.2.0.1.0
    Oracle Net Required Support Files 9.2.0.1.0
    Precompiler Common Files 9.2.0.1.0
    Oracle9i Globalization Support 9.2.0.1.0
    DBJAVA Required Support Files 9.2.0.1.0
    XDK Required Support Files 9.2.0.1.0
    Enterprise Manager Shared Libraries 9.2.0.1.0
    Enterprise Manager Win32 App Translated Files 9.2.0.1.0
    Enterprise Manager Expert Common Files 9.2.0.1.0
    Enterprise Manager Win32 Application Common Files 9.2.0.1.0
    Enterprise Manager Translated Files 9.2.0.1.0
    SQLServer Monitoring Option 9.2.0.1.0
    Enterprise Manager Win32 Apps Bridge 9.2.0.1.0
    Index Tuning Wizard 9.2.0.1.0
    Expert 9.2.0.1.0
    Trace DataViewer 9.2.0.1.0
    SQL Analyze 9.2.0.1.0
    Performance Manager 9.2.0.1.0
    Capacity Planner 9.2.0.1.0
    Enterprise Manager Events 9.2.0.1.0
    Enterprise Manager Base Classes 9.2.0.1.0
    Required Support Files 9.2.0.1.0
    Enterprise Manager Installation Prerequisite Checks 9.2.0.1.0
    Utilities Common Files 9.2.0.1.0
    Enterprise Manager Quick Tours 9.2.0.1.0
    Oracle Display Fonts 9.0.2.0.0
    regexp 2.0.20.0.0
    Oracle OLAP Worksheet 9.2.0.1.0
    Oracle OLAP API 9.2.0.1.0
    Oracle Developer Server Forms Manager 9.2.0.1.0
    Oracle Intelligent Agent Base Component Files 9.2.0.1.0
    Oracle Internet Directory Client Common Files 9.2.0.1.0
    Sun JDK 1.3.1.0.1a
    Oracle Directory Manager 9.2.0.1.0
    Visigenics ORB 3.4.0.0.0
    Assistant Common Files 9.2.0.1.0
    Enterprise Manager Paging and OMS Common Files 9.2.0.1.0
    XML Parser for C 9.2.0.1.0
    Oracle Net Configuration Assistant 9.2.0.1.0
    Character Set Migration Utility 9.2.0.1.0
    Enterprise Manage Website Translated Files 9.2.0.1.0
    Oracle Net Manager 9.2.0.1.0
    Oracle Net 9.2.0.1.0
    Oracle Perl Interpreter 5.00503.0.0.0c
    Apache Web Server files 1.3.22.0.0a
    Database Configuration Assistant 9.2.0.1.0
    Oracle JDBC/OCI Driver for JDK 1.2 9.2.0.1.0
    Oracle INTYPE File Assistant 9.2.0.1.0
    SQLJ Runtime 9.2.0.1.0
    Advanced Queueing (AQ) API 9.2.0.1.0
    Oracle Caching Service for Java 2.1.0.0.0a
    Recovery Manager 9.2.0.1.0
    JSDK 2.0.0.0.0d
    Apache JServ 1.1.0.0.0g
    Oracle interMedia Java Client 9.2.0.1.0
    Oracle Java Layout Engine 2.0.1.0.0
    Oracle XML SQL Utility 9.2.0.1.0
    SQLJ Translator 9.2.0.1.0
    Enterprise Login Assistant 9.2.0.1.0
    Enterprise Manager Paging Server 9.2.0.1.0
    Oracle Java Tools 9.2.0.1.0
    Oracle ODBC Driver 9.2.0.1.0
    Authentication and Encryption 9.2.0.1.0
    Oracle Wallet Manager 9.2.0.1.0
    Pro*COBOL 1.8.77.0.0
    Oracle Database User Interface 2.2.11.0.0
    Pro*COBOL 9.2.0.1.0
    Oracle SNMP Agent 9.2.0.1.0
    Oracle C++ Call Interface 9.2.0.1.0
    Oracle OLAP Cube Viewer 9.2.0.1.0
    Oracle OLAP CWM Lite 9.2.0.1.0
    Object Type Translator 9.2.0.1.0
    SQL*Plus 9.2.0.1.0
    Oracle Call Interface (OCI) 9.2.0.1.0
    SQL*Loader 9.2.0.1.0
    Secure Socket Layer 9.2.0.1.0
    Oracle Internet Directory Client 9.2.0.1.0
    Oracle Net Listener 9.2.0.1.0
    Advanced Replication 9.2.0.1.0
    Oracle Complete DSS Starter Database 9.2.0.1.0
    Oracle Complete OLTP Starter Database 9.2.0.1.0
    Oracle Starter Database 9.2.0.1.0
    Oracle Message Gateway Common Files 9.2.0.1.0
    Oracle Common Schema Demos 9.2.0.1.0
    Change Management Common Files 9.2.0.1.0
    Oracle UIX 2.0.20.0.0
    Oracle Help for the Web 1.0.7.0.0
    XML Class Generator for C++ 9.2.0.1.0
    XML Parser for C++ 9.2.0.1.0
    XML Parser for Oracle JVM 9.2.0.1.0
    XML Transx 9.2.0.1.0
    XML Transviewer Beans 9.2.0.1.0
    XML Class Generator for Java 9.2.0.1.0
    XSQL Servlet 9.2.0.1.0
    XML Parser for PL/SQL 9.2.0.1.0
    Oracle SQLJ 9.2.0.1.0
    Enterprise Manager Common Files 9.2.0.1.0
    Common Files For Generic Connectivity Using OLEDB 9.2.0.1.0
    Oracle SOAP Client 2.0.0.0.0a
    Oracle Workflow Manager 9.2.0.1.0
    Oracle Net Integration 9.2.0.1.0
    Oracle XML Runtime Components 9.2.0.1.0
    Enterprise Manager Database Applications 9.2.0.1.0
    Oracle SOAP Server 2.0.0.0.0a
    Oracle Database Demos 9.2.0.1.0
    Oracle Ultra Search Common Files 9.2.0.1.0
    Enterprise Manager Console 9.2.0.1.0
    Enterprise Manager Integrated Applications 9.2.0.1.0
    Enterprise Manager Client 9.2.0.1.0
    Database Workspace Manager 9.2.0.1.0
    Oracle interMedia Java Advanced Imaging 9.2.0.1.0
    Oracle interMedia Client Compatibility Files 9.2.0.1.0
    Oracle interMedia Java Media Framework Client 9.2.0.1.0
    Oracle interMedia Client Demos 9.2.0.1.0
    Oracle interMedia Web Client 9.2.0.1.0
    BC4J Runtime for Database 9.0.2.692.1
    Oracle Change Management Pack 9.2.0.1.0
    Oracle interMedia Annotator 9.2.0.1.0
    Data Management Services Common Files 9.2.0.1.0
    Oracle interMedia Common Files 9.2.0.1.0
    Oracle interMedia Image 9.2.0.1.0
    Oracle interMedia Audio 9.2.0.1.0
    Oracle interMedia Video 9.2.0.1.0
    Database Upgrade Assistant 9.2.0.1.0
    Oracle Intelligent Agent Config Tool 9.2.0.1.0
    Oracle Intelligent Agent 9.2.0.1.0
    PL/SQL Embedded Gateway 9.2.0.1.0
    Oracle HTTP Server Extensions 9.2.0.1.0
    Oracle eBusiness Management Extensions 9.2.0.1.0
    Oracle EMD Agent Extensions 9.2.0.1.0
    Oracle interMedia Client Option 9.2.0.1.0
    Oracle SOAP for JServ 2.0.0.0.0a
    MIcrosoft SQLServer(TM) Extensions 9.2.0.1.0
    Oracle Management Pack for Oracle Applications 9.2.0.1.0
    Export/Import 9.2.0.1.0
    Microsoft SQL Server 7.0 Plugin 9.2.0.1.0
    Microsoft SQL Server 6.5 Plugin 9.2.0.1.0
    Microsoft SQL Server 2000 Plugin 9.2.0.1.0
    Microsoft Access Plugin 9.2.0.1.0
    Informix7 Plugin 9.2.0.1.0
    DB2400V4R5 Plugin 9.2.0.1.0
    MySQL Plugin 9.2.0.1.0
    Sybase Adaptive Server 12 Plugin 9.2.0.1.0
    Sybase Adaptive Server 11 Plugin 9.2.0.1.0
    Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0
    Oracle Tuning Pack 9.2.0.1.0
    Oracle Forms Extensions 9.2.0.1.0
    Oracle XML Developer's Kit 9.2.0.1.0
    Oracle Java Server Pages 1.1.3.1.0
    Oracle Diagnostics Pack 9.2.0.1.0
    Oracle Ultra Search Middle-Tier 9.2.0.1.0
    Oracle Dynamic Services Server 9.2.0.1.0
    Oracle Mod PL/SQL Gateway 3.0.9.8.3b
    Apache Configuration for Oracle Java Server Pages 1.1.2.3.0
    Pro*C/C++ 9.2.0.1.0
    Oracle Text 9.2.0.1.0
    Generic Connectivity Common Files 9.2.0.1.0
    New Database ID 9.2.0.1.0
    Database SQL Scripts 9.2.0.1.0
    Generic Connectivity Using OLEDB - SQL 9.2.0.1.0
    Oracle HTTP Server 9.2.0.1.0
    XML 9.2.0.1.0
    Generic Connectivity Using OLEDB - FS 9.2.0.1.0
    Generic Connectivity Using ODBC 9.2.0.1.0
    Enterprise Manager Webserver Integration 9.2.0.1.0
    Reporting Framework 9.2.0.1.0
    Oracle interMedia Locator 9.2.0.1.0
    Oracle Transparent Gateways 9.2.0.1.0
    Oracle Management Server 9.2.0.1.0
    Oracle Ultra Search Server 9.2.0.1.0
    Oracle interMedia 9.2.0.1.0
    Oracle Trace 9.2.0.1.0
    Oracle9i Syndication Server 9.2.0.1.0
    Enterprise Manager Web Site 9.2.0.1.0
    Oracle Applications Extensions 9.2.0.1.0
    Oracle Intelligent Agent Extensions 9.2.0.1.0
    Oracle Programmer 9.2.0.1.0
    Migration Utility 9.2.0.1.0
    Oracle Enterprise Manager Products 9.2.0.1.0
    Oracle9i Development Kit 9.2.0.1.0
    Oracle Advanced Security 9.2.0.1.0
    Oracle JVM 9.2.0.1.0
    Oracle Migration Workbench 9.2.0.1.0
    Database Verify Utility 9.2.0.1.0
    PL/SQL 9.2.0.1.0
    Oracle Database Utilities 9.2.0.1.0
    Oracle9i 9.2.0.1.0
    Oracle Net Services 9.2.0.1.0
    Oracle Data Mining 9.2.0.1.0
    Oracle OLAP 9.2.0.1.0
    Oracle Spatial 9.2.0.1.0
    Oracle Partitioning 9.2.0.1.0
    Enterprise Edition Options 9.2.0.1.0
    MIcrosoft SQLServer(TM) Extensions Patch 9.2.0.3.0
    Data Management Services Common Files Patch 9.2.0.3.0
    Oracle eBusiness Management Extensions Patch 9.2.0.3.0
    Oracle EMD Agent Extensions Patch 9.2.0.3.0
    Oracle Applications Extensions Patch 9.2.0.3.0
    Oracle Intelligent Agent Base Component Files Patch 9.2.0.3.0
    Generic Connectivity Using OLEDB - SQL Patch 9.2.0.3.0
    Generic Connectivity Using OLEDB - FS Patch 9.2.0.3.0
    XSQL Servlet 9.2.0.3.0
    Oracle Net Configuration Assistant Patch 9.2.0.3.0
    Oracle SQLJ Patch 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.1 Patch 9.2.0.3.0
    Oracle Java Core Patch 9.2.0.3.0
    Oracle Internet Directory Client Common Files Patch 9.2.0.3.0
    Assistant Common Files Patch 9.2.0.3.0
    XML Parser for PL/SQL Patch 9.2.0.3.0
    XML Parser for C Patch 9.2.0.3.0
    XML Parser for C++ Patch 9.2.0.3.0
    Oracle interMedia Client Demos Patch 9.2.0.3.0
    Oracle XML Developer's Kit Patch 9.2.0.3.0
    Oracle Call Interface (OCI) Patch 9.2.0.3.0
    Oracle Ultra Search Server Patch 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.4 Patch 9.2.0.3.0
    Oracle Java Tools Patch 9.2.0.3.0
    DBJAVA Required Support Files Patch 9.2.0.3.0
    Oracle Ultra Search Middle-Tier Patch 9.2.0.3.0
    Oracle Ultra Search Common Files Patch 9.2.0.3.0
    Oracle Spatial Patch 9.2.0.3.0
    Oracle JDBC Thin Driver for JDK 1.2 Patch 9.2.0.3.0
    XML 9.2.0.3.0
    SQLJ Runtime Patch 9.2.0.3.0
    Oracle XML SQL Utility Patch 9.2.0.3.0
    Oracle JVM Patch 9.2.0.3.0
    Oracle Database Demos Patch 9.2.0.3.0
    Secure Socket Layer Patch 9.2.0.3.0
    PL/SQL Required Support Files Patch 9.2.0.3.0
    Oracle Net Manager Patch 9.2.0.3.0
    Oracle Partitioning Patch 9.2.0.3.0
    Oracle OLAP API Patch 9.2.0.3.0
    Oracle Net Patch 9.2.0.3.0
    Utilities Common Files Patch 9.2.0.3.0
    Database Verify Utility Patch 9.2.0.3.0
    Oracle Net Listener Patch 9.2.0.3.0
    Oracle Common Schema Demos Patch 9.2.0.3.0
    Oracle Internet Directory Client Patch 9.2.0.3.0
    XML Parser for Oracle JVM Patch 9.2.0.3.0
    XML Parser for Java Patch 9.2.0.3.0
    Oracle Database Utilities Patch 9.2.0.3.0
    XDK Required Support Files Patch 9.2.0.3.0
    SSL Required Support Files Patch 9.2.0.3.0
    RDBMS Required Support Files Patch 9.2.0.3.0
    Precompiler Required Support Files Patch 9.2.0.3.0
    Oracle Trace Required Support Files Patch 9.2.0.3.0
    Oracle Core Required Support Files Patch 9.2.0.3.0
    Oracle9i Globalization Support Patch 9.2.0.3.0
    Oracle Net Required Support Files Patch 9.2.0.3.0
    LDAP Required Support Files Patch 9.2.0.3.0
    Oracle Client Required Support Files Patch 9.2.0.3.0
    Agent Required Support Files Patch 9.2.0.3.0
    SQL*Plus Patch 9.2.0.3.0
    SQL*Loader Patch 9.2.0.3.0
    Recovery Manager Patch 9.2.0.3.0
    PL/SQL Patch 9.2.0.3.0
    Oracle Trace Patch 9.2.0.3.0
    Oracle C++ Call Interface Patch 9.2.0.3.0
    New Database ID Patch 9.2.0.3.0
    Migration Utility Patch 9.2.0.3.0
    Generic Connectivity Using ODBC Patch 9.2.0.3.0
    Generic Connectivity Common Files Patch 9.2.0.3.0
    Export/Import Patch 9.2.0.3.0
    Database SQL Scripts Patch 9.2.0.3.0
    Advanced Queueing (AQ) API Patch 9.2.0.3.0
    Oracle9i Patch 9.2.0.3.0
    Pro*COBOL Patch 1.8.77.3.0
    Pro*COBOL Patch 9.2.0.3.0
    Pro*C/C++ Patch 9.2.0.3.0
    Precompiler Common Files Patch 9.2.0.3.0
    Object Type Translator Patch 9.2.0.3.0
    Oracle OLAP CWM Lite Patch 9.2.0.3.0
    Oracle OLAP Patch 9.2.0.3.0
    Oracle interMedia Java Advanced Imaging Patch 9.2.0.3.0
    Oracle interMedia Common Files Patch 9.2.0.3.0
    Oracle interMedia Client Compatibility Files Patch 9.2.0.3.0
    Oracle Wallet Manager Patch 9.2.0.3.0
    Authentication and Encryption Patch 9.2.0.3.0
    JDBC/OCI Common Files Patch 9.2.0.3.0
    Oracle interMedia Locator Patch 9.2.0.3.0
    Oracle Text Patch 9.2.0.3.0

    Hi there.
    I had encountered the same hanging problem at "Performing database characterset conversion adsvdcnv.cmd" (On Microsoft Windows Server 2003 - - XEON PROCESSOR - a staging area installation - rapidwiz ver 11.5.9.22 - . ).
    What i did is that i installed the JDK version : 1.4.2.04 instead of 1.3.1 and reinstalled the product. So the installation completed successfully..

  • Database Collation VS Column Collation

    I have some Collation problem I need a help, please!
    I have two SAME test databases,
    but one (A) has a Collation set to Hebrew_CI_AS, and another one (B) - SQL_Latin1_General_CPT1_CS_AS.
    Both databases have a Synopsis table with a column NVARCHAR(1000), holding programmes EPG.
    In database (A) the COLUMN's Collation is set to SQL_Latin1_.... ( an opposit to the database ! )
    In database (B) the COLUMN's Collation is set to Hebrew_CI_...  (again - an opposit to the database)
    My problem is:
    When I want to update this column on databse (A) with special latin tags, f.e. ñç, I get question marks only: UPDATE A..Synopsis SET ... = 'Pour Bébé' shows me Pour B?b?
    On the other hand, if in database (B)  I want to type some Hebrew carachters, I get ???????? as well.
    It seems that despite I have a specified collation on my column, SQL keeps ignore it.
    How can I fix it?
    Many thanks in advance

    My problem is:
    When I want to update this column on databse (A) with special latin tags, f.e. ñç, I get question marks only: UPDATE A..Synopsis SET ... = 'Pour Bébé' shows me Pour B?b?
    On the other hand, if in database (B)  I want to type some Hebrew carachters, I get ???????? as well.
    I see Ed bumped this old unanswered thread.  Even though you've probably since resolved the issue, I'll answer it to help others that may run into the same issue.
    Collation affects non-Unicode string literals and the characters that can be stored for non-Unicode columns (char and varchar).  Unicode columns (nchar and nvarchar) can store all the characters you mentioned properly.  The character conversion
    problem occurs here because you are you are not indicated a Unicode character string literal so the value is interpreted as an non-Unicode string literal and converted according to the database default collation.
    To fix the problem, prefix the literal string with an N to indicate a Unicode string line the example below.  If the SQL is executed from a client application, the best solution is to use properly typed parameters instead of string literals.
    SET ... = N'Pour Bébé'
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • Oracle Database : Date conversion issue between timezones

    Hi All,
    We are trying to convert date from Eurpoer/Amsterdam timezone to Australia/Sydnet timezone and extracting time out of it.
    We are facing issue related to incorrect timing after conversion.
    Please find below issue details,
    Environment
    Database: Oracle 10.2.0.4
    Machine: Linux RHEL 4
    Location: Amsterdam, Netherlands
    Issue: After converting date from Eurpoer/Amsterdam timezone to Australia/Sydnet timezone
    SELECT TO_CHAR (FROM_TZ (TO_TIMESTAMP ('201110201416', 'YYYYMMDDHH24MI'),
    DBTIMEZONE
    ) AT TIME ZONE 'Australia/Sydney', 'HH24:MI')
    FROM DUAL
    Output of above SQL is 22:16.
    Expected output is 23:16
    Database Timezone (DBTIMEZONE) is set to +02:00 (i.e. GMT + 2) (Europe/Amsterdam)
    If we convert date to Australia/Tasmania timezone then we get expected output i.e. 23:16.
    Question: Expected time for Australia/sydney is 23:16, but why Oracle database provides 22:16 as output.
    Please note that, Sydney and Tasmania comes under same timezone. Still we get different output for both the timezone.
    Oracle database considers GMT + 10 for Australia/sydney and GMT + 11 for Australia/Tasmania.
    If we want to use Australia/sydney then how should we get correct sydney time?
    Regards
    Shailendra

    I made a test and it showed when I omit TO_CHAR, both queries have the same result 11:15 PM. So it's TO_CHAR which is the 'culprit'. Since this is a globalization issue, you may repeat your question in this forum:
    Globalization Support
    (So one of the moderators moves the thread to this forum).
    Werner
    By the way my local timezone is Europe/Berlin, there should be no difference to Amsterdam.

  • Database adjustment - Conversion failed at step5

    Hi All,
    When I changed the field length from char7 to char5 for a ZField, which is being used in many other tables like BSEG and COEP, SAP tried to convert all those tables. All the tables were converted and activated properly except for COEP.
    Conversion process of COEP is failed at step 5 of the process defined by SAP.
    Restart Log of the conversion:
    1) Initialization was successful
    2) Unload  - Successful
    3) Delete data - Successful
    4) Activate  - Successful
    5) Reload data - failed
    6) Create Indexes - Failed
    When I open COEP table through  SE11, it displays a  information message saying " Table COEP does not exist in the database".
    Please help me in correcting above mentioned issue.
    Thanks for your time,
    Regards,
    Jalendhar

    Thanks for the quick reply.
    I did that but it is failed to restart the conversion again. It says correct the conversion errors and try adjust the table.
    Here are the errors
    SQL0551N "SAPP02" does not have the privilege to perform operation "C
    REATE TABLE" on object "ZP02#BTAB06D". SQLSTATE=42501
    DDL time(___1): ........18 milliseconds
    1) The SQL statement was not executed  Error
    sql:
    DROP TABLE "QCM8COEP"
    SQL0204N "SAPP02.QCM8COEP" is an undefined name. SQLSTATE=42704
    DDL time(___1): .........1 milliseconds
    .... QCM8COEP was already removed
    2) Creation of table COEP or primary index in DB failed
    3) Error in step COEP-STEP5
    Please suggest a way to fix this issue. Thanks again for your time!

  • AW Database Document conversion

    Is there a way to convert an AW6 database document to a functioning document that can be used on a PC? I have tried NeoOffice and have been unable to do this... What am I missing?

    No conversion necessary if the target PC has AW for Windows.
    Otherwise, it depends upon what your ultimate objective is, and how complex your database is. If there are no media fields, just drag the DB to a spreadsheet. You can save the spreadsheet as an excel file then before you transfer the file. The Excel file can then be used as the basis for an MS Access database. Or you can save the file as ASCII text. The information can then be imported into any DB that can interpret a tab-delimited file. In either case, any special layouts or reports will be lost, and calculated fields will likely not be preserved in a useable form.
    Message was edited by: Brie Fly

  • AlwaysOn & Contained Databases Collation Conflict

    Here is my situation.
    I have setup an alwaysOn availability group which is working fine.
    In this AlwaysOn availability group I have converted the Adventureworks database to a contained database. I also added a Contained User.
    Connecting to the secondary "Contained" database was no problem.
    But here is my problem, when expanding the tables I received the following errormessage:"Cannot resolve collation conflict between "Latin1_General_CI_AS" and "Latin1_General_100_CI_AS_KS_WS_SC" in add operator occurring in SELECT statement
    column 3."
    Doing this action on the primary is no problem. Executing a select statement against the secondary is also no problem and returns a result.
    After some trial and error, I’ve seem to fixed the issue by doing a failover to all my secondary databases.
    After, expanding the tables to the primary & secondary worked.
    Does anybody have an idea why this happened, and am I the only one experiencing this issue?
    Thanks, Bram

    Hi
    Please refer to the link below:
    http://blogs.msdn.com/b/sql_pfe_blog/archive/2013/02/26/sql-server-2012-partially-contained-databases-part-2-collation.aspx 

  • Forms and database character conversion

    Hi,
    We currently have a database setup to use a non-utf8 characters set, I believe it is set up for western european languages only. We now want to expand our database to include support for other languages such as arabic and japanese. To do this we would like to make a copy of our existing database and change the charecter set to UTF8.
    We also have a Forms application currently using Forms 5 and due to be upgraded to 11g.
    What sort of implications willl changing the database character set have for the existing Oracle Forms? What sort of changes if any will we need to make to the Forms in order to get them working with the new character set?
    Thanks for your help.

    hi
    check out the following link i hope it helps u.
    http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm
    sarah

  • UNICODE conversion of Siebel Database- Impact on interface

    Hi All,
    This is regarding the impacts on Interfaces after Siebel database UNICODE conversion.
    We are planning to do a UNICODE conversion of the Siebel database.In the current landscape we have Siebel interacting with multiple application which are non UNICODE.
    Majority of the interfaces(outbound/inbound) are batch interfaces which either use file or PL/SQL + EIM for the data transfer.
    We have the following queries about the impact on the Interfaces post conversion
    1) the Interfaces which are outbound from siebel to non -unicode database what will be impact on these interface.
    2) For the above mentioned interfaces do we need to do some conversion of data before it gets loaded to non unicode database.
    3) for the inbound interfaces will the siebel unicode data base will allow the data which is flowing from non unicode database.
    Could you please guide me with your experiences which will help us in planning this conversion.
    Do let us know if there must to consider points for Siebel database unicode conversions
    Thanks,
    Ashutosh

    Ashutosh,
    Did you already start on the Unicode conversion?
    We contacted Oracle, but so far they only said we need to go through a workshop where we can estimate the impact on the interfaces.
    Since we need to do a cost/benefit analyses before we decide to do this, it's hard to do so when you don't know the impact on the interfaces.
    In our case we use EIM, Web Services, MSMQ (XML) and flat files.
    Anyone with experience with a conversion to Unicode and impact on interfaces?
    Ji Yong

  • How to change collation at Database level

    Hi ,
    I need to change one of my  database collation . Actually the server collation and database collation is differently . I dont want to change server level collation. I want to change only database collation . Please let me know the various methods are
    available for this activity. Please suggest me how to proceed ..........
    Thanks in advance ....... :)
    Regards
    Pradeep

    Hi Eeland,
    Yes .... you are absolutely correct . Actually this is production server also . Before going to implement i need to prepare a document , what are  the steps i will follow. If you have free time  ...... please help me.
    Regards
    Pradeep
    You can use script as below
    DECLARE @Query varchar(max)
    SELECT @Query = COALESCE(@Query + ';','') + 'ALTER TABLE ' + TABLE_NAME + ' ALTER COLUMN ' + COLUMN_NAME + ' ' + DATA_TYPE + '(' + CASE WHEN CHARACTER_MAXIMUM_LENGTH = -1 THEN 'max' ELSE (CAST(CHARACTER_MAXIMUM_LENGTH AS varchar(5)) END + ') ' + CASE WHEN IS_NULLABLE = 'YES' THEN ' NULL ' ELSE ' NOT NULL ' END + ' COLLATE <new collationname here>'
    WHERE DATA_TYPE IN ('text','ntext','varchar','char','nvarchar','nchar')
    PRINT (@QUERY)
    --EXEC (@QUERY)
    But I second Erlands suggestion. First see the generated code and checkk it carefully before applying to prod environment
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Stored procedure - collation

    Hi,
    I managed to migrate a database from SQL2000 to SQL2012 but I have a problem with a stored procedure.
    here ise the code :
    USE [SMSPROD]
    GO
    /****** Object: StoredProcedure [dbo].[sms_received_104] Script Date: 16/03/2015 15:17:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    /****** Object: Stored Procedure dbo.sms_received_104 Script Date: 26/03/2008 22:11:24 ******/
    /****** Object: Stored Procedure dbo.sms_received Script Date: 03/12/2007 9:36:09 ******/
    ALTER procedure [dbo].[sms_received_104]
    @jour int = 0,
    @mois int = 0,
    @annee int = 0
    as
    --declare @jour int, @mois int, @annee int,
    declare @encodermail varchar(150), @advisermail varchar(100)
    declare @date varchar(10), @msg varchar(70), @strCompany varchar(15), @stringsql VARCHAR(4000)
    if @jour = 0 select @jour = day(getdate())
    if @mois = 0 select @mois = month(getdate())
    if @annee = 0 select @annee = year(getdate())
    -- select @jour = day(getdate())
    -- select @jour = 10
    -- select @mois = month(getdate())
    -- select @annee = year(getdate())
    IF EXISTS(SELECT * FROM SMSPROD.dbo.vwSmsReceived WHERE (jour = @jour) and (mois = @mois) and (annee = @annee) AND (societe=104))
    BEGIN
    --SELECT @encodermail = 'DOE John' -- EasyCall 6834
    --SELECT @encodermail = 'DOE John; SMITH Joe; Jane.doe@****.com' -- commented on 02/03/12
    SELECT @advisermail = '[email protected]; [email protected]; [email protected]'
    SELECT @advisermail = '[email protected]; [email protected]'
    --SELECT @encodermail = 'TWIST Olivier'
    --SELECT @advisermail = 'TWIST Olivier'
    SELECT @stringsql = 'SELECT Dossier, ' +
    '[Action - Actie], ' +
    '[Téléphone - Telefoon Nr], ' +
    '[Réponse - Antwoord], ' +
    '[Message reçu le - Boodschap ontvangen op] ' +
    'FROM SMSPROD.dbo.vwSmsReceived ' +
    ' WHERE(jour = ' +CONVERT(VARCHAR,@jour) + ') and (mois = ' +CONVERT(VARCHAR,@mois) + ') and (annee = ' +CONVERT(VARCHAR,@annee) + ')' */
    SELECT @stringsql = '' +
    'SELECT CHAR(13) + CHAR(10) + ''--- STOP SMS ---'' + CHAR(13) + CHAR(10) ' +
    'SELECT Dossier
    , [Réponse - Antwoord]
    , [Message reçu le - Boodschap ontvangen op]
    , [Téléphone - Telefoon Nr]
    , [Action - Actie]
    FROM SMSPROD.dbo.vwSmsReceived ' +
    ' WHERE (jour = ' + CONVERT(VARCHAR,@jour) + ') ' +
    ' AND (mois = ' + CONVERT(VARCHAR,@mois) + ') ' +
    ' AND (annee = ' + CONVERT(VARCHAR,@annee) + ') ' +
    ' AND (societe = 104) ' +
    ' AND ([Réponse - Antwoord] LIKE N''%stop%'' )' +
    'SELECT CHAR(13) + CHAR(10) + ''--- OTHERS ANSWERS ---'' + CHAR(13) + CHAR(10) ' +
    ' SELECT Dossier
    , [Réponse - Antwoord]
    , [Message reçu le - Boodschap ontvangen op]
    , [Téléphone - Telefoon Nr]
    , [Action - Actie]
    FROM SMSPROD.dbo.vwSmsReceived ' +
    ' WHERE (jour = ' + CONVERT(VARCHAR,@jour) + ') ' +
    ' AND (mois = ' + CONVERT(VARCHAR,@mois) + ') ' +
    ' AND (annee = ' + CONVERT(VARCHAR,@annee) + ') ' +
    ' AND (societe = 104) ' +
    ' AND ([Réponse - Antwoord] NOT LIKE N''%stop%'')'
    --print @stringsql
    --PRINT convert(varchar,LEN(@stringsql))
    --return
    SELECT @date = CONVERT(VARCHAR,@jour) + '/' + CONVERT(VARCHAR,@mois) + '/' + CONVERT(VARCHAR,@annee)
    SELECT @msg = 'SMS responses received this ' + master.dbo.fct_string_date_dddd_d_MMMM_yyyy_hh_mm_ss( CONVERT(SMALLDATETIME,@date,103),'E')
    -- SELECT @stringsql = 'EXEC master.dbo.xp_sendmail ' +
    -- '@recipients = ' + CHAR(39) + @encodermail + CHAR(39) + ', ' +
    -- '@copy_recipients = ' + CHAR(39) + @advisermail + CHAR(39) + ', ' +
    -- '@body = ' + CHAR(39) + @msg + CHAR(39) + ', ' +
    -- '@query = ' + CHAR(39) + @stringsql + CHAR(39) + ', ' +
    -- '@subject = ' + CHAR(39) + @msg + CHAR(39) + ', ' +
    -- '@attach_results = ''true'',' +
    -- '@width = 500, ' +
    -- '@no_header=''false'''
    --print @stringsql
    -- EXEC master.dbo.xp_sendmail @recipients = '', @copy_recipients = ';[email protected]', @message = 'SMS responses received this Monday 3 december 2007, 00:00:00', @query = 'SELECT * FROM SMSPROD.dbo.vwSmsReceived WHERE (jour = 3) and (mois = 12) and (annee = 2007)', @subject = 'SMS responses received this Monday 3 december 2007, 00:00:00', @attach_results = 'true',@width = 500, @no_header='false'
    EXEC master.dbo.xp_sendmail @recipients = @encodermail, @copy_recipients = @advisermail, @message = @msg,
    @query = @stringsql, @subject = @msg , @attach_results = 'true',@width = 500, @no_header='false'
    END
    And here is the reported error :
    Msg 457, Level 16, State 1, Procedure sms_received_104, Line 69
    Implicit conversion of varchar value to varchar cannot be performed because the collation of the value is unresolved due to a collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "French_CI_AS" in add operator
    Here is line 69
    ' AND (societe = 104) ' +
    Both database are in "FRENCH_CI_AS" collation.
    Can you help ?

    There is a option (database_default) to force the collation of the columns. 
    https://social.msdn.microsoft.com/forums/sqlserver/en-US/695ecb2e-f2dc-4ced-a6c4-38527039b98f/database-collation-change

  • Error while Assigning database level role (db_datareader) to SQL login (Domain Account)

    Team,
    I got an error while creating a User for Domain Account. Below is the screen shot of the error (error : 15401)
    Database instance is on SQL 2000 SP3. ( I know it is out of support, But the customer is relutanct to upgrade)
    On Google search, i found below article which is best matching for this error
    http://support.microsoft.com/kb/324321
    I have follows each step of troubleshooting. But still the issue persists.
    Step 1. The login does not exist == The login is very much exist in the domain as i am able to add the same domain id to other database instances
    Step 2. Duplicate security identifiers == i have used this query to find duplicate SID
    /*  SELECT name FROM syslogins WHERE sid = SUSER_SID ('YourDomain\YourLogin') */
    But there was only one row returned with create date of today's.
    Error while Assigning database level role (db_datareader) to SQL login (Domain Account) 
    Step 3. Authentication failure == Domain is available. User is able to login on other servers via RDP connection.
    Step 4. Case sensitivity == Database collation is set to Case insensitivity. (CI)
    Other two 5. Local Accounts & 6. Name resolution == is not applicable to me.
    I tried other ways also.
    A. Creating login and providing permission in one go only = User account is not created
    B. Instead of GUI, use query to create login and provide required permission = Same error.
    Does anybody has faced any such situation
    Chetan

    See the below output
    srvid
    sid
    xstatus
    xdate1
    xdate2
    name
    password
    dbid
    language
    isrpcinmap
    ishqoutmap
    selfoutmap
    NULL
    0x010500000000000515000000A1F66E1BFC1DC75D26E72530A2B80400
    14
    20:25.9
    57:33.4
    UKBAA\LHRAPPMuttavarapuS
    NULL
    1
    us_english
    0
    0
    0
    Chetan

Maybe you are looking for

  • My ipod shuffle is not being detected on my computer so I can't sync it

    Can't get my ipod shuffle to sync on my itunes....it is not being recognized....any help is appreciated

  • Additional title in Vendor Master

    Dear All, How can I add title in vendor master? Regards, Mahendra Gupta

  • Need to batch compile 6i forms in 9i

    I have a batch program that will compile libraries, menus & forms but I need to have it also report programs that would not compile and I need to have the output in 1 file. We have over 500 forms so I do not want to be opening every .err file that ge

  • Classpath per EAR file

    System: - Sun Java System Application Server 7 2004Q2 - OS: Windows 2000 Professional - JVM: 1.4.2_04 Does the "library" directory, inside EAR file (at the EAR root) works as a classpath ? The Assembly Tool, has an option to add libraries to the EAR

  • Dynamic resort of shuttle contents

    I'm using DHTML_Shuttle to create and populate both sides of the shuttle control. I'm looking for a way to dynamically refresh the content when the user moves items from one side to another, redisplaying the content of both sides in order by the disp