Hi,
If I would like to create a Base view in Virtual DataPort, I would use any one of the following options,
* Create Selected, which allows you to create a Base view graphically.
* Create from Query, in which you need to provide the SQL query to create a base view from the underlying Data source. For example,
`Select * from <view_name>;`
The "desc wrapper jdbc <view_name_here>" is a DESCRIPTION command used to describe the JDBC Wrapper that was used to create a Base view. This will give the description about existing Base View wrappers.
For more information, you could refer the [Creating Base Views from SQL Queries](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/jdbc_sources#creating-base-views-from-sql-queries) section of Virtual DataPort Administration Guide.
Hope this helps !!