- 
                Notifications
    You must be signed in to change notification settings 
- Fork 18
Create Not-able-to-connect-to-Oracle-DB-with-Short-Host-name.md #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some cosmetic suggestions.
|  | ||
| ## Problem | ||
|  | ||
| Customer is not able to connect to Oracle DB with short host name.Connection can be established with FQDN and IP adrress but not with short host name. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Customer is not able to connect to Oracle DB with short host name.Connection can be established with FQDN and IP adrress but not with short host name. | |
| Customer is not able to connect to Oracle DB with short host name. Connection can be established with FQDN and IP address but not with short host name. | 
        
          
                Database-Features/Not-able-to-connect-to-Oracle-DB-with-Short-Host-name.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                Database-Features/Not-able-to-connect-to-Oracle-DB-with-Short-Host-name.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | IMPORT INTO my_table (col1, col2, col4) | ||
| FROM ORA | ||
| AT my_oracle | ||
| USER 'my_user' IDENTIFIED BY 'my_secret' | ||
| STATEMENT ' SELECT * FROM orders WHERE order_state=''OK'' ' | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| IMPORT INTO my_table (col1, col2, col4) | |
| FROM ORA | |
| AT my_oracle | |
| USER 'my_user' IDENTIFIED BY 'my_secret' | |
| STATEMENT ' SELECT * FROM orders WHERE order_state=''OK'' ' | |
| IMPORT INTO my_table (col1, col2, col4) | |
| FROM ORA | |
| AT my_oracle | |
| USER 'my_user' IDENTIFIED BY 'my_secret' | |
| STATEMENT ' SELECT * FROM orders WHERE order_state=''OK'' ' | 
        
          
                Database-Features/Not-able-to-connect-to-Oracle-DB-with-Short-Host-name.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                Database-Features/Not-able-to-connect-to-Oracle-DB-with-Short-Host-name.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
      Co-authored-by: allipatev <[email protected]>
No description provided.