How can I connect the universe database via SSH (using putty). Is there any way to query universe database via ssh . we need to pull records from universe database using ssh (i.e.., putty).
Please help..
Thanks in Advance.
How can I connect the universe database via SSH (using putty). Is there any way to query universe database via ssh . we need to pull records from universe database using ssh (i.e.., putty).
Please help..
Thanks in Advance.
Copyright © 2021 Jogjafile Inc.
Maybe you can cobble together a solution using the built in
UVread
command. There is almost no documentation for it, but it allows you to do a read of a record from the UNIX shell. On my system theUVread
executable binary was installed under/u2/uv/bin/UVread
.For example:
In this case, ENTITY was the name of the
VOC
file, and1234
is the record ID. This will output the record with the Attribute/Value/Subvalue marks present, so you can then parse the data.https://www.mail-archive.com/[email protected]/msg32636.html http://u2-universe-unidata.1073795.n5.nabble.com/UV-commands-from-Unix-td11471.html