Activity overview
Latest activity by rguser12
                    
                      
                        I managed to replicate locally the situation with a pound sign. In fact TextPad does not do as well with encoding support compared to modern editors (for example, Notepad ++) If you want to execute correctly the script generated by Schema Compare set the environment variable NLS_LANG to the value of .AL32UTF8 before running Sql Plus.   SET NLS_LANG=.AL32UTF8 
   Then execute the script. Hope this helps.  / comments
                        
                        
                        
                      
                      
                      
                
                  I managed to replicate locally the situation with a pound sign.In fact TextPad does not do as well with encoding support compared to modern editors (for example, Notepad ++)If you want to execute c...
                      
                    
                  
                    
                      
                        Can you describe step by step what you do?  I will try to recreate this situation in my environment.  / comments
                        
                        
                        
                      
                      
                      
                
                  Can you describe step by step what you do? I will try to recreate this situation in my environment.
                      
                    
                  
                    
                      
                        What is the encoding of your files?  I get such a result when I convert a file from UTF-8 encoding to ASCII. ( '£' =>  '£')  / comments
                        
                        
                        
                      
                      
                      
                
              What is the encoding of your files? I get such a result when I convert a file from UTF-8 encoding to ASCII. ( '£' =>  '£')