| Administrator | 
				This post was updated on .
			 
		First things first; check the compatability matrix -> Client / Server Interoperability Support Matrix for Different Oracle Versions (Doc ID 207303.1)
According to this note it is not supported.
 Maybe you can find a workaround  using a trial and error approach. For instance by changing password-related db parameters in the 12.2 side.. (case sensitive logon and so on) But I say maybe.. Ofcouse, I don't recommend it.
 
 In this kind of situation, you may use a intermediate db and make a workaround.
 
 For instance :
 
 11.1 ->(db link) 11.2 -> (db link) 12.2
 
 However; I recommend a db upgrade for your 11.1 instance. It is already very old.
 
 |