Skip to content

oleksmir/sql-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Test

Запуск баз даних

docker compose up -d

PostgreSQL

  • Host: localhost:5432
  • User: test
  • Password: test
  • Database: test
docker exec -it postgres psql -U test -d test

Oracle

  • Host: localhost:1521
  • Service Name: XEPDB1
  • User: test
  • Password: test
docker exec -it oracle sqlplus test/test@XEPDB1

JDBC: jdbc:oracle:thin:@//localhost:1521/XEPDB1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors