Advertisement
Guest User

Untitled

a guest
Jun 14th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /etc/rhn.conf
  2.  
  3. comment out oci and add thin
  4.  
  5. #hibernate.connection.driver_proto=jdbc:oracle:oci
  6. hibernate.connection.driver_proto=jdbc:oracle:thin
  7.  
  8. satellite-sync needs this to work
  9.  
  10. use_database_cache= 0
  11. sat_cert_generation = 4
  12.  
  13. /usr/share/rhn/search/classes/com/redhat/satellite/search/db/config.xml
  14.  
  15. change this line
  16.  
  17. <property name="JDBC.ConnectionURL" value="${search.connection.driver_proto}:@${db_name}"/>
  18.  
  19. to this
  20.  
  21. <property name="JDBC.ConnectionURL" value="${search.connection.driver_proto}:@localhost:1521:xe"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement