What does loopback sqlplus means. How do we use loopback sqlplus and when does we use loopback sqlplus. I really appreciate your help. Thanks in advance
Oracle DatabaseNetworkingTCP/IP
Last Comment
Sean Stuber
8/22/2022 - Mon
Sean Stuber
I think you misread something.
you can create loopback ip addresses, you can have a loopback adapter for dhcp in windows, you can create a loop back db link. but there is no "loopback sqlplus"
slightwv (䄆 Netminder)
Just to add to what sdstuber said: The loopback ip address is 127.0.0.1. You can configure your tnsnames.ora file to use this.
are you speaking about loopback db link? If so loopback -A dblink that connects back to the SAME database.
It is useful for testing
It is useful for connecting as another user in your current session (eg: the loopback link can
connect as scott/tiger while you are logged in as hussain...
Sean Stuber
hussainkhan22 - a little followup.
You ask a lot of questions based on not understanding what your team lead has said or not knowing how to do the tasks. You really should discuss this with your lead.
If it turns out you're not qualified for your current position, that's fine. Move to something else that's better suited but it's a disservice to your employer (and likely to get your position terminated) if you're hiding the fact.
you can create loopback ip addresses, you can have a loopback adapter for dhcp in windows, you can create a loop back db link. but there is no "loopback sqlplus"